public sealed class ExportRevisionStatefileRequest : IMessage<ExportRevisionStatefileRequest>, IEquatable<ExportRevisionStatefileRequest>, IDeepCloneable<ExportRevisionStatefileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Infrastructure Manager v1 API class ExportRevisionStatefileRequest.
A request to export a state file passed to a 'ExportRevisionStatefile'
call.
Required. The parent in whose context the statefile is listed. The parent
value is in the format:
'projects/{project_id}/locations/{location}/deployments/{deployment}/revisions/{revision}'.
[[["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 document provides reference information for the `ExportRevisionStatefileRequest` class within the Google Cloud Config V1 API, specifically version 1.2.0."],["The `ExportRevisionStatefileRequest` class is used to create requests for exporting a state file during an 'ExportRevisionStatefile' call."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer management."],["It contains two constructors, a default one and one that accepts another `ExportRevisionStatefileRequest` object, and includes properties like `Parent` (a string) and `ParentAsRevisionName` (a `RevisionName` type) that are required to specify the statefile context."],["The latest version available, which is not the current version of this page, is 1.7.0, and previous versions such as 1.6.0, 1.5.0, 1.4.0, 1.3.0, 1.1.0 and 1.0.0 can be viewed."]]],[]]