Class: Google::Cloud::StorageBatchOperations::V1::ListJobsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::StorageBatchOperations::V1::ListJobsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations.rb
Overview
Message for request to list Jobs
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. Filters results as defined by https://google.aip.dev/160.
40 41 42 43 |
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations.rb', line 40 class ListJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Optional. Field to sort by. Supported fields are name, create_time.
40 41 42 43 |
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations.rb', line 40 class ListJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. The list page size. default page size is 100.
40 41 42 43 |
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations.rb', line 40 class ListJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. The list page token.
40 41 42 43 |
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations.rb', line 40 class ListJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Format: projects/{project_id}/locations/global.
40 41 42 43 |
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations.rb', line 40 class ListJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |