Class: Google::Cloud::Monitoring::V3::ListGroupMembersRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::ListGroupMembersRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/group_service.rb
Overview
The ListGroupMembers
request.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
An optional list filter describing the members to be returned.
-
#interval ⇒ ::Google::Cloud::Monitoring::V3::TimeInterval
An optional time interval for which results should be returned.
-
#name ⇒ ::String
Required.
-
#page_size ⇒ ::Integer
A positive number that is the maximum number of results to return.
-
#page_token ⇒ ::String
If this field is not empty then it must contain the
next_page_token
value returned by a previous call to this method.
Instance Attribute Details
#filter ⇒ ::String
Returns An optional list filter describing the members to be returned. The filter may reference the type, labels, and metadata of monitored resources that comprise the group. For example, to return only resources representing Compute Engine VM instances, use this filter:
`resource.type = "gce_instance"`.
175 176 177 178 |
# File 'proto_docs/google/monitoring/v3/group_service.rb', line 175 class ListGroupMembersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#interval ⇒ ::Google::Cloud::Monitoring::V3::TimeInterval
Returns An optional time interval for which results should be returned. Only members that were part of the group during the specified interval are included in the response. If no interval is provided then the group membership over the last minute is returned.
175 176 177 178 |
# File 'proto_docs/google/monitoring/v3/group_service.rb', line 175 class ListGroupMembersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The group whose members are listed. The format is:
projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID].
175 176 177 178 |
# File 'proto_docs/google/monitoring/v3/group_service.rb', line 175 class ListGroupMembersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns A positive number that is the maximum number of results to return.
175 176 177 178 |
# File 'proto_docs/google/monitoring/v3/group_service.rb', line 175 class ListGroupMembersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
If this field is not empty then it must contain the next_page_token
value
returned by a previous call to this method. Using this field causes the
method to return additional results from the previous method call.
175 176 177 178 |
# File 'proto_docs/google/monitoring/v3/group_service.rb', line 175 class ListGroupMembersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |