public sealed class ResumePatchDeploymentRequest : IMessage<ResumePatchDeploymentRequest>, IEquatable<ResumePatchDeploymentRequest>, IDeepCloneable<ResumePatchDeploymentRequest>, IBufferMessage, IMessage
A request message for resuming a patch deployment.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `ResumePatchDeploymentRequest` class is a request message used for resuming a patch deployment within the Google Cloud OS Config API."],["This class is part of the `Google.Cloud.OsConfig.V1` namespace and is implemented in the `Google.Cloud.OsConfig.V1.dll` assembly, and is designed to interact with the Google Cloud environment."],["It is available in multiple versions, with version 2.4.0 being the latest, and this document is focusing on version 2.0.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like deep cloning and protocol buffer message handling."],["It includes properties for managing patch deployment names, with `Name` being a required string property representing the resource name of the deployment, and `PatchDeploymentName` offering a typed view over the `Name` property."]]],[]]