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
- (::Array<::Google::Cloud::Notebooks::V1::Instance>) — A list of returned instances.
#instances=
def instances=(value) -> ::Array<::Google::Cloud::Notebooks::V1::Instance>
Parameter
- value (::Array<::Google::Cloud::Notebooks::V1::Instance>) — A list of returned instances.
Returns
- (::Array<::Google::Cloud::Notebooks::V1::Instance>) — A list of returned instances.
#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,