Class ListPrivateConnectionsRequest (1.0.1)

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

Request for listing private connections.

Attributes

NameDescription
parent str
Required. The parent that owns the collection of private connectivity configurations.
page_size int
Maximum number of private connectivity configurations to return. If unspecified, at most 50 private connectivity configurations that will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
page_token str
Page token received from a previous ``ListPrivateConnections`` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ``ListPrivateConnections`` must match the call that provided the page token.
filter str
Filter request.
order_by str
Order by fields for the result.

Inheritance

builtins.object > proto.message.Message > ListPrivateConnectionsRequest