Class ListClientGatewaysResponse (0.1.2)

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

Message for response to listing ClientGateways.

Attributes

NameDescription
client_gateways Sequence[google.cloud.beyondcorp_clientgateways_v1.types.ClientGateway]
The list of ClientGateway.
next_page_token str
A token identifying a page of results the server should return.
unreachable Sequence[str]
Locations that could not be reached.

Inheritance

builtins.object > proto.message.Message > ListClientGatewaysResponse