Reference documentation and code samples for the AI Platform Notebooks V1 API class Google::Cloud::Notebooks::V1::ListEnvironmentsResponse.
Response for listing environments.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#environments
def environments() -> ::Array<::Google::Cloud::Notebooks::V1::Environment>
Returns
- (::Array<::Google::Cloud::Notebooks::V1::Environment>) — A list of returned environments.
#environments=
def environments=(value) -> ::Array<::Google::Cloud::Notebooks::V1::Environment>
Parameter
- value (::Array<::Google::Cloud::Notebooks::V1::Environment>) — A list of returned environments.
Returns
- (::Array<::Google::Cloud::Notebooks::V1::Environment>) — A list of returned environments.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A 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) — A page token that can be used to continue listing from the last result in the next list call.
Returns
- (::String) — A 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.
#unreachable=
def unreachable=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Locations that could not be reached.
Returns
- (::Array<::String>) — Locations that could not be reached.