Class: Google::Cloud::Logging::V2::ListMonitoredResourceDescriptorsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Logging::V2::ListMonitoredResourceDescriptorsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/logging/v2/logging.rb
Overview
The parameters to ListMonitoredResourceDescriptors
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Optional. The maximum number of results to return from this request.
Non-positive values are ignored. The presence of nextPageToken
in the
response indicates that more results might be available.
250 251 252 253 |
# File 'proto_docs/google/logging/v2/logging.rb', line 250 class ListMonitoredResourceDescriptorsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. If present, then retrieve the next batch of results from the
preceding call to this method. pageToken
must be the value of
nextPageToken
from the previous response. The values of other method
parameters should be identical to those in the previous call.
250 251 252 253 |
# File 'proto_docs/google/logging/v2/logging.rb', line 250 class ListMonitoredResourceDescriptorsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |