Package Methods (1.10.5)

Summary of entries of Methods for vpcaccess.

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceAsyncClient

VpcAccessServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.vpcaccess_v1.services.vpc_access_service.transports.base.VpcAccessServiceTransport, typing.Callable[[...], google.cloud.vpcaccess_v1.services.vpc_access_service.transports.base.VpcAccessServiceTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = 

Instantiates the vpc access service async client.

See more: google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceAsyncClient

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceAsyncClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceAsyncClient.connector_path

connector_path(project: str, location: str, connector: str) -> str

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceAsyncClient.create_connector

create_connector(
    request: typing.Optional[
        typing.Union[
            google.cloud.vpcaccess_v1.types.vpc_access.CreateConnectorRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    connector_id: typing.Optional[str] = None,
    connector: typing.Optional[
        google.cloud.vpcaccess_v1.types.vpc_access.Connector
    ] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

Creates a Serverless VPC Access connector, returns an operation.

See more: google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceAsyncClient.create_connector

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceAsyncClient.delete_connector

delete_connector(
    request: typing.Optional[
        typing.Union[
            google.cloud.vpcaccess_v1.types.vpc_access.DeleteConnectorRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceAsyncClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceAsyncClient.from_service_account_file

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceAsyncClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

Creates an instance of this client using the provided credentials info.

See more: google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceAsyncClient.from_service_account_info

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceAsyncClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceAsyncClient.from_service_account_json

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceAsyncClient.get_connector

get_connector(
    request: typing.Optional[
        typing.Union[
            google.cloud.vpcaccess_v1.types.vpc_access.GetConnectorRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.vpcaccess_v1.types.vpc_access.Connector

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(
    client_options: typing.Optional[
        google.api_core.client_options.ClientOptions
    ] = None,
)

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceAsyncClient.get_operation

get_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.GetOperationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.longrunning.operations_pb2.Operation

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.vpcaccess_v1.services.vpc_access_service.transports.base.VpcAccessServiceTransport
    ]
)

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceAsyncClient.list_connectors

list_connectors(
    request: typing.Optional[
        typing.Union[
            google.cloud.vpcaccess_v1.types.vpc_access.ListConnectorsRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
    google.cloud.vpcaccess_v1.services.vpc_access_service.pagers.ListConnectorsAsyncPager
)

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceAsyncClient.list_locations

list_locations(
    request: typing.Optional[
        google.cloud.location.locations_pb2.ListLocationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceAsyncClient.list_locations

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceAsyncClient.list_operations

list_operations(
    request: typing.Optional[
        google.longrunning.operations_pb2.ListOperationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceAsyncClient.list_operations

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path: str) -> typing.Dict[str, str]

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceAsyncClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceAsyncClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceAsyncClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceAsyncClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceAsyncClient.parse_connector_path

parse_connector_path(path: str) -> typing.Dict[str, str]

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceClient

VpcAccessServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.vpcaccess_v1.services.vpc_access_service.transports.base.VpcAccessServiceTransport, typing.Callable[[...], google.cloud.vpcaccess_v1.services.vpc_access_service.transports.base.VpcAccessServiceTransport]]] = None, client_options: typing.Optional[typing.Union[google.api_core.client_options.ClientOptions, dict]] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = 

Instantiates the vpc access service client.

See more: google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceClient

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceClient.exit

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceClient.connector_path

connector_path(project: str, location: str, connector: str) -> str

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceClient.create_connector

create_connector(
    request: typing.Optional[
        typing.Union[
            google.cloud.vpcaccess_v1.types.vpc_access.CreateConnectorRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    connector_id: typing.Optional[str] = None,
    connector: typing.Optional[
        google.cloud.vpcaccess_v1.types.vpc_access.Connector
    ] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation

Creates a Serverless VPC Access connector, returns an operation.

See more: google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceClient.create_connector

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceClient.delete_connector

delete_connector(
    request: typing.Optional[
        typing.Union[
            google.cloud.vpcaccess_v1.types.vpc_access.DeleteConnectorRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.api_core.operation.Operation

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceClient.from_service_account_file

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

Creates an instance of this client using the provided credentials info.

See more: google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceClient.from_service_account_info

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceClient.from_service_account_json

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceClient.get_connector

get_connector(
    request: typing.Optional[
        typing.Union[
            google.cloud.vpcaccess_v1.types.vpc_access.GetConnectorRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.vpcaccess_v1.types.vpc_access.Connector

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(
    client_options: typing.Optional[
        google.api_core.client_options.ClientOptions
    ] = None,
)

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceClient.get_operation

get_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.GetOperationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceClient.get_operation

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceClient.list_connectors

list_connectors(
    request: typing.Optional[
        typing.Union[
            google.cloud.vpcaccess_v1.types.vpc_access.ListConnectorsRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.vpcaccess_v1.services.vpc_access_service.pagers.ListConnectorsPager

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceClient.list_locations

list_locations(
    request: typing.Optional[
        google.cloud.location.locations_pb2.ListLocationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceClient.list_locations

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceClient.list_operations

list_operations(
    request: typing.Optional[
        google.longrunning.operations_pb2.ListOperationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceClient.list_operations

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceClient.parse_common_billing_account_path

parse_common_billing_account_path(path: str) -> typing.Dict[str, str]

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.vpcaccess_v1.services.vpc_access_service.VpcAccessServiceClient.parse_connector_path

parse_connector_path(path: str) -> typing.Dict[str, str]

google.cloud.vpcaccess_v1.services.vpc_access_service.pagers.ListConnectorsAsyncPager

ListConnectorsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.vpcaccess_v1.types.vpc_access.ListConnectorsResponse
        ],
    ],
    request: google.cloud.vpcaccess_v1.types.vpc_access.ListConnectorsRequest,
    response: google.cloud.vpcaccess_v1.types.vpc_access.ListConnectorsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

google.cloud.vpcaccess_v1.services.vpc_access_service.pagers.ListConnectorsPager

ListConnectorsPager(
    method: typing.Callable[
        [...], google.cloud.vpcaccess_v1.types.vpc_access.ListConnectorsResponse
    ],
    request: google.cloud.vpcaccess_v1.types.vpc_access.ListConnectorsRequest,
    response: google.cloud.vpcaccess_v1.types.vpc_access.ListConnectorsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)