Skip to content

Commit

Permalink
docs: Fix formatting of request arg in docstring (#171)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Mar 23, 2023
1 parent 6ab5ca1 commit 1d78d66
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ async def sample_create_connector():
Args:
request (Optional[Union[google.cloud.vpcaccess_v1.types.CreateConnectorRequest, dict]]):
The request object. Request for creating a Serverless
VPC Access connector.
The request object. Request for creating a Serverless VPC
Access connector.
parent (:class:`str`):
Required. The project and location in which the
configuration should be created, specified in the format
Expand Down Expand Up @@ -623,8 +623,8 @@ async def sample_delete_connector():
Args:
request (Optional[Union[google.cloud.vpcaccess_v1.types.DeleteConnectorRequest, dict]]):
The request object. Request for deleting a Serverless
VPC Access connector.
The request object. Request for deleting a Serverless VPC
Access connector.
name (:class:`str`):
Required. Name of a Serverless VPC
Access connector to delete.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -499,8 +499,8 @@ def sample_create_connector():
Args:
request (Union[google.cloud.vpcaccess_v1.types.CreateConnectorRequest, dict]):
The request object. Request for creating a Serverless
VPC Access connector.
The request object. Request for creating a Serverless VPC
Access connector.
parent (str):
Required. The project and location in which the
configuration should be created, specified in the format
Expand Down Expand Up @@ -852,8 +852,8 @@ def sample_delete_connector():
Args:
request (Union[google.cloud.vpcaccess_v1.types.DeleteConnectorRequest, dict]):
The request object. Request for deleting a Serverless
VPC Access connector.
The request object. Request for deleting a Serverless VPC
Access connector.
name (str):
Required. Name of a Serverless VPC
Access connector to delete.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,6 @@ def __call__(
request (~.vpc_access.CreateConnectorRequest):
The request object. Request for creating a Serverless VPC
Access connector.
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -542,7 +541,6 @@ def __call__(
request (~.vpc_access.DeleteConnectorRequest):
The request object. Request for deleting a Serverless VPC
Access connector.
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -633,7 +631,6 @@ def __call__(
request (~.vpc_access.GetConnectorRequest):
The request object. Request for getting a Serverless VPC
Access connector.
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -723,7 +720,6 @@ def __call__(
request (~.vpc_access.ListConnectorsRequest):
The request object. Request for listing Serverless VPC
Access connectors in a location.
retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-vpc-access",
"version": "1.8.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit 1d78d66

Please sign in to comment.