public sealed class ImportInstanceRequest : IMessage<ImportInstanceRequest>, IEquatable<ImportInstanceRequest>, IDeepCloneable<ImportInstanceRequest>, IBufferMessage, IMessage
Request for [Import][google.cloud.redis.v1.CloudRedis.ImportInstance].
Required. Redis instance resource name using the form:
projects/{project_id}/locations/{location_id}/instances/{instance_id}
where location_id refers to a GCP region.
[[["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 webpage details the `ImportInstanceRequest` class within the `Google.Cloud.Redis.V1` namespace, used for importing data into a Redis instance."],["The `ImportInstanceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for `ImportInstanceRequest`, one default and one that takes another `ImportInstanceRequest` as a parameter."],["The class includes two key properties: `InputConfig`, which specifies the data to be imported, and `Name`, which contains the resource name of the Redis instance."],["This page lists documentation for versions of this class starting at version 2.2.0, up to the latest version of 3.5.0."]]],[]]