public sealed class GetClusterRequest : IMessage<GetClusterRequest>, IEquatable<GetClusterRequest>, IDeepCloneable<GetClusterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Managed Service for Apache Kafka API v1 API class GetClusterRequest.
[[["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-24 UTC."],[[["This document provides reference information for the `GetClusterRequest` class within the Managed Service for Apache Kafka API v1, specifically version 1.0.0-beta03."],["`GetClusterRequest` is a request type used to retrieve cluster details and is part of the `Google.Cloud.ManagedKafka.V1` namespace in the `Google.Cloud.ManagedKafka.V1.dll` assembly."],["The `GetClusterRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `GetClusterRequest` class has two constructors and includes two properties, `ClusterName` which is a typed view over name, and `Name`, which is required to specify the cluster to retrieve."]]],[]]