Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::ListAlertPoliciesRequest.
The protocol for the ListAlertPolicies
request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
-
(::String) — 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.
#filter=
def filter=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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.
#name
def name() -> ::String
-
(::String) — Required. The project
whose alert policies are to be listed. The format is:
projects/[PROJECT_ID_OR_NUMBER]
Note that this field names the parent container in which the alerting policies to be listed are stored. To retrieve a single alerting policy by name, use the GetAlertPolicy operation, instead.
#name=
def name=(value) -> ::String
-
value (::String) — Required. The project
whose alert policies are to be listed. The format is:
projects/[PROJECT_ID_OR_NUMBER]
Note that this field names the parent container in which the alerting policies to be listed are stored. To retrieve a single alerting policy by name, use the GetAlertPolicy operation, instead.
-
(::String) — Required. The project
whose alert policies are to be listed. The format is:
projects/[PROJECT_ID_OR_NUMBER]
Note that this field names the parent container in which the alerting policies to be listed are stored. To retrieve a single alerting policy by name, use the GetAlertPolicy operation, instead.
#order_by
def order_by() -> ::String
-
(::String) — 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.
#order_by=
def order_by=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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
def page_size() -> ::Integer
- (::Integer) — The maximum number of results to return in a single response.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — The maximum number of results to return in a single response.
- (::Integer) — The maximum number of results to return in a single response.
#page_token
def page_token() -> ::String
-
(::String) — 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.
#page_token=
def page_token=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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.