Class: Google::Cloud::Batch::V1::ListJobsRequest

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

Overview

ListJob Request.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns List filter.

Returns:

  • (::String)

    List filter.



116
117
118
119
# File 'proto_docs/google/cloud/batch/v1/batch.rb', line 116

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

#order_by::String

Returns Optional. Sort results. Supported are "name", "name desc", "create_time", and "create_time desc".

Returns:

  • (::String)

    Optional. Sort results. Supported are "name", "name desc", "create_time", and "create_time desc".



116
117
118
119
# File 'proto_docs/google/cloud/batch/v1/batch.rb', line 116

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

#page_size::Integer

Returns Page size.

Returns:

  • (::Integer)

    Page size.



116
117
118
119
# File 'proto_docs/google/cloud/batch/v1/batch.rb', line 116

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

#page_token::String

Returns Page token.

Returns:

  • (::String)

    Page token.



116
117
118
119
# File 'proto_docs/google/cloud/batch/v1/batch.rb', line 116

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

#parent::String

Returns Parent path.

Returns:

  • (::String)

    Parent path.



116
117
118
119
# File 'proto_docs/google/cloud/batch/v1/batch.rb', line 116

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