Interface DestinationConfigOrBuilder (1.28.0)

public interface DestinationConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBigqueryDestinationConfig()

public abstract BigQueryDestinationConfig getBigqueryDestinationConfig()

BigQuery destination configuration.

.google.cloud.datastream.v1.BigQueryDestinationConfig bigquery_destination_config = 101;

Returns
TypeDescription
BigQueryDestinationConfig

The bigqueryDestinationConfig.

getBigqueryDestinationConfigOrBuilder()

public abstract BigQueryDestinationConfigOrBuilder getBigqueryDestinationConfigOrBuilder()

BigQuery destination configuration.

.google.cloud.datastream.v1.BigQueryDestinationConfig bigquery_destination_config = 101;

Returns
TypeDescription
BigQueryDestinationConfigOrBuilder

getDestinationConnectionProfile()

public abstract String getDestinationConnectionProfile()

Required. Destination connection profile resource. Format: projects/{project}/locations/{location}/connectionProfiles/{name}

string destination_connection_profile = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The destinationConnectionProfile.

getDestinationConnectionProfileBytes()

public abstract ByteString getDestinationConnectionProfileBytes()

Required. Destination connection profile resource. Format: projects/{project}/locations/{location}/connectionProfiles/{name}

string destination_connection_profile = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for destinationConnectionProfile.

getDestinationStreamConfigCase()

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

getGcsDestinationConfig()

public abstract GcsDestinationConfig getGcsDestinationConfig()

A configuration for how data should be loaded to Cloud Storage.

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

Returns
TypeDescription
GcsDestinationConfig

The gcsDestinationConfig.

getGcsDestinationConfigOrBuilder()

public abstract GcsDestinationConfigOrBuilder getGcsDestinationConfigOrBuilder()

A configuration for how data should be loaded to Cloud Storage.

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

Returns
TypeDescription
GcsDestinationConfigOrBuilder

hasBigqueryDestinationConfig()

public abstract boolean hasBigqueryDestinationConfig()

BigQuery destination configuration.

.google.cloud.datastream.v1.BigQueryDestinationConfig bigquery_destination_config = 101;

Returns
TypeDescription
boolean

Whether the bigqueryDestinationConfig field is set.

hasGcsDestinationConfig()

public abstract boolean hasGcsDestinationConfig()

A configuration for how data should be loaded to Cloud Storage.

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

Returns
TypeDescription
boolean

Whether the gcsDestinationConfig field is set.