Class: Google::Cloud::Tpu::V1::ListNodesResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#next_page_token::String

Returns The next page token or empty if none.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::Array<::String>)

    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