Reference documentation and code samples for the Cloud OS Config V1 API class Google::Cloud::OsConfig::V1::UpdatePatchDeploymentRequest.
A request message for updating a patch deployment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#patch_deployment
def patch_deployment() -> ::Google::Cloud::OsConfig::V1::PatchDeployment
Returns
- (::Google::Cloud::OsConfig::V1::PatchDeployment) — Required. The patch deployment to Update.
#patch_deployment=
def patch_deployment=(value) -> ::Google::Cloud::OsConfig::V1::PatchDeployment
Parameter
- value (::Google::Cloud::OsConfig::V1::PatchDeployment) — Required. The patch deployment to Update.
Returns
- (::Google::Cloud::OsConfig::V1::PatchDeployment) — Required. The patch deployment to Update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Optional. Field mask that controls which fields of the patch deployment should be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Optional. Field mask that controls which fields of the patch deployment should be updated.
Returns
- (::Google::Protobuf::FieldMask) — Optional. Field mask that controls which fields of the patch deployment should be updated.