Class: Google::Cloud::Video::Transcoder::V1::DeleteJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Transcoder::V1::DeleteJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/transcoder/v1/services.rb
Overview
Request message for TranscoderService.DeleteJob
.
Instance Attribute Summary collapse
-
#allow_missing ⇒ ::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 ⇒ ::String
Required.
Instance Attribute Details
#allow_missing ⇒ ::Boolean
Returns If set to true, and the job is not found, the request will succeed but no action will be taken on the server.
82 83 84 85 |
# File 'proto_docs/google/cloud/video/transcoder/v1/services.rb', line 82 class DeleteJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the job to delete.
Format: projects/{project}/locations/{location}/jobs/{job}
.
82 83 84 85 |
# File 'proto_docs/google/cloud/video/transcoder/v1/services.rb', line 82 class DeleteJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |