Interface SourceConfigOrBuilder (1.8.0)

public interface SourceConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMysqlSourceConfig()

public abstract MysqlSourceConfig getMysqlSourceConfig()

MySQL data source configuration

.google.cloud.datastream.v1alpha1.MysqlSourceConfig mysql_source_config = 101;

Returns
TypeDescription
MysqlSourceConfig

The mysqlSourceConfig.

getMysqlSourceConfigOrBuilder()

public abstract MysqlSourceConfigOrBuilder getMysqlSourceConfigOrBuilder()

MySQL data source configuration

.google.cloud.datastream.v1alpha1.MysqlSourceConfig mysql_source_config = 101;

Returns
TypeDescription
MysqlSourceConfigOrBuilder

getOracleSourceConfig()

public abstract OracleSourceConfig getOracleSourceConfig()

Oracle data source configuration

.google.cloud.datastream.v1alpha1.OracleSourceConfig oracle_source_config = 100;

Returns
TypeDescription
OracleSourceConfig

The oracleSourceConfig.

getOracleSourceConfigOrBuilder()

public abstract OracleSourceConfigOrBuilder getOracleSourceConfigOrBuilder()

Oracle data source configuration

.google.cloud.datastream.v1alpha1.OracleSourceConfig oracle_source_config = 100;

Returns
TypeDescription
OracleSourceConfigOrBuilder

getSourceConnectionProfileName()

public abstract String getSourceConnectionProfileName()

Required. Source connection profile identifier.

string source_connection_profile_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The sourceConnectionProfileName.

getSourceConnectionProfileNameBytes()

public abstract ByteString getSourceConnectionProfileNameBytes()

Required. Source connection profile identifier.

string source_connection_profile_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for sourceConnectionProfileName.

getSourceStreamConfigCase()

public abstract SourceConfig.SourceStreamConfigCase getSourceStreamConfigCase()
Returns
TypeDescription
SourceConfig.SourceStreamConfigCase

hasMysqlSourceConfig()

public abstract boolean hasMysqlSourceConfig()

MySQL data source configuration

.google.cloud.datastream.v1alpha1.MysqlSourceConfig mysql_source_config = 101;

Returns
TypeDescription
boolean

Whether the mysqlSourceConfig field is set.

hasOracleSourceConfig()

public abstract boolean hasOracleSourceConfig()

Oracle data source configuration

.google.cloud.datastream.v1alpha1.OracleSourceConfig oracle_source_config = 100;

Returns
TypeDescription
boolean

Whether the oracleSourceConfig field is set.