Class: Google::Cloud::Video::Transcoder::V1::ListJobTemplatesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Transcoder::V1::ListJobTemplatesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/transcoder/v1/services.rb
Overview
Request message for TranscoderService.ListJobTemplates
.
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.
142 143 144 145 |
# File 'proto_docs/google/cloud/video/transcoder/v1/services.rb', line 142 class ListJobTemplatesRequest 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.
142 143 144 145 |
# File 'proto_docs/google/cloud/video/transcoder/v1/services.rb', line 142 class ListJobTemplatesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The maximum number of items to return.
142 143 144 145 |
# File 'proto_docs/google/cloud/video/transcoder/v1/services.rb', line 142 class ListJobTemplatesRequest 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.
142 143 144 145 |
# File 'proto_docs/google/cloud/video/transcoder/v1/services.rb', line 142 class ListJobTemplatesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent location from which to retrieve the collection of job
templates. Format: projects/{project}/locations/{location}
.
142 143 144 145 |
# File 'proto_docs/google/cloud/video/transcoder/v1/services.rb', line 142 class ListJobTemplatesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |