Package Classes (1.9.4)

Summary of entries of Classes for apigeeconnect.

Classes

ConnectionServiceAsyncClient

Service Interface for the Apigee Connect connection management APIs.

ConnectionServiceClient

Service Interface for the Apigee Connect connection management APIs.

ListConnectionsAsyncPager

A pager for iterating through list_connections requests.

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

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

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

ListConnectionsPager

A pager for iterating through list_connections requests.

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

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

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

TetherAsyncClient

Tether provides a way for the control plane to send HTTP API requests to services in data planes that runs in a remote datacenter without requiring customers to open firewalls on their runtime plane.

TetherClient

Tether provides a way for the control plane to send HTTP API requests to services in data planes that runs in a remote datacenter without requiring customers to open firewalls on their runtime plane.

Action

The action taken by agent.

Cluster

Connection

EgressRequest

gRPC request payload for tether.

EgressResponse

gRPC response payload for tether.

The http headers.

HttpRequest

The proto definition of http request.

HttpResponse

The proto definition of http response.

ListConnectionsRequest

The request for ListConnections][Management.ListConnections].

ListConnectionsResponse

The response for ListConnections][Management.ListConnections].

Payload

Payload for EgressRequest.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

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

Scheme

HTTP Scheme.

StreamInfo

The Information of bi-directional stream.

TetherEndpoint

Endpoint indicates where the messages will be delivered.

Url

The proto definition of url. A url represents a URL and the general form represented is:

[scheme://]<xref uid="google.cloud.apigeeconnect.v1.Url.host][path">google.cloud.apigeeconnect.v1.Url.host</xref>

Modules

pagers

API documentation for apigeeconnect_v1.services.connection_service.pagers module.