public sealed class GetClusterRequest : IMessage<GetClusterRequest>, IEquatable<GetClusterRequest>, IDeepCloneable<GetClusterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis (cluster management) v1 API class GetClusterRequest.
Required. Redis cluster resource name using the form:
projects/{project_id}/locations/{location_id}/clusters/{cluster_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 information for the `GetClusterRequest` class, which is part of the Google Cloud Memorystore for Redis (cluster management) v1 API."],["The `GetClusterRequest` class is used to request details about a specific Redis cluster and is accessible through various versions, with version 1.4.0 being the latest."],["`GetClusterRequest` inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others, within the `Google.Cloud.Redis.Cluster.V1` namespace."],["The class includes properties like `ClusterName` and `Name`, with the `Name` property being a required string representing the Redis cluster resource name, formatted with project, location, and cluster IDs."],["There are several versions of the documentation for GetClusterRequest, such as 1.3.0, 1.2.0, 1.1.0, and 1.0.0, along with the latest being 1.4.0."]]],[]]