Integration Connectors v1 API - Class DestinationConfig (1.1.0)

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.

Inheritance

object > DestinationConfig

Namespace

Google.Cloud.Connectors.V1

Assembly

Google.Cloud.Connectors.V1.dll

Constructors

DestinationConfig()

public DestinationConfig()

DestinationConfig(DestinationConfig)

public DestinationConfig(DestinationConfig other)
Parameter
NameDescription
otherDestinationConfig

Properties

Destinations

public RepeatedField<Destination> Destinations { get; }

The destinations for the key.

Property Value
TypeDescription
RepeatedFieldDestination

Key

public string Key { get; set; }

The key is the destination identifier that is supported by the Connector.

Property Value
TypeDescription
string