8000 chore: update to the latest version of the generator (#170) · googleapis/python-compute@a93807a · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit a93807a

Browse files
chore: update to the latest version of the generator (#170)
* chore: update to the latest version of the generator * update integration tests to reflect changes in the code * update integration tests to reflect changes in the code * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * update samples to reflect changes in the code * update samples to reflect changes in the code * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 60f2937 commit a93807a

File tree

226 files changed

+3431
-3429
lines changed

Some content is hidden

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

226 files changed

+3431
-3429
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
# limitations under the License.
3434
#
3535

36-
3736
from google.cloud.compute_v1.types import compute
3837

3938
from .base import (

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ def aggregated_list(
409409
# Done; return the response.
410410
return response
411411

412-
def delete(
412+
def delete_unary(
413413
self,
414414
request: Union[compute.DeleteAddressRequest, dict] = None,
415415
*,
@@ -590,7 +590,7 @@ def get(
590590
# Done; return the response.
591591
return response
592592

593-
def insert(
593+
def insert_unary(
594594
self,
595595
request: Union[compute.InsertAddressRequest, dict] = None,
596596
*,

google/cloud/compute_v1/services/addresses/transports/rest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
# limitations under the License.
3434
#
3535

36-
3736
from google.cloud.compute_v1.types import compute
3837

3938
from .base import AddressesTransport, DEFAULT_CLIENT_INFO as BASE_DEFAULT_CLIENT_INFO

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ def aggregated_list(
409409
# Done; return the response.
410410
return response
411411

412-
def delete(
412+
def delete_unary(
413413
self,
414414
request: Union[compute.DeleteAutoscalerRequest, dict] = None,
415415
*,
@@ -592,7 +592,7 @@ def get(
592592
# Done; return the response.
593593
return response
594594

595-
def insert(
595+
def insert_unary(
596596
self,
597597
request: Union[compute.InsertAutoscalerRequest, dict] = None,
598598
*,
@@ -768,7 +768,7 @@ def list(
768768
# Done; return the response.
769769
return response
770770

771-
def patch(
771+
def patch_unary(
772772
self,
773773
request: Union[compute.PatchAutoscalerRequest, dict] = None,
774774
*,
@@ -864,7 +864,7 @@ def patch(
864864
# Done; return the response.
865865
return response
866866

867-
def update(
867+
def update_unary(
868868
self,
869869
request: Union[compute.UpdateAutoscalerRequest, dict] = None,
870870
*,

google/cloud/compute_v1/services/autoscalers/transports/rest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
# limitations under the License.
3434
#
3535

36-
3736
from google.cloud.compute_v1.types import compute
3837

3938
from .base import AutoscalersTransport, DEFAULT_CLIENT_INFO as BASE_DEFAULT_CLIENT_INFO

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def __init__(
340340
always_use_jwt_access=True,
341341
)
342342

343-
def add_signed_url_key(
343+
def add_signed_url_key_unary(
344344
self,
345345
request: Union[compute.AddSignedUrlKeyBackendBucketRequest, dict] = None,
346346
*,
@@ -438,7 +438,7 @@ def add_signed_url_key(
438438
# Done; return the response.
439439
return response
440440

441-
def delete(
441+
def delete_unary(
442442
self,
443443
request: Union[compute.DeleteBackendBucketRequest, dict] = None,
444444
*,
@@ -525,7 +525,7 @@ def delete(
525525
# Done; return the response.
526526
return response
527527

528-
def delete_signed_url_key(
528+
def delete_signed_url_key_unary(
529529
self,
530530
request: Union[compute.DeleteSignedUrlKeyBackendBucketRequest, dict] = None,
531531
*,
@@ -704,7 +704,7 @@ def get(
704704
# Done; return the response.
705705
return response
706706

707-
def insert(
707+
def insert_unary(
708708
self,
709709
request: Union[compute.InsertBackendBucketRequest, dict] = None,
710710
*,
@@ -864,7 +864,7 @@ def list(
864864
# Done; return the response.
865865
return response
866866

867-
def patch(
867+
def patch_unary(
868868
self,
869869
request: Union[compute.PatchBackendBucketRequest, dict] = None,
870870
*,
@@ -962,7 +962,7 @@ def patch(
962962
# Done; return the response.
963963
return response
964964

965-
def update(
965+
def update_unary(
966966
self,
967967
request: Union[compute.UpdateBackendBucketRequest, dict] = None,
968968
*,

google/cloud/compute_v1/services/backend_buckets/transports/rest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
# limitations under the License.
3434
#
3535

36-
3736
from google.cloud.compute_v1.types import compute
3837

3938
from .base import (

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def __init__(
340340
always_use_jwt_access=True,
341341
)
342342

343-
def add_signed_url_key(
343+
def add_signed_url_key_unary(
344344
self,
345345
request: Union[compute.AddSignedUrlKeyBackendServiceRequest, dict] = None,
346346
*,
@@ -514,7 +514,7 @@ def aggregated_list(
514514
# Done; return the response.
515515
return response
516516

517-
def delete(
517+
def delete_unary(
518518
self,
519519
request: Union[compute.DeleteBackendServiceRequest, dict] = None,
520520
*,
@@ -601,7 +601,7 @@ def delete(
601601
# Done; return the response.
602602
return response
603603

604-
def delete_signed_url_key(
604+
def delete_signed_url_key_unary(
605605
self,
606606
request: Union[compute.DeleteSignedUrlKeyBackendServiceRequest, dict] = None,
607607
*,
@@ -875,7 +875,7 @@ def get_health(
875875
# Done; return the response.
876876
return response
877877

878-
def insert(
878+
def insert_unary(
879879
self,
880880
request: Union[compute.InsertBackendServiceRequest, dict] = None,
881881
*,
@@ -1036,7 +1036,7 @@ def list(
10361036
# Done; return the response.
10371037
return response
10381038

1039-
def patch(
1039+
def patch_unary(
10401040
self,
10411041
request: Union[compute.PatchBackendServiceRequest, dict] = None,
10421042
*,
@@ -1135,7 +1135,7 @@ def patch(
11351135
# Done; return the response.
11361136
return response
11371137

1138-
def set_security_policy(
1138+
def set_security_policy_unary(
11391139
self,
11401140
request: Union[compute.SetSecurityPolicyBackendServiceRequest, dict] = None,
11411141
*,
@@ -1237,7 +1237,7 @@ def set_security_policy(
12371237
# Done; return the response.
12381238
return response
12391239

1240-
def update(
1240+
def update_unary(
12411241
self,
12421242
request: Union[compute.UpdateBackendServiceRequest, dict] = None,
12431243
*,

google/cloud/compute_v1/services/backend_services/transports/rest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
# limitations under the License.
3434
#
3535

36-
3736
from google.cloud.compute_v1.types import compute
3837

3938
from .base import (

google/cloud/compute_v1/services/disk_types/transports/rest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
# limitations under the License.
3434
#
3535

36-
3736
from google.cloud.compute_v1.types import compute
3837

3938
from .base import DiskTypesTransport, DEFAULT_CLIENT_INFO as BASE_DEFAULT_CLIENT_INFO

0 commit comments

Comments
 (0)
0