Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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