Reference documentation and code samples for the AI Platform Notebooks V1 API class Google::Cloud::Notebooks::V1::ListRuntimesResponse.
Response for listing Managed Notebook Runtimes.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#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.
#runtimes
def runtimes() -> ::Array<::Google::Cloud::Notebooks::V1::Runtime>
Returns
- (::Array<::Google::Cloud::Notebooks::V1::Runtime>) — A list of returned Runtimes.
#runtimes=
def runtimes=(value) -> ::Array<::Google::Cloud::Notebooks::V1::Runtime>
Parameter
- value (::Array<::Google::Cloud::Notebooks::V1::Runtime>) — A list of returned Runtimes.
Returns
- (::Array<::Google::Cloud::Notebooks::V1::Runtime>) — A list of returned Runtimes.
#unreachable
def unreachable() -> ::Array<::String>
Returns
-
(::Array<::String>) — Locations that could not be reached. For example,
['us-west1', 'us-central1']
. A ListRuntimesResponse will only contain either runtimes or unreachables,
#unreachable=
def unreachable=(value) -> ::Array<::String>
Parameter
-
value (::Array<::String>) — 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,