Transcoder V1 API - Class Google::Cloud::Video::Transcoder::V1::DeleteJobTemplateRequest (v0.7.0)

Reference documentation and code samples for the Transcoder V1 API class Google::Cloud::Video::Transcoder::V1::DeleteJobTemplateRequest.

Request message for TranscoderService.DeleteJobTemplate.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#allow_missing

def allow_missing() -> ::Boolean
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.

#allow_missing=

def allow_missing=(value) -> ::Boolean
Parameter
  • value (::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.
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.

#name

def name() -> ::String
Returns
  • (::String) — Required. The name of the job template to delete. projects/{project}/locations/{location}/jobTemplates/{job_template}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — 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}