Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::ListGroupMembersResponse.
The ListGroupMembers
response.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#members
def members() -> ::Array<::Google::Api::MonitoredResource>
Returns
- (::Array<::Google::Api::MonitoredResource>) — A set of monitored resources in the group.
#members=
def members=(value) -> ::Array<::Google::Api::MonitoredResource>
Parameter
- value (::Array<::Google::Api::MonitoredResource>) — A set of monitored resources in the group.
Returns
- (::Array<::Google::Api::MonitoredResource>) — A set of monitored resources in the group.
#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.
#total_size
def total_size() -> ::Integer
Returns
- (::Integer) — The total number of elements matching this request.
#total_size=
def total_size=(value) -> ::Integer
Parameter
- value (::Integer) — The total number of elements matching this request.
Returns
- (::Integer) — The total number of elements matching this request.