Interface SourceConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SourceConfig
,SourceConfig.Builder
public interface SourceConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MysqlSourceConfig
getMysqlSourceConfig()
MySQL data source configurationMysqlSourceConfigOrBuilder
getMysqlSourceConfigOrBuilder()
MySQL data source configurationOracleSourceConfig
getOracleSourceConfig()
Oracle data source configurationOracleSourceConfigOrBuilder
getOracleSourceConfigOrBuilder()
Oracle data source configurationString
getSourceConnectionProfileName()
Required.com.google.protobuf.ByteString
getSourceConnectionProfileNameBytes()
Required.SourceConfig.SourceStreamConfigCase
getSourceStreamConfigCase()
boolean
hasMysqlSourceConfig()
MySQL data source configurationboolean
hasOracleSourceConfig()
Oracle data source configuration-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSourceConnectionProfileName
String getSourceConnectionProfileName()
Required. Source connection profile identifier.
string source_connection_profile_name = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The sourceConnectionProfileName.
-
getSourceConnectionProfileNameBytes
com.google.protobuf.ByteString getSourceConnectionProfileNameBytes()
Required. Source connection profile identifier.
string source_connection_profile_name = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for sourceConnectionProfileName.
-
hasOracleSourceConfig
boolean hasOracleSourceConfig()
Oracle data source configuration
.google.cloud.datastream.v1alpha1.OracleSourceConfig oracle_source_config = 100;
- Returns:
- Whether the oracleSourceConfig field is set.
-
getOracleSourceConfig
OracleSourceConfig getOracleSourceConfig()
Oracle data source configuration
.google.cloud.datastream.v1alpha1.OracleSourceConfig oracle_source_config = 100;
- Returns:
- The oracleSourceConfig.
-
getOracleSourceConfigOrBuilder
OracleSourceConfigOrBuilder getOracleSourceConfigOrBuilder()
Oracle data source configuration
.google.cloud.datastream.v1alpha1.OracleSourceConfig oracle_source_config = 100;
-
hasMysqlSourceConfig
boolean hasMysqlSourceConfig()
MySQL data source configuration
.google.cloud.datastream.v1alpha1.MysqlSourceConfig mysql_source_config = 101;
- Returns:
- Whether the mysqlSourceConfig field is set.
-
getMysqlSourceConfig
MysqlSourceConfig getMysqlSourceConfig()
MySQL data source configuration
.google.cloud.datastream.v1alpha1.MysqlSourceConfig mysql_source_config = 101;
- Returns:
- The mysqlSourceConfig.
-
getMysqlSourceConfigOrBuilder
MysqlSourceConfigOrBuilder getMysqlSourceConfigOrBuilder()
MySQL data source configuration
.google.cloud.datastream.v1alpha1.MysqlSourceConfig mysql_source_config = 101;
-
getSourceStreamConfigCase
SourceConfig.SourceStreamConfigCase getSourceStreamConfigCase()
-
-