Interface DestinationConfigOrBuilder (1.41.0)

public interface DestinationConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestinationConnectionProfileName()

public abstract String getDestinationConnectionProfileName()

Required. Destination connection profile identifier.

string destination_connection_profile_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The destinationConnectionProfileName.

getDestinationConnectionProfileNameBytes()

public abstract ByteString getDestinationConnectionProfileNameBytes()

Required. Destination connection profile identifier.

string destination_connection_profile_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for destinationConnectionProfileName.

getDestinationStreamConfigCase()

public abstract DestinationConfig.DestinationStreamConfigCase getDestinationStreamConfigCase()
Returns
TypeDescription
DestinationConfig.DestinationStreamConfigCase

getGcsDestinationConfig()

public abstract GcsDestinationConfig getGcsDestinationConfig()

.google.cloud.datastream.v1alpha1.GcsDestinationConfig gcs_destination_config = 100;

Returns
TypeDescription
GcsDestinationConfig

The gcsDestinationConfig.

getGcsDestinationConfigOrBuilder()

public abstract GcsDestinationConfigOrBuilder getGcsDestinationConfigOrBuilder()

.google.cloud.datastream.v1alpha1.GcsDestinationConfig gcs_destination_config = 100;

Returns
TypeDescription
GcsDestinationConfigOrBuilder

hasGcsDestinationConfig()

public abstract boolean hasGcsDestinationConfig()

.google.cloud.datastream.v1alpha1.GcsDestinationConfig gcs_destination_config = 100;

Returns
TypeDescription
boolean

Whether the gcsDestinationConfig field is set.