public interface DestinationConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDestinationConnectionProfileName()
public abstract String getDestinationConnectionProfileName()Required. Destination connection profile identifier.
string destination_connection_profile_name = 1 [(.google.api.field_behavior) = REQUIRED];
| 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];
| Type | Description |
| ByteString | The bytes for destinationConnectionProfileName. |
getDestinationStreamConfigCase()
public abstract DestinationConfig.DestinationStreamConfigCase getDestinationStreamConfigCase()| Type | Description |
| DestinationConfig.DestinationStreamConfigCase |
getGcsDestinationConfig()
public abstract GcsDestinationConfig getGcsDestinationConfig().google.cloud.datastream.v1alpha1.GcsDestinationConfig gcs_destination_config = 100;
| Type | Description |
| GcsDestinationConfig | The gcsDestinationConfig. |
getGcsDestinationConfigOrBuilder()
public abstract GcsDestinationConfigOrBuilder getGcsDestinationConfigOrBuilder().google.cloud.datastream.v1alpha1.GcsDestinationConfig gcs_destination_config = 100;
| Type | Description |
| GcsDestinationConfigOrBuilder |
hasGcsDestinationConfig()
public abstract boolean hasGcsDestinationConfig().google.cloud.datastream.v1alpha1.GcsDestinationConfig gcs_destination_config = 100;
| Type | Description |
| boolean | Whether the gcsDestinationConfig field is set. |