public sealed class GetInstanceAuthStringRequest : IMessage<GetInstanceAuthStringRequest>, IEquatable<GetInstanceAuthStringRequest>, IDeepCloneable<GetInstanceAuthStringRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis v1 API class GetInstanceAuthStringRequest.
Request for
[GetInstanceAuthString][google.cloud.redis.v1.CloudRedis.GetInstanceAuthString].
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 document provides reference documentation for the `GetInstanceAuthStringRequest` class within the Google Cloud Memorystore for Redis v1 API, specifically for version 3.2.0."],["The `GetInstanceAuthStringRequest` class is used to request the authentication string for a Redis instance, inheriting from `object` and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class features properties such as `InstanceName` of type `InstanceName` and `Name` of type `string`, which represents the Redis instance resource name in a specific format."],["The `GetInstanceAuthStringRequest` class provides two constructors: one default constructor, and another that accepts another `GetInstanceAuthStringRequest` object as parameter."],["This documentation lists older versions of the API, ranging from 2.2.0 to 3.5.0 (latest), demonstrating a history of available versions for this specific class and request."]]],[]]