public sealed class DeleteStatefileRequest : IMessage<DeleteStatefileRequest>, IEquatable<DeleteStatefileRequest>, IDeepCloneable<DeleteStatefileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Infrastructure Manager v1 API class DeleteStatefileRequest.
A request to delete a state file passed to a 'DeleteStatefile' 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-03-21 UTC."],[[["This documentation covers the `DeleteStatefileRequest` class within the Google Cloud Config v1 API, specifically for version 1.2.0."],["The `DeleteStatefileRequest` class is used to define a request for deleting a state file associated with a deployment."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities such as message handling and cloning."],["Key properties of `DeleteStatefileRequest` include `DeploymentName`, a `DeploymentName`-typed view over the resource name, `LockId`, the lock ID of the file, and `Name`, the name of the deployment, all of which are used to identify the relevant deployment and verify authorization."],["The latest available version is 1.7.0, with this page pertaining to the documentation for version 1.2.0 and it's methods."]]],[]]