Class: Google::Cloud::Notebooks::V1beta1::ListEnvironmentsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1beta1::ListEnvironmentsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v1beta1/service.rb
Overview
Response for listing environments.
Instance Attribute Summary collapse
-
#environments ⇒ ::Array<::Google::Cloud::Notebooks::V1beta1::Environment>
A list of returned environments.
-
#next_page_token ⇒ ::String
A page token that can be used to continue listing from the last result in the next list call.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#environments ⇒ ::Array<::Google::Cloud::Notebooks::V1beta1::Environment>
Returns A list of returned environments.
339 340 341 342 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 339 class ListEnvironmentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A page token that can be used to continue listing from the last result in the next list call.
339 340 341 342 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 339 class ListEnvironmentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
339 340 341 342 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 339 class ListEnvironmentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |