Skip to content

Commit 76875ad

Browse files
docs: Fix formatting of request arg in docstring (#55)
* chore: Update gapic-generator-python to v1.9.0 PiperOrigin-RevId: 517425588 Source-Link: googleapis/googleapis@33c93eb Source-Link: googleapis/googleapis-gen@d5f5978 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDVmNTk3ODlkMTlmYzQzMjcwZmYyMTI0OTY3ZDRlYzg5OTJiOGU4ZiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * docs: Fix formatting of request arg in docstring chore: Update gapic-generator-python to v1.9.1 PiperOrigin-RevId: 518604533 Source-Link: googleapis/googleapis@8a085ae Source-Link: googleapis/googleapis-gen@b2ab4b0 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjJhYjRiMGEwYWUyOTA3ZTgxMmMyMDkxOThhNzRlMDg5OGFmY2IwNCJ9 * 🦉 Updates from OwlBot post-processor 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 7ea9b49 commit 76875ad

File tree

2 files changed

+1
-5
lines changed
  • packages/google-cloud-beyondcorp-appgateways
    • google/cloud/beyondcorp_appgateways_v1/services/app_gateways_service/transports

2 files changed

+1
-5
lines changed

packages/google-cloud-beyondcorp-appgateways/google/cloud/beyondcorp_appgateways_v1/services/app_gateways_service/transports/rest.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,6 @@ def __call__(
596596
request (~.app_gateways_service.CreateAppGatewayRequest):
597597
The request object. Request message for
598598
BeyondCorp.CreateAppGateway.
599-
600599
retry (google.api_core.retry.Retry): Designation of what errors, if any,
601600
should be retried.
602601
timeout (float): The timeout for this request.
@@ -696,7 +695,6 @@ def __call__(
696695
request (~.app_gateways_service.DeleteAppGatewayRequest):
697696
The request object. Request message for
698697
BeyondCorp.DeleteAppGateway.
699-
700698
retry (google.api_core.retry.Retry): Designation of what errors, if any,
701699
should be retried.
702700
timeout (float): The timeout for this request.
@@ -787,7 +785,6 @@ def __call__(
787785
request (~.app_gateways_service.GetAppGatewayRequest):
788786
The request object. Request message for
789787
BeyondCorp.GetAppGateway.
790-
791788
retry (google.api_core.retry.Retry): Designation of what errors, if any,
792789
should be retried.
793790
timeout (float): The timeout for this request.
@@ -883,7 +880,6 @@ def __call__(
883880
request (~.app_gateways_service.ListAppGatewaysRequest):
884881
The request object. Request message for
885882
BeyondCorp.ListAppGateways.
886-
887883
retry (google.api_core.retry.Retry): Designation of what errors, if any,
888884
should be retried.
889885
timeout (float): The timeout for this request.

packages/google-cloud-beyondcorp-appgateways/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"proto-plus >= 1.22.0, <2.0.0dev",
4343
"proto-plus >= 1.22.2, <2.0.0dev; python_version>='3.11'",
4444
"protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
45-
"grpc-google-iam-v1 >= 0.12.4, < 1.0.0dev",
45+
"grpc-google-iam-v1 >= 0.12.4, <1.0.0dev",
4646
]
4747
url = "https://github.com/googleapis/python-beyondcorp-appgateways"
4848

0 commit comments

Comments
 (0)