Class ListConnectionsRequest (0.3.1)

ListConnectionsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request for ConnectionService.ListConnections.

Attributes

NameDescription
parent str
Required. Parent resource name. Must be in the form: ``projects/{project_id}/locations/{location_id}``
page_size int
Required. Page size.
page_token str
Page token.

Inheritance

builtins.object > proto.message.Message > ListConnectionsRequest