Class: Google::Cloud::Notebooks::V1::ListExecutionsRequest

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 scheduled notebook executions.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns 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>



659
660
661
662
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 659

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

#order_by::String

Returns Sort by field.

Returns:

  • (::String)

    Sort by field.



659
660
661
662
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 659

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

#page_size::Integer

Returns Maximum return size of the list call.

Returns:

  • (::Integer)

    Maximum return size of the list call.



659
660
661
662
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 659

class ListExecutionsRequest
  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.



659
660
661
662
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 659

class ListExecutionsRequest
  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}



659
660
661
662
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 659

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