Transcoder V1 API - Class Google::Cloud::Video::Transcoder::V1::DeleteJobRequest (v0.13.0)

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

Request message for TranscoderService.DeleteJob.

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 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 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 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 to delete. Format: projects/{project}/locations/{location}/jobs/{job}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the job to delete. Format: projects/{project}/locations/{location}/jobs/{job}
Returns
  • (::String) — Required. The name of the job to delete. Format: projects/{project}/locations/{location}/jobs/{job}