Class: Google::Cloud::Notebooks::V1::ListRuntimesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1::ListRuntimesResponse
- 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
-
#next_page_token ⇒ ::String
Page token that can be used to continue listing from the last result in the next list call.
-
#runtimes ⇒ ::Array<::Google::Cloud::Notebooks::V1::Runtime>
A list of returned Runtimes.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
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.
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.
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,.
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 |