Notebooks V2 API - Class Google::Cloud::Notebooks::V2::ListInstancesRequest (v0.3.2)

Reference documentation and code samples for the Notebooks V2 API class Google::Cloud::Notebooks::V2::ListInstancesRequest.

Request for listing notebook instances.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — Optional. List filter.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Optional. List filter.
Returns
  • (::String) — Optional. List filter.

#order_by

def order_by() -> ::String
Returns
  • (::String) — Optional. Sort results. Supported values are "name", "name desc" or "" (unsorted).

#order_by=

def order_by=(value) -> ::String
Parameter
  • value (::String) — Optional. Sort results. Supported values are "name", "name desc" or "" (unsorted).
Returns
  • (::String) — Optional. Sort results. Supported values are "name", "name desc" or "" (unsorted).

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Optional. Maximum return size of the list call.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. Maximum return size of the list call.
Returns
  • (::Integer) — Optional. Maximum return size of the list call.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Optional. A previous returned page token that can be used to continue listing from the last result.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — 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.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Format: parent=projects/{project_id}/locations/{location}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Format: parent=projects/{project_id}/locations/{location}
Returns
  • (::String) — Required. Format: parent=projects/{project_id}/locations/{location}