Class: Google::Cloud::OsConfig::V1::CancelPatchJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::CancelPatchJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1/patch_jobs.rb
Overview
Message for canceling a patch job.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the patch in the form projects/*/patchJobs/*
.
429 430 431 432 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 429 class CancelPatchJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |