Class: Google::Cloud::Notebooks::V2::ListInstancesRequest

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

Overview

Request for listing notebook instances.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. List filter.

Returns:

  • (::String)

    Optional. List filter.



77
78
79
80
# File 'proto_docs/google/cloud/notebooks/v2/service.rb', line 77

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

#order_by::String

Returns Optional. Sort results. Supported values are "name", "name desc" or "" (unsorted).

Returns:

  • (::String)

    Optional. Sort results. Supported values are "name", "name desc" or "" (unsorted).



77
78
79
80
# File 'proto_docs/google/cloud/notebooks/v2/service.rb', line 77

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

#page_size::Integer

Returns Optional. Maximum return size of the list call.

Returns:

  • (::Integer)

    Optional. Maximum return size of the list call.



77
78
79
80
# File 'proto_docs/google/cloud/notebooks/v2/service.rb', line 77

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

#page_token::String

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

Returns:

  • (::String)

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



77
78
79
80
# File 'proto_docs/google/cloud/notebooks/v2/service.rb', line 77

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

#parent::String

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

Returns:

  • (::String)

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



77
78
79
80
# File 'proto_docs/google/cloud/notebooks/v2/service.rb', line 77

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