Interface DestinationConfigOrBuilder (1.43.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
Type Description
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
Type Description
ByteString

The bytes for destinationConnectionProfileName.

getDestinationStreamConfigCase()

public abstract DestinationConfig.DestinationStreamConfigCase getDestinationStreamConfigCase()
Returns
Type Description
DestinationConfig.DestinationStreamConfigCase

getGcsDestinationConfig()

public abstract GcsDestinationConfig getGcsDestinationConfig()

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

Returns
Type Description
GcsDestinationConfig

The gcsDestinationConfig.

getGcsDestinationConfigOrBuilder()

public abstract GcsDestinationConfigOrBuilder getGcsDestinationConfigOrBuilder()

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

Returns
Type Description
GcsDestinationConfigOrBuilder

hasGcsDestinationConfig()

public abstract boolean hasGcsDestinationConfig()

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

Returns
Type Description
boolean

Whether the gcsDestinationConfig field is set.