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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference documentation for the `GetInstanceAuthStringRequest` class within the Google Cloud Memorystore for Redis v1 API, specifically for version 3.3.0."],["The `GetInstanceAuthStringRequest` class is used to request the authentication string for a Redis instance, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `object` class and includes methods like `GetHashCode`, `GetType`, and `ToString` while containing both a default and copy constructor."],["The `GetInstanceAuthStringRequest` class has two properties: `InstanceName`, which provides a typed view of the instance name, and `Name`, a string representing the required Redis instance resource name."],["There are numerous versions of this class available, with the latest being 3.5.0, showing a history of development within the Google Cloud Memorystore for Redis v1 API."]]],[]]