Class: Google::Cloud::Tpu::V1::ListNodesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Tpu::V1::ListNodesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/tpu/v1/cloud_tpu.rb
Overview
Response for ListNodes.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
The next page token or empty if none.
-
#nodes ⇒ ::Array<::Google::Cloud::Tpu::V1::Node>
The listed nodes.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns The next page token or empty if none.
257 258 259 260 |
# File 'proto_docs/google/cloud/tpu/v1/cloud_tpu.rb', line 257 class ListNodesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#nodes ⇒ ::Array<::Google::Cloud::Tpu::V1::Node>
Returns The listed nodes.
257 258 259 260 |
# File 'proto_docs/google/cloud/tpu/v1/cloud_tpu.rb', line 257 class ListNodesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
257 258 259 260 |
# File 'proto_docs/google/cloud/tpu/v1/cloud_tpu.rb', line 257 class ListNodesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |