Class: Google::Cloud::Notebooks::V1::ListSchedulesRequest

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 job.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Filter applied to resulting schedules.

Returns:

  • (::String)

    Filter applied to resulting schedules.



569
570
571
572
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 569

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

#order_by::String

Returns Field to order results by.

Returns:

  • (::String)

    Field to order results by.



569
570
571
572
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 569

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



569
570
571
572
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 569

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



569
570
571
572
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 569

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



569
570
571
572
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 569

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