Class ListClientTlsPoliciesRequest (0.7.1)

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

Request used by the ListClientTlsPolicies method.

Attributes

NameDescription
parent str
Required. The project and location from which the ClientTlsPolicies should be listed, specified in the format ``projects/*/locations/{location}``.
page_size int
Maximum number of ClientTlsPolicies to return per call.
page_token str
The value returned by the last ``ListClientTlsPoliciesResponse`` Indicates that this is a continuation of a prior ``ListClientTlsPolicies`` call, and that the system should return the next page of data.

Inheritance

builtins.object > proto.message.Message > ListClientTlsPoliciesRequest