public sealed class ImportStatefileRequest : IMessage<ImportStatefileRequest>, IEquatable<ImportStatefileRequest>, IDeepCloneable<ImportStatefileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Infrastructure Manager v1 API class ImportStatefileRequest.
A request to import a state file passed to a 'ImportStatefile' 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}'.
[[["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 `ImportStatefileRequest` class within the Google Cloud Config v1 API, specifically version 1.1.0, which is a request type for importing state files."],["The `ImportStatefileRequest` class is part of the `Google.Cloud.Config.V1` namespace, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["Key properties of `ImportStatefileRequest` include `LockId` (a required long integer for lock verification), `Parent` (a required string defining the deployment's location), `ParentAsDeploymentName` (a typed view of the `Parent` resource name), and `SkipDraft` (an optional boolean)."],["The content lists eight available versions, with 1.7.0 as the latest, and links to their respective documentation for `ImportStatefileRequest`."]]],[]]