Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::ListGroupsResponse.
The ListGroups
response.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#group
def group() -> ::Array<::Google::Cloud::Monitoring::V3::Group>
Returns
- (::Array<::Google::Cloud::Monitoring::V3::Group>) — The groups that match the specified filters.
#group=
def group=(value) -> ::Array<::Google::Cloud::Monitoring::V3::Group>
Parameter
- value (::Array<::Google::Cloud::Monitoring::V3::Group>) — The groups that match the specified filters.
Returns
- (::Array<::Google::Cloud::Monitoring::V3::Group>) — The groups that match the specified filters.
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — 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.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — 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.
Returns
-
(::String) — 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.