public sealed class DiscoveryEndpoint : IMessage<DiscoveryEndpoint>, IEquatable<DiscoveryEndpoint>, IDeepCloneable<DiscoveryEndpoint>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis (cluster management) v1 API class DiscoveryEndpoint.
Endpoints on each network, for Redis clients to connect to the cluster.
[[["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 `DiscoveryEndpoint` class within the Google Cloud Memorystore for Redis (cluster management) v1 API, focusing on how clients connect to the cluster."],["The `DiscoveryEndpoint` class, which is part of the `Google.Cloud.Redis.Cluster.V1` namespace, offers properties such as `Address`, `Port`, and `PscConfig` to manage endpoint details."],["The provided content details multiple versions of the API, with version 1.4.0 being the latest, and version 1.0.0 being the oldest one included."],["The `DiscoveryEndpoint` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, supporting various operations."],["The `DiscoveryEndpoint` class includes two constructors: a default one `DiscoveryEndpoint()` and one that accepts another `DiscoveryEndpoint` object as a parameter, allowing for the creation of new endpoints or copies."]]],[]]