ListServerTlsPoliciesRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Request used by the ListServerTlsPolicies method.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The project and location from which the ServerTlsPolicies should be listed, specified in the format projects/*/locations/{location}.
|
page_size |
int
Maximum number of ServerTlsPolicies to return per call. |
page_token |
str
The value returned by the last ListServerTlsPoliciesResponse Indicates that this is a
continuation of a prior ListServerTlsPolicies call, and
that the system should return the next page of data.
|
return_partial_success |
bool
Optional. Setting this field to true will opt the
request into returning the resources that are reachable, and
into including the names of those that were unreachable in
the [ListServerTlsPoliciesResponse.unreachable] field. This
can only be true when reading across collections e.g.
when parent is set to
"projects/example/locations/-".
|