Class: Google::Cloud::Monitoring::V3::ListMonitoredResourceDescriptorsRequest

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

Overview

The ListMonitoredResourceDescriptors request.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns An optional filter describing the descriptors to be returned. The filter can reference the descriptor's type and labels. For example, the following filter returns only Google Compute Engine descriptors that have an id label:

resource.type = starts_with("gce_") AND resource.label:id.

Returns:

  • (::String)

    An optional filter describing the descriptors to be returned. The filter can reference the descriptor's type and labels. For example, the following filter returns only Google Compute Engine descriptors that have an id label:

    resource.type = starts_with("gce_") AND resource.label:id
    


46
47
48
49
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 46

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

#name::String

Returns Required. The project on which to execute the request. The format is:

projects/[PROJECT_ID_OR_NUMBER].

Returns:

  • (::String)

    Required. The project on which to execute the request. The format is:

    projects/[PROJECT_ID_OR_NUMBER]
    


46
47
48
49
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 46

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

Returns:

  • (::Integer)

    A positive number that is the maximum number of results to return.



46
47
48
49
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 46

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

#page_token::String

If this field is not empty then it must contain the nextPageToken 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 nextPageToken value returned by a previous call to this method. Using this field causes the method to return additional results from the previous method call.



46
47
48
49
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 46

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