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 documentation 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 information about a specific Redis cluster, as specified by its properties such as `Name` and `ClusterName`."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like message handling, equality checks, and deep cloning."],["The `Name` property of the `GetClusterRequest` is required, and it follows a specific format to identify a Redis cluster: `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}`."],["The documentation covers different versions of the API, with the latest being 1.4.0, and earlier versions available for reference going back to 1.0.0."]]],[]]