Class: Google::Cloud::Video::Transcoder::V1::CreateJobTemplateRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Transcoder::V1::CreateJobTemplateRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/transcoder/v1/services.rb
Overview
Request message for TranscoderService.CreateJobTemplate
.
Instance Attribute Summary collapse
-
#job_template ⇒ ::Google::Cloud::Video::Transcoder::V1::JobTemplate
Required.
-
#job_template_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#job_template ⇒ ::Google::Cloud::Video::Transcoder::V1::JobTemplate
Returns Required. Parameters for creating job template.
117 118 119 120 |
# File 'proto_docs/google/cloud/video/transcoder/v1/services.rb', line 117 class CreateJobTemplateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#job_template_id ⇒ ::String
Returns Required. The ID to use for the job template, which will become the final component of the job template's resource name.
This value should be 4-63 characters, and valid characters must match the
regular expression [a-zA-Z][a-zA-Z0-9_-]*
.
117 118 119 120 |
# File 'proto_docs/google/cloud/video/transcoder/v1/services.rb', line 117 class CreateJobTemplateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent location to create this job template.
Format: projects/{project}/locations/{location}
.
117 118 119 120 |
# File 'proto_docs/google/cloud/video/transcoder/v1/services.rb', line 117 class CreateJobTemplateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |