public interface SourceConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMysqlSourceConfig()
public abstract MysqlSourceConfig getMysqlSourceConfig()MySQL data source configuration
.google.cloud.datastream.v1alpha1.MysqlSourceConfig mysql_source_config = 101;
| Returns | |
|---|---|
| Type | Description |
MysqlSourceConfig |
The mysqlSourceConfig. |
getMysqlSourceConfigOrBuilder()
public abstract MysqlSourceConfigOrBuilder getMysqlSourceConfigOrBuilder()MySQL data source configuration
.google.cloud.datastream.v1alpha1.MysqlSourceConfig mysql_source_config = 101;
| Returns | |
|---|---|
| Type | Description |
MysqlSourceConfigOrBuilder |
|
getOracleSourceConfig()
public abstract OracleSourceConfig getOracleSourceConfig()Oracle data source configuration
.google.cloud.datastream.v1alpha1.OracleSourceConfig oracle_source_config = 100;
| Returns | |
|---|---|
| Type | Description |
OracleSourceConfig |
The oracleSourceConfig. |
getOracleSourceConfigOrBuilder()
public abstract OracleSourceConfigOrBuilder getOracleSourceConfigOrBuilder()Oracle data source configuration
.google.cloud.datastream.v1alpha1.OracleSourceConfig oracle_source_config = 100;
| Returns | |
|---|---|
| Type | Description |
OracleSourceConfigOrBuilder |
|
getSourceConnectionProfileName()
public abstract String getSourceConnectionProfileName()Required. Source connection profile identifier.
string source_connection_profile_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for sourceConnectionProfileName. |
getSourceStreamConfigCase()
public abstract SourceConfig.SourceStreamConfigCase getSourceStreamConfigCase()| Returns | |
|---|---|
| Type | Description |
SourceConfig.SourceStreamConfigCase |
|
hasMysqlSourceConfig()
public abstract boolean hasMysqlSourceConfig()MySQL data source configuration
.google.cloud.datastream.v1alpha1.MysqlSourceConfig mysql_source_config = 101;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the oracleSourceConfig field is set. |