AI Platform Notebooks V1 API - Class Google::Cloud::Notebooks::V1::ListInstancesResponse (v0.9.0)

Reference documentation and code samples for the AI Platform Notebooks V1 API class Google::Cloud::Notebooks::V1::ListInstancesResponse.

Response for listing notebook instances.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#instances

def instances() -> ::Array<::Google::Cloud::Notebooks::V1::Instance>
Returns

#instances=

def instances=(value) -> ::Array<::Google::Cloud::Notebooks::V1::Instance>
Parameter
Returns

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — Page token that can be used to continue listing from the last result in the next list call.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — 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.

#unreachable

def unreachable() -> ::Array<::String>
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,

#unreachable=

def unreachable=(value) -> ::Array<::String>
Parameter
  • value (::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,
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,