Class: Google::Cloud::Video::Transcoder::V1::DeleteJobTemplateRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Transcoder::V1::DeleteJobTemplateRequest
- 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
-
#allow_missing ⇒ ::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.
-
#name ⇒ ::String
Required.
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.
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}
.
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 |