Skip to content

Commit e8f6ef5

Browse files
docs: Fix formatting of request arg in docstring (#58)
* 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 260ba9b commit e8f6ef5

File tree

2 files changed

+1
-6
lines changed
  • packages/google-cloud-beyondcorp-clientconnectorservices
    • google/cloud/beyondcorp_clientconnectorservices_v1/services/client_connector_services_service/transports

2 files changed

+1
-6
lines changed

packages/google-cloud-beyondcorp-clientconnectorservices/google/cloud/beyondcorp_clientconnectorservices_v1/services/client_connector_services_service/transports/rest.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,6 @@ def __call__(
647647
request (~.client_connector_services_service.CreateClientConnectorServiceRequest):
648648
The request object. Message for creating a
649649
ClientConnectorService.
650-
651650
retry (google.api_core.retry.Retry): Designation of what errors, if any,
652651
should be retried.
653652
timeout (float): The timeout for this request.
@@ -750,7 +749,6 @@ def __call__(
750749
request (~.client_connector_services_service.DeleteClientConnectorServiceRequest):
751750
The request object. Message for deleting a
752751
ClientConnectorService.
753-
754752
retry (google.api_core.retry.Retry): Designation of what errors, if any,
755753
should be retried.
756754
timeout (float): The timeout for this request.
@@ -844,7 +842,6 @@ def __call__(
844842
request (~.client_connector_services_service.GetClientConnectorServiceRequest):
845843
The request object. Message for getting a
846844
ClientConnectorService.
847-
848845
retry (google.api_core.retry.Retry): Designation of what errors, if any,
849846
should be retried.
850847
timeout (float): The timeout for this request.
@@ -941,7 +938,6 @@ def __call__(
941938
request (~.client_connector_services_service.ListClientConnectorServicesRequest):
942939
The request object. Message for requesting list of
943940
ClientConnectorServices.
944-
945941
retry (google.api_core.retry.Retry): Designation of what errors, if any,
946942
should be retried.
947943
timeout (float): The timeout for this request.
@@ -1044,7 +1040,6 @@ def __call__(
10441040
request (~.client_connector_services_service.UpdateClientConnectorServiceRequest):
10451041
The request object. Message for updating a
10461042
ClientConnectorService
1047-
10481043
retry (google.api_core.retry.Retry): Designation of what errors, if any,
10491044
should be retried.
10501045
timeout (float): The timeout for this request.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"proto-plus >= 1.22.0, <2.0.0dev",
4545
"proto-plus >= 1.22.2, <2.0.0dev; python_version>='3.11'",
4646
"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",
47-
"grpc-google-iam-v1 >= 0.12.4, < 1.0.0dev",
47+
"grpc-google-iam-v1 >= 0.12.4, <1.0.0dev",
4848
]
4949
url = "https://github.com/googleapis/python-beyondcorp-clientconnectorservices"
5050

0 commit comments

Comments
 (0)