Class: Google::Cloud::Video::Transcoder::V1beta1::GetJobTemplateRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

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



130
131
132
133
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/services.rb', line 130

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