Class: Google::Cloud::Logging::V2::ListMonitoredResourceDescriptorsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Logging::V2::ListMonitoredResourceDescriptorsResponse
- 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
-
#next_page_token ⇒ ::String
If there might be more results than those appearing in this response, then
nextPageToken
is included. -
#resource_descriptors ⇒ ::Array<::Google::Api::MonitoredResourceDescriptor>
A list of resource descriptors.
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
.
264 265 266 267 |
# File 'proto_docs/google/logging/v2/logging.rb', line 264 class ListMonitoredResourceDescriptorsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_descriptors ⇒ ::Array<::Google::Api::MonitoredResourceDescriptor>
Returns A list of resource descriptors.
264 265 266 267 |
# File 'proto_docs/google/logging/v2/logging.rb', line 264 class ListMonitoredResourceDescriptorsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |