Class: Google::Cloud::Batch::V1::ListJobsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Batch::V1::ListJobsRequest
- 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
-
#filter ⇒ ::String
List filter.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Page size.
-
#page_token ⇒ ::String
Page token.
-
#parent ⇒ ::String
Parent path.
Instance Attribute Details
#filter ⇒ ::String
Returns 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".
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.
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.
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.
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 |