Class: Google::Cloud::Monitoring::V3::ListGroupsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::ListGroupsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/group_service.rb
Overview
The ListGroups
response.
Instance Attribute Summary collapse
-
#group ⇒ ::Array<::Google::Cloud::Monitoring::V3::Group>
The groups that match the specified filters.
-
#next_page_token ⇒ ::String
If there are more results than have been returned, then this field is set to a non-empty value.
Instance Attribute Details
#group ⇒ ::Array<::Google::Cloud::Monitoring::V3::Group>
Returns The groups that match the specified filters.
81 82 83 84 |
# File 'proto_docs/google/monitoring/v3/group_service.rb', line 81 class ListGroupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns If there are more results than have been returned, then this field is set
to a non-empty value. To see the additional results,
use that value as page_token
in the next call to this method.
81 82 83 84 |
# File 'proto_docs/google/monitoring/v3/group_service.rb', line 81 class ListGroupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |