Cloud Monitoring V3 API - Class Google::Cloud::Monitoring::V3::ListGroupMembersRequest (v0.8.0)

Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::ListGroupMembersRequest.

The ListGroupMembers request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) —

    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"`
    

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) —

    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"`
    
Returns
  • (::String) —

    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"`
    

#interval

def interval() -> ::Google::Cloud::Monitoring::V3::TimeInterval
Returns
  • (::Google::Cloud::Monitoring::V3::TimeInterval) — 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.

#interval=

def interval=(value) -> ::Google::Cloud::Monitoring::V3::TimeInterval
Parameter
  • value (::Google::Cloud::Monitoring::V3::TimeInterval) — 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.
Returns
  • (::Google::Cloud::Monitoring::V3::TimeInterval) — 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.

#name

def name() -> ::String
Returns
  • (::String) —

    Required. The group whose members are listed. The format is:

    projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
    

#name=

def name=(value) -> ::String
Parameter
  • value (::String) —

    Required. The group whose members are listed. The format is:

    projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
    
Returns
  • (::String) —

    Required. The group whose members are listed. The format is:

    projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
    

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — A positive number that is the maximum number of results to return.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — A positive number that is the maximum number of results to return.
Returns
  • (::Integer) — A positive number that is the maximum number of results to return.

#page_token

def page_token() -> ::String
Returns
  • (::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.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::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.
Returns
  • (::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.