Class: Google::Cloud::Video::Transcoder::V1beta1::DeleteJobTemplateRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

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



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

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