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.
Define the Connectors target endpoint.
Implements
IMessageDestinationConfig, IEquatableDestinationConfig, IDeepCloneableDestinationConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Connectors.V1Assembly
Google.Cloud.Connectors.V1.dll
Constructors
DestinationConfig()
public DestinationConfig()
DestinationConfig(DestinationConfig)
public DestinationConfig(DestinationConfig other)
Parameter | |
---|---|
Name | Description |
other | DestinationConfig |
Properties
Destinations
public RepeatedField<Destination> Destinations { get; }
The destinations for the key.
Property Value | |
---|---|
Type | Description |
RepeatedFieldDestination |
Key
public string Key { get; set; }
The key is the destination identifier that is supported by the Connector.
Property Value | |
---|---|
Type | Description |
string |