Class: Google::Cloud::OsConfig::V1::GetPatchJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::GetPatchJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1/patch_jobs.rb
Overview
Request to get an active or completed 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/*
.
64 65 66 67 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 64 class GetPatchJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |