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."],[[["This document provides reference documentation for the `DestinationConfig` class within the Google Cloud Integration Connectors v1 API."],["`DestinationConfig` is used to define the target endpoint for Connectors and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `DestinationConfig` has properties to define destinations, using `RepeatedField\u003cDestination\u003e`, and the Key used as destination identifier, using a string type."],["The latest version of `DestinationConfig` is `1.3.0`, with previous versions available from `1.0.0` onward."],["The class has two constructors: a parameterless default, and a constructor accepting another `DestinationConfig` instance as a parameter, which allows for the cloning of the other instance."]]],[]]