public sealed class UnlockDeploymentRequest : IMessage<UnlockDeploymentRequest>, IEquatable<UnlockDeploymentRequest>, IDeepCloneable<UnlockDeploymentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Infrastructure Manager v1 API class UnlockDeploymentRequest.
A request to unlock a state file passed to a 'UnlockDeployment' call.
[[["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-06-12 UTC."],[[["This document provides reference information for the `UnlockDeploymentRequest` class within the Google Cloud Config V1 API, specifically version 1.6.0."],["The `UnlockDeploymentRequest` class is used to construct a request to unlock a state file, as part of the 'UnlockDeployment' call."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its role within Google's Protocol Buffers ecosystem."],["Key properties of the `UnlockDeploymentRequest` class include `DeploymentName`, `LockId`, and `Name`, with `LockId` and `Name` being required fields for the unlock request."],["There are previous versions of the API class, that go all the way back to 1.0.0, and the latest is 1.7.0."]]],[]]