Package Classes (0.4.11)

Summary of entries of Classes for beyondcorpclientconnectorservices.

Classes

ClientConnectorServicesServiceAsyncClient

API Overview:

The beyondcorp.googleapis.com service implements the Google Cloud BeyondCorp API.

Data Model:

The ClientConnectorServicesService exposes the following resources:

  • Client Connector Services, named as follows: projects/{project_id}/locations/{location_id}/client_connector_services/{client_connector_service_id}.

ClientConnectorServicesServiceClient

API Overview:

The beyondcorp.googleapis.com service implements the Google Cloud BeyondCorp API.

Data Model:

The ClientConnectorServicesService exposes the following resources:

  • Client Connector Services, named as follows: projects/{project_id}/locations/{location_id}/client_connector_services/{client_connector_service_id}.

ListClientConnectorServicesAsyncPager

A pager for iterating through list_client_connector_services requests.

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

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

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

ListClientConnectorServicesPager

A pager for iterating through list_client_connector_services requests.

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

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

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

ClientConnectorService

Message describing ClientConnectorService object.

Egress

The details of the egress info. One of the following options should be set.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

PeeredVpc

The peered VPC owned by the consumer project.

Ingress

Settings of how to connect to the ClientGateway. One of the following options should be set.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Config

The basic ingress config for ClientGateways.

DestinationRoute

The setting used to configure ClientGateways. It is adding routes to the client's routing table after the connection is established.

TransportProtocol

The protocol used to connect to the server.

State

Represents the different states of a ClientConnectorService.

ClientConnectorServiceOperationMetadata

Represents the metadata of the long-running operation.

CreateClientConnectorServiceRequest

Message for creating a ClientConnectorService.

DeleteClientConnectorServiceRequest

Message for deleting a ClientConnectorService.

GetClientConnectorServiceRequest

Message for getting a ClientConnectorService.

ListClientConnectorServicesRequest

Message for requesting list of ClientConnectorServices.

ListClientConnectorServicesResponse

Message for response to listing ClientConnectorServices.

UpdateClientConnectorServiceRequest

Message for updating a ClientConnectorService

Modules

pagers

API documentation for beyondcorp_clientconnectorservices_v1.services.client_connector_services_service.pagers module.