Class: Google::Cloud::Monitoring::V3::ListSnoozesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/monitoring/v3/snooze_service.rb

Overview

The message definition for listing Snoozes associated with the given parent, satisfying the optional filter.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. Optional filter to restrict results to the given criteria. The following fields are supported.

  • interval.start_time
  • interval.end_time

For example:

```
interval.start_time > "2022-03-11T00:00:00-08:00" AND
    interval.end_time < "2022-03-12T00:00:00-08:00"
```.

Returns:

  • (::String)

    Optional. Optional filter to restrict results to the given criteria. The following fields are supported.

    • interval.start_time
    • interval.end_time

    For example:

    ```
    interval.start_time > "2022-03-11T00:00:00-08:00" AND
        interval.end_time < "2022-03-12T00:00:00-08:00"
    ```
    


76
77
78
79
# File 'proto_docs/google/monitoring/v3/snooze_service.rb', line 76

class ListSnoozesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_size::Integer

Optional. The maximum number of results to return for a single query. The server may further constrain the maximum number of results returned in a single page. The value should be in the range [1, 1000]. If the value given is outside this range, the server will decide the number of results to be returned.

Returns:

  • (::Integer)

    Optional. The maximum number of results to return for a single query. The server may further constrain the maximum number of results returned in a single page. The value should be in the range [1, 1000]. If the value given is outside this range, the server will decide the number of results to be returned.



76
77
78
79
# File 'proto_docs/google/monitoring/v3/snooze_service.rb', line 76

class ListSnoozesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns Optional. The next_page_token from a previous call to ListSnoozesRequest to get the next page of results.

Returns:

  • (::String)

    Optional. The next_page_token from a previous call to ListSnoozesRequest to get the next page of results.



76
77
78
79
# File 'proto_docs/google/monitoring/v3/snooze_service.rb', line 76

class ListSnoozesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The project whose Snoozes should be listed. The format is:

projects/[PROJECT_ID_OR_NUMBER].

Returns:

  • (::String)

    Required. The project whose Snoozes should be listed. The format is:

    projects/[PROJECT_ID_OR_NUMBER]
    


76
77
78
79
# File 'proto_docs/google/monitoring/v3/snooze_service.rb', line 76

class ListSnoozesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end