Class ListAlertPoliciesRequest (2.11.0)

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

The protocol for the ListAlertPolicies request.

Attributes

NameDescription
name str
Required. The `project
filter str
If provided, this field specifies the criteria that must be met by alert policies to be included in the response. For more details, see `sorting and filtering
order_by str
A comma-separated list of fields by which to sort the result. Supports the same set of field references as the ``filter`` field. Entries can be prefixed with a minus sign to sort by the field in descending order. For more details, see `sorting and filtering
page_size int
The maximum number of results to return in a single response.
page_token str
If this field is not empty then it must contain the ``nextPageToken`` value returned by a previous call to this method. Using this field causes the method to return more results from the previous method call.

Inheritance

builtins.object > proto.message.Message > ListAlertPoliciesRequest