Class: Google::Cloud::Tpu::V1::ListTensorFlowVersionsResponse

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 ListTensorFlowVersions.

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.



380
381
382
383
# File 'proto_docs/google/cloud/tpu/v1/cloud_tpu.rb', line 380

class ListTensorFlowVersionsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tensorflow_versions::Array<::Google::Cloud::Tpu::V1::TensorFlowVersion>

Returns The listed nodes.

Returns:



380
381
382
383
# File 'proto_docs/google/cloud/tpu/v1/cloud_tpu.rb', line 380

class ListTensorFlowVersionsResponse
  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.



380
381
382
383
# File 'proto_docs/google/cloud/tpu/v1/cloud_tpu.rb', line 380

class ListTensorFlowVersionsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end