API documentation for apigeeconnect_v1.types
package.
Classes
Action
The action taken by agent.
Cluster
Connection
EgressRequest
gRPC request payload for tether. .. attribute:: id
Unique identifier for the request.
:type: str
EgressResponse
gRPC response payload for tether. .. attribute:: id
Unique identifier for the response. Matches the EgressRequest's id.
:type: str
Header
The http headers. .. attribute:: key
:type: str
HttpRequest
The proto definition of http request. .. attribute:: id
A unique identifier for the request.
:type: str
HttpResponse
The proto definition of http response. .. attribute:: id
A unique identifier that matches the request ID.
:type: str
ListConnectionsRequest
The request for ListConnections][Management.ListConnections]
.
.. attribute:: parent
Required. Parent name of the form:
projects/{project_number or project_id}/endpoints/{endpoint}
.
:type: str
ListConnectionsResponse
The response for ListConnections][Management.ListConnections]
.
.. attribute:: connections
A list of clients.
:type: Sequence[google.cloud.apigeeconnect_v1.types.Connection]
Payload
Payload for EgressRequest. .. attribute:: http_request
The HttpRequest proto.
Scheme
HTTP Scheme.
StreamInfo
The Information of bi-directional stream. .. attribute:: id
Unique identifier for the stream.
:type: str
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>