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."],[[["The `GetClusterRequest` class is part of the Google Cloud Memorystore for Redis (cluster management) v1 API, specifically within the `Google.Cloud.Redis.Cluster.V1` namespace."],["This class is designed to be used as a request for the `GetCluster` operation, as detailed in the `Request for [GetCluster][CloudRedis.GetCluster]` section of the provided document."],["`GetClusterRequest` class inherits from `object` and implements `IMessage`, `IEquatable\u003cGetClusterRequest\u003e`, `IDeepCloneable\u003cGetClusterRequest\u003e`, and `IBufferMessage` interfaces."],["The class has two constructors, a parameterless constructor, and a copy constructor, that take another `GetClusterRequest` as a parameter."],["It has two main properties: `ClusterName`, a typed view of the cluster resource name, and `Name`, a required string representing the full Redis cluster resource name."]]],[]]