Class: Google::Cloud::Tpu::V1::ListNodesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Tpu::V1::ListNodesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/tpu/v1/cloud_tpu.rb
Overview
Request for ListNodes.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of items to return.
-
#page_token ⇒ ::String
The next_page_token value returned from a previous List request, if any.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns The maximum number of items to return.
242 243 244 245 |
# File 'proto_docs/google/cloud/tpu/v1/cloud_tpu.rb', line 242 class ListNodesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The next_page_token value returned from a previous List request, if any.
242 243 244 245 |
# File 'proto_docs/google/cloud/tpu/v1/cloud_tpu.rb', line 242 class ListNodesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource name.
242 243 244 245 |
# File 'proto_docs/google/cloud/tpu/v1/cloud_tpu.rb', line 242 class ListNodesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |