Class: Google::Cloud::Notebooks::V1::ListEnvironmentsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/notebooks/v1/service.rb

Overview

Response for listing environments.

Instance Attribute Summary collapse

Instance Attribute Details

#environments::Array<::Google::Cloud::Notebooks::V1::Environment>

Returns A list of returned environments.

Returns:



508
509
510
511
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 508

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.

Returns:

  • (::String)

    A page token that can be used to continue listing from the last result in the next list call.



508
509
510
511
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 508

class ListEnvironmentsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#unreachable::Array<::String>

Returns Locations that could not be reached.

Returns:

  • (::Array<::String>)

    Locations that could not be reached.



508
509
510
511
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 508

class ListEnvironmentsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end