Class: Google::Cloud::Notebooks::V1::ListEnvironmentsRequest

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

Overview

Request for listing environments.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Maximum return size of the list call.

Returns:

  • (::Integer)

    Maximum return size of the list call.



479
480
481
482
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 479

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

#page_token::String

Returns A previous returned page token that can be used to continue listing from the last result.

Returns:

  • (::String)

    A previous returned page token that can be used to continue listing from the last result.



479
480
481
482
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 479

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

#parent::String

Returns Required. Format: projects/{project_id}/locations/{location}.

Returns:

  • (::String)

    Required. Format: projects/{project_id}/locations/{location}



479
480
481
482
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 479

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