Class: Google::Cloud::Video::Transcoder::V1::ListJobsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Transcoder::V1::ListJobsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/transcoder/v1/services.rb
Overview
Request message for TranscoderService.ListJobs
.
The parent location from which to retrieve the collection of jobs.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
The filter expression, following the syntax outlined in https://google.aip.dev/160.
-
#order_by ⇒ ::String
One or more fields to compare and use to sort the output.
-
#page_size ⇒ ::Integer
The maximum number of items to return.
-
#page_token ⇒ ::String
The
next_page_token
value returned from a previous List request, if any. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns The filter expression, following the syntax outlined in https://google.aip.dev/160.
58 59 60 61 |
# File 'proto_docs/google/cloud/video/transcoder/v1/services.rb', line 58 class ListJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.
58 59 60 61 |
# File 'proto_docs/google/cloud/video/transcoder/v1/services.rb', line 58 class ListJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The maximum number of items to return.
58 59 60 61 |
# File 'proto_docs/google/cloud/video/transcoder/v1/services.rb', line 58 class ListJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The next_page_token
value returned from a previous List request, if
any.
58 59 60 61 |
# File 'proto_docs/google/cloud/video/transcoder/v1/services.rb', line 58 class ListJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Format: projects/{project}/locations/{location}
.
58 59 60 61 |
# File 'proto_docs/google/cloud/video/transcoder/v1/services.rb', line 58 class ListJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |