public interface DestinationConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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) = { ... }
| 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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for destinationConnectionProfile. |
getDestinationStreamConfigCase()
public abstract DestinationConfig.DestinationStreamConfigCase getDestinationStreamConfigCase()| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| GcsDestinationConfigOrBuilder |
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;
| Type | Description |
| boolean | Whether the gcsDestinationConfig field is set. |