Class: Google::Cloud::Video::Transcoder::V1::DeleteJobTemplateRequest

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

Overview

Request message for TranscoderService.DeleteJobTemplate.

Instance Attribute Summary collapse

Instance Attribute Details

#allow_missing::Boolean

Returns If set to true, and the job template is not found, the request will succeed but no action will be taken on the server.

Returns:

  • (::Boolean)

    If set to true, and the job template is not found, the request will succeed but no action will be taken on the server.



167
168
169
170
# File 'proto_docs/google/cloud/video/transcoder/v1/services.rb', line 167

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

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



167
168
169
170
# File 'proto_docs/google/cloud/video/transcoder/v1/services.rb', line 167

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