Class: Google::Cloud::OsConfig::V1::GetPatchDeploymentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::GetPatchDeploymentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1/patch_deployments.rb
Overview
A request message for retrieving a patch deployment.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the patch deployment in the form
projects/*/patchDeployments/*
.
230 231 232 233 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_deployments.rb', line 230 class GetPatchDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |