Package Classes (1.10.5)

Summary of entries of Classes for vpcaccess.

Classes

VpcAccessServiceAsyncClient

Serverless VPC Access API allows users to create and manage connectors for App Engine, Cloud Functions and Cloud Run to have internal connections to Virtual Private Cloud networks.

VpcAccessServiceClient

Serverless VPC Access API allows users to create and manage connectors for App Engine, Cloud Functions and Cloud Run to have internal connections to Virtual Private Cloud networks.

ListConnectorsAsyncPager

A pager for iterating through list_connectors requests.

This class thinly wraps an initial ListConnectorsResponse object, and provides an __aiter__ method to iterate through its connectors field.

If there are more pages, the __aiter__ method will make additional ListConnectors requests and continue to iterate through the connectors field on the corresponding responses.

All the usual ListConnectorsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListConnectorsPager

A pager for iterating through list_connectors requests.

This class thinly wraps an initial ListConnectorsResponse object, and provides an __iter__ method to iterate through its connectors field.

If there are more pages, the __iter__ method will make additional ListConnectors requests and continue to iterate through the connectors field on the corresponding responses.

All the usual ListConnectorsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

Connector

Definition of a Serverless VPC Access connector.

State

State of a connector.

Subnet

The subnet in which to house the connector

CreateConnectorRequest

Request for creating a Serverless VPC Access connector.

DeleteConnectorRequest

Request for deleting a Serverless VPC Access connector.

GetConnectorRequest

Request for getting a Serverless VPC Access connector.

ListConnectorsRequest

Request for listing Serverless VPC Access connectors in a location.

ListConnectorsResponse

Response for listing Serverless VPC Access connectors.

OperationMetadata

Metadata for google.longrunning.Operation.

Modules

pagers

API documentation for vpcaccess_v1.services.vpc_access_service.pagers module.