public interface DestinationConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBigqueryDestinationConfig()
public abstract BigQueryDestinationConfig getBigqueryDestinationConfig()
BigQuery destination configuration.
.google.events.cloud.datastream.v1.BigQueryDestinationConfig bigquery_destination_config = 101;
Returns | |
---|---|
Type | Description |
BigQueryDestinationConfig |
The bigqueryDestinationConfig. |
getBigqueryDestinationConfigOrBuilder()
public abstract BigQueryDestinationConfigOrBuilder getBigqueryDestinationConfigOrBuilder()
BigQuery destination configuration.
.google.events.cloud.datastream.v1.BigQueryDestinationConfig bigquery_destination_config = 101;
Returns | |
---|---|
Type | Description |
BigQueryDestinationConfigOrBuilder |
getDestinationConnectionProfile()
public abstract String getDestinationConnectionProfile()
Required. Destination connection profile resource.
Format: projects/{project}/locations/{location}/connectionProfiles/{name}
string destination_connection_profile = 1;
Returns | |
---|---|
Type | Description |
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;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for destinationConnectionProfile. |
getDestinationStreamConfigCase()
public abstract DestinationConfig.DestinationStreamConfigCase getDestinationStreamConfigCase()
Returns | |
---|---|
Type | Description |
DestinationConfig.DestinationStreamConfigCase |
getGcsDestinationConfig()
public abstract GcsDestinationConfig getGcsDestinationConfig()
A configuration for how data should be loaded to Cloud Storage.
.google.events.cloud.datastream.v1.GcsDestinationConfig gcs_destination_config = 100;
Returns | |
---|---|
Type | Description |
GcsDestinationConfig |
The gcsDestinationConfig. |
getGcsDestinationConfigOrBuilder()
public abstract GcsDestinationConfigOrBuilder getGcsDestinationConfigOrBuilder()
A configuration for how data should be loaded to Cloud Storage.
.google.events.cloud.datastream.v1.GcsDestinationConfig gcs_destination_config = 100;
Returns | |
---|---|
Type | Description |
GcsDestinationConfigOrBuilder |
hasBigqueryDestinationConfig()
public abstract boolean hasBigqueryDestinationConfig()
BigQuery destination configuration.
.google.events.cloud.datastream.v1.BigQueryDestinationConfig bigquery_destination_config = 101;
Returns | |
---|---|
Type | Description |
boolean |
Whether the bigqueryDestinationConfig field is set. |
hasGcsDestinationConfig()
public abstract boolean hasGcsDestinationConfig()
A configuration for how data should be loaded to Cloud Storage.
.google.events.cloud.datastream.v1.GcsDestinationConfig gcs_destination_config = 100;
Returns | |
---|---|
Type | Description |
boolean |
Whether the gcsDestinationConfig field is set. |