Class: Google::Cloud::Notebooks::V1beta1::ListInstancesResponse

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

Overview

Response for listing notebook instances.

Instance Attribute Summary collapse

Instance Attribute Details

#instances::Array<::Google::Cloud::Notebooks::V1beta1::Instance>

Returns A list of returned instances.

Returns:



87
88
89
90
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 87

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

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



87
88
89
90
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 87

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

#unreachable::Array<::String>

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

Returns:

  • (::Array<::String>)

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



87
88
89
90
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 87

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