Class: Google::Cloud::Video::Transcoder::V1beta1::JobTemplate

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

Overview

Transcoding job template resource.

Instance Attribute Summary collapse

Instance Attribute Details

#config::Google::Cloud::Video::Transcoder::V1beta1::JobConfig

Returns The configuration for this template.

Returns:



140
141
142
143
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 140

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

#name::String

Returns The resource name of the job template. Format: projects/{project}/locations/{location}/jobTemplates/{job_template}.

Returns:

  • (::String)

    The resource name of the job template. Format: projects/{project}/locations/{location}/jobTemplates/{job_template}



140
141
142
143
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 140

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