Class: Google::Cloud::Logging::V2::ListMonitoredResourceDescriptorsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/logging/v2/logging.rb

Overview

Result returned from ListMonitoredResourceDescriptors.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns 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.



265
266
267
268
# File 'proto_docs/google/logging/v2/logging.rb', line 265

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

#resource_descriptors::Array<::Google::Api::MonitoredResourceDescriptor>

Returns A list of resource descriptors.

Returns:



265
266
267
268
# File 'proto_docs/google/logging/v2/logging.rb', line 265

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