Class: Google::Cloud::Video::Transcoder::V1beta1::CreateJobTemplateRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/video/transcoder/v1beta1/services.rb

Overview

Request message for TranscoderService.CreateJobTemplate.

Instance Attribute Summary collapse

Instance Attribute Details

#job_template::Google::Cloud::Video::Transcoder::V1beta1::JobTemplate

Returns Required. Parameters for creating job template.

Returns:



102
103
104
105
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/services.rb', line 102

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_-]*.

Returns:

  • (::String)

    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_-]*.



102
103
104
105
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/services.rb', line 102

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}.

Returns:

  • (::String)

    Required. The parent location to create this job template. Format: projects/{project}/locations/{location}



102
103
104
105
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/services.rb', line 102

class CreateJobTemplateRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end