public sealed class DestinationConfig : IMessage<DestinationConfig>, IEquatable<DestinationConfig>, IDeepCloneable<DestinationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1alpha1 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 documentation is for the `DestinationConfig` class within the Google Cloud Datastream v1alpha1 API, specifically version 2.0.0-alpha04."],["The `DestinationConfig` class defines the configuration of the stream destination and inherits from the `object` class while implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DestinationConfig` class include `DestinationConnectionProfileName`, which is a required identifier for the destination connection profile, `DestinationStreamConfigCase`, and `GcsDestinationConfig`, which contains the configuration for a GCS destination."],["There are two constructors, `DestinationConfig()`, and `DestinationConfig(DestinationConfig other)`, the latter allowing for the cloning of another DestinationConfig object."],["The documentation references two newer versions, `2.0.0-alpha05` and `1.0.0-beta02`, that have the same class available."]]],[]]