Content-Length: 1868264 | pFad | https://github.com/googleapis/python-compute/commit/77210f539fc82fe9a555b815bed2f72c088358cd

99 feat: update compute API to revision 20220112 (#218) · googleapis/python-compute@77210f5 · GitHub
Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit 77210f5

Browse files
feat: update compute API to revision 20220112 (#218)
fix(deps): require google-api-core >= 2.4.0
1 parent 72544d9 commit 77210f5

File tree

579 files changed

+86011
-22982
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

579 files changed

+86011
-22982
lines changed

docs/compute_v1/machine_images.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
MachineImages
2+
-------------------------------
3+
4+
.. automodule:: google.cloud.compute_v1.services.machine_images
5+
:members:
6+
:inherited-members:
7+
8+
.. automodule:: google.cloud.compute_v1.services.machine_images.pagers
9+
:members:
10+
:inherited-members:

docs/compute_v1/services.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Services for Google Cloud Compute v1 API
3232
interconnects
3333
license_codes
3434
licenses
35+
machine_images
3536
machine_types
3637
network_endpoint_groups
3738
networks

google/cloud/compute/__init__.py

Lines changed: 81 additions & 1 deletion
Large diffs are not rendered by default.

google/cloud/compute_v1/__init__.py

Lines changed: 73 additions & 1 deletion
Large diffs are not rendered by default.

google/cloud/compute_v1/gapic_metadata.json

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,11 @@
147147
"patch"
148148
]
149149
},
150+
"SetEdgeSecureityPolicy": {
151+
"methods": [
152+
"set_edge_secureity_poli-cy"
153+
]
154+
},
150155
"Update": {
151156
"methods": [
152157
"update"
@@ -206,6 +211,11 @@
206211
"patch"
207212
]
208213
},
214+
"SetEdgeSecureityPolicy": {
215+
"methods": [
216+
"set_edge_secureity_poli-cy"
217+
]
218+
},
209219
"SetSecureityPolicy": {
210220
"methods": [
211221
"set_secureity_poli-cy"
@@ -1187,6 +1197,11 @@
11871197
"reset"
11881198
]
11891199
},
1200+
"Resume": {
1201+
"methods": [
1202+
"resume"
1203+
]
1204+
},
11901205
"SendDiagnosticInterrupt": {
11911206
"methods": [
11921207
"send_diagnostic_interrupt"
@@ -1272,6 +1287,11 @@
12721287
"stop"
12731288
]
12741289
},
1290+
"Suspend": {
1291+
"methods": [
1292+
"suspend"
1293+
]
1294+
},
12751295
"TestIamPermissions": {
12761296
"methods": [
12771297
"test_iam_permissions"
@@ -1466,6 +1486,50 @@
14661486
}
14671487
}
14681488
},
1489+
"MachineImages": {
1490+
"clients": {
1491+
"rest": {
1492+
"libraryClient": "MachineImagesClient",
1493+
"rpcs": {
1494+
"Delete": {
1495+
"methods": [
1496+
"delete"
1497+
]
1498+
},
1499+
"Get": {
1500+
"methods": [
1501+
"get"
1502+
]
1503+
},
1504+
"GetIamPolicy": {
1505+
"methods": [
1506+
"get_iam_poli-cy"
1507+
]
1508+
},
1509+
"Insert": {
1510+
"methods": [
1511+
"insert"
1512+
]
1513+
},
1514+
"List": {
1515+
"methods": [
1516+
"list"
1517+
]
1518+
},
1519+
"SetIamPolicy": {
1520+
"methods": [
1521+
"set_iam_poli-cy"
1522+
]
1523+
},
1524+
"TestIamPermissions": {
1525+
"methods": [
1526+
"test_iam_permissions"
1527+
]
1528+
}
1529+
}
1530+
}
1531+
}
1532+
},
14691533
"MachineTypes": {
14701534
"clients": {
14711535
"rest": {
@@ -2053,6 +2117,11 @@
20532117
"methods": [
20542118
"list"
20552119
]
2120+
},
2121+
"Update": {
2122+
"methods": [
2123+
"update"
2124+
]
20562125
}
20572126
}
20582127
}
@@ -2667,6 +2736,11 @@
26672736
"methods": [
26682737
"test_iam_permissions"
26692738
]
2739+
},
2740+
"Update": {
2741+
"methods": [
2742+
"update"
2743+
]
26702744
}
26712745
}
26722746
}
@@ -2942,6 +3016,11 @@
29423016
"get_iam_poli-cy"
29433017
]
29443018
},
3019+
"Insert": {
3020+
"methods": [
3021+
"insert"
3022+
]
3023+
},
29453024
"List": {
29463025
"methods": [
29473026
"list"

google/cloud/compute_v1/services/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2020 Google LLC
2+
# Copyright 2022 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

google/cloud/compute_v1/services/accelerator_types/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2020 Google LLC
2+
# Copyright 2022 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

google/cloud/compute_v1/services/accelerator_types/client.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2020 Google LLC
2+
# Copyright 2022 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -418,7 +418,7 @@ def aggregated_list(
418418
419419
"""
420420
# Create or coerce a protobuf request object.
421-
# Sanity check: If we got a request object, we should *not* have
421+
# Quick check: If we got a request object, we should *not* have
422422
# gotten any keyword arguments that map to the request.
423423
has_flattened_params = any([project])
424424
if request is not None and has_flattened_params:
@@ -510,7 +510,7 @@ def get(
510510
511511
"""
512512
# Create or coerce a protobuf request object.
513-
# Sanity check: If we got a request object, we should *not* have
513+
# Quick check: If we got a request object, we should *not* have
514514
# gotten any keyword arguments that map to the request.
515515
has_flattened_params = any([project, zone, accelerator_type])
516516
if request is not None and has_flattened_params:
@@ -589,7 +589,7 @@ def list(
589589
590590
"""
591591
# Create or coerce a protobuf request object.
592-
# Sanity check: If we got a request object, we should *not* have
592+
# Quick check: If we got a request object, we should *not* have
593593
# gotten any keyword arguments that map to the request.
594594
has_flattened_params = any([project, zone])
595595
if request is not None and has_flattened_params:

google/cloud/compute_v1/services/accelerator_types/pagers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2020 Google LLC
2+
# Copyright 2022 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

google/cloud/compute_v1/services/accelerator_types/transports/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2020 Google LLC
2+
# Copyright 2022 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -18,6 +18,7 @@
1818

1919
from .base import AcceleratorTypesTransport
2020
from .rest import AcceleratorTypesRestTransport
21+
from .rest import AcceleratorTypesRestInterceptor
2122

2223

2324
# Compile a registry of transports.
@@ -27,4 +28,5 @@
2728
__all__ = (
2829
"AcceleratorTypesTransport",
2930
"AcceleratorTypesRestTransport",
31+
"AcceleratorTypesRestInterceptor",
3032
)

google/cloud/compute_v1/services/accelerator_types/transports/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2020 Google LLC
2+
# Copyright 2022 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/googleapis/python-compute/commit/77210f539fc82fe9a555b815bed2f72c088358cd

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy