public sealed class ImportInstanceRequest : IMessage<ImportInstanceRequest>, IEquatable<ImportInstanceRequest>, IDeepCloneable<ImportInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis v1beta1 API class ImportInstanceRequest.
Request for [Import][google.cloud.redis.v1beta1.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."],[[["The `ImportInstanceRequest` class is part of the Google Cloud Memorystore for Redis v1beta1 API, used for requesting the import of data into a Redis instance."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["It includes two constructors: a default constructor and one that accepts another `ImportInstanceRequest` instance for creating a copy."],["The class has two main properties: `InputConfig` which specifies the data to be imported, and `Name` which is a required field containing the Redis instance's resource name."],["There are multiple versions of this class available, with the latest being version `3.0.0-beta05` and previous versions including `3.0.0-beta04` and `2.0.0-beta09`."]]],[]]