public sealed class DestinationConfig : IMessage<DestinationConfig>, IEquatable<DestinationConfig>, IDeepCloneable<DestinationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class DestinationConfig.
[[["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 latest version of the `DestinationConfig` class for the Integration Connectors v1 API is 1.3.0, with prior versions 1.2.0, 1.1.0, and 1.0.0 also available."],["`DestinationConfig` is a class that defines the target endpoint for Connectors within the `Google.Cloud.Connectors.V1` namespace."],["The class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, with `object` being its base class."],["`DestinationConfig` includes properties such as `Destinations`, which is a `RepeatedField` of type `Destination`, and `Key`, a string representing the destination identifier."]]],[]]