Class: Google::Cloud::OracleDatabase::V1::ListDbNodesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::ListDbNodesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb
Overview
The request for DbNode.List.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Optional. The maximum number of items to return. If unspecified, at most 50 db nodes will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
290 291 292 293 |
# File 'proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb', line 290 class ListDbNodesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A token identifying a page of results the node should return.
290 291 292 293 |
# File 'proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb', line 290 class ListDbNodesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent value for database node in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloudVmCluster}.
290 291 292 293 |
# File 'proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb', line 290 class ListDbNodesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |