Class Google::Cloud::Logging::V2::ListMonitoredResourceDescriptorsResponse (v0.5.6)

Result returned from ListMonitoredResourceDescriptors.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — If there might be more results than those appearing in this response, then nextPageToken is included. To get the next set of results, call this method again using the value of nextPageToken as pageToken.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — If there might be more results than those appearing in this response, then nextPageToken is included. To get the next set of results, call this method again using the value of nextPageToken as pageToken.
Returns
  • (::String) — If there might be more results than those appearing in this response, then nextPageToken is included. To get the next set of results, call this method again using the value of nextPageToken as pageToken.

#resource_descriptors

def resource_descriptors() -> ::Array<::Google::Api::MonitoredResourceDescriptor>
Returns

#resource_descriptors=

def resource_descriptors=(value) -> ::Array<::Google::Api::MonitoredResourceDescriptor>
Parameter
Returns