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 webpage provides documentation for the `GetInstanceAuthStringRequest` class within the Google Cloud Memorystore for Redis v1 API."],["The latest version available for `GetInstanceAuthStringRequest` is 3.5.0, with older versions ranging from 3.4.0 down to 2.2.0, each linked to their respective documentation."],["`GetInstanceAuthStringRequest` is a request object used for retrieving the authentication string for a Redis instance, implementing multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties like `InstanceName` and `Name`, the latter being a string representing the Redis instance's resource name and following a specific format."],["The documentation lists the constructors for creating `GetInstanceAuthStringRequest` objects, including a default constructor and one for creating a copy from an existing request."]]],[]]