AI Platform Notebooks V1 API - Class Google::Cloud::Notebooks::V1::ListExecutionsRequest (v0.2.1)

Reference documentation and code samples for the AI Platform Notebooks V1 API class Google::Cloud::Notebooks::V1::ListExecutionsRequest.

Request for listing scheduled notebook executions.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — Filter applied to resulting executions. Currently only supports filtering executions by a specified schedule_id. Format: schedule_id=<Schedule_ID>

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Filter applied to resulting executions. Currently only supports filtering executions by a specified schedule_id. Format: schedule_id=<Schedule_ID>
Returns
  • (::String) — Filter applied to resulting executions. Currently only supports filtering executions by a specified schedule_id. Format: schedule_id=<Schedule_ID>

#order_by

def order_by() -> ::String
Returns
  • (::String) — Sort by field.

#order_by=

def order_by=(value) -> ::String
Parameter
  • value (::String) — Sort by field.
Returns
  • (::String) — Sort by field.

#page_size

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

#page_size=

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

#page_token

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

#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}