public interface DestinationConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BigQueryDestinationConfig |
getBigqueryDestinationConfig()
BigQuery destination configuration.
|
BigQueryDestinationConfigOrBuilder |
getBigqueryDestinationConfigOrBuilder()
BigQuery destination configuration.
|
String |
getDestinationConnectionProfile()
Required.
|
com.google.protobuf.ByteString |
getDestinationConnectionProfileBytes()
Required.
|
DestinationConfig.DestinationStreamConfigCase |
getDestinationStreamConfigCase() |
GcsDestinationConfig |
getGcsDestinationConfig()
A configuration for how data should be loaded to Cloud Storage.
|
GcsDestinationConfigOrBuilder |
getGcsDestinationConfigOrBuilder()
A configuration for how data should be loaded to Cloud Storage.
|
boolean |
hasBigqueryDestinationConfig()
BigQuery destination configuration.
|
boolean |
hasGcsDestinationConfig()
A configuration for how data should be loaded to Cloud Storage.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
com.google.protobuf.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) = { ... }
boolean hasGcsDestinationConfig()
A configuration for how data should be loaded to Cloud Storage.
.google.cloud.datastream.v1.GcsDestinationConfig gcs_destination_config = 100;GcsDestinationConfig getGcsDestinationConfig()
A configuration for how data should be loaded to Cloud Storage.
.google.cloud.datastream.v1.GcsDestinationConfig gcs_destination_config = 100;GcsDestinationConfigOrBuilder getGcsDestinationConfigOrBuilder()
A configuration for how data should be loaded to Cloud Storage.
.google.cloud.datastream.v1.GcsDestinationConfig gcs_destination_config = 100;boolean hasBigqueryDestinationConfig()
BigQuery destination configuration.
.google.cloud.datastream.v1.BigQueryDestinationConfig bigquery_destination_config = 101;
BigQueryDestinationConfig getBigqueryDestinationConfig()
BigQuery destination configuration.
.google.cloud.datastream.v1.BigQueryDestinationConfig bigquery_destination_config = 101;
BigQueryDestinationConfigOrBuilder getBigqueryDestinationConfigOrBuilder()
BigQuery destination configuration.
.google.cloud.datastream.v1.BigQueryDestinationConfig bigquery_destination_config = 101;
DestinationConfig.DestinationStreamConfigCase getDestinationStreamConfigCase()
Copyright © 2022 Google LLC. All rights reserved.