Class: Google::Cloud::Monitoring::V3::ListGroupMembersResponse

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

Overview

The ListGroupMembers response.

Instance Attribute Summary collapse

Instance Attribute Details

#members::Array<::Google::Api::MonitoredResource>

Returns A set of monitored resources in the group.

Returns:



192
193
194
195
# File 'proto_docs/google/monitoring/v3/group_service.rb', line 192

class ListGroupMembersResponse
  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.

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.



192
193
194
195
# File 'proto_docs/google/monitoring/v3/group_service.rb', line 192

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

#total_size::Integer

Returns The total number of elements matching this request.

Returns:

  • (::Integer)

    The total number of elements matching this request.



192
193
194
195
# File 'proto_docs/google/monitoring/v3/group_service.rb', line 192

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