Class: Google::Cloud::Notebooks::V1::ListRuntimesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/notebooks/v1/managed_service.rb

Overview

Response for listing Managed Notebook Runtimes.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns Page token that can be used to continue listing from the last result in the next list call.

Returns:

  • (::String)

    Page token that can be used to continue listing from the last result in the next list call.



54
55
56
57
# File 'proto_docs/google/cloud/notebooks/v1/managed_service.rb', line 54

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

#runtimes::Array<::Google::Cloud::Notebooks::V1::Runtime>

Returns A list of returned Runtimes.

Returns:



54
55
56
57
# File 'proto_docs/google/cloud/notebooks/v1/managed_service.rb', line 54

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

#unreachable::Array<::String>

Returns Locations that could not be reached. For example, ['us-west1', 'us-central1']. A ListRuntimesResponse will only contain either runtimes or unreachables,.

Returns:

  • (::Array<::String>)

    Locations that could not be reached. For example, ['us-west1', 'us-central1']. A ListRuntimesResponse will only contain either runtimes or unreachables,



54
55
56
57
# File 'proto_docs/google/cloud/notebooks/v1/managed_service.rb', line 54

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