public final class SqlServerSourceConfig extends GeneratedMessageV3 implements SqlServerSourceConfigOrBuilder
SQLServer data source configuration
Protobuf type google.cloud.datastream.v1.SqlServerSourceConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CHANGE_TABLES_FIELD_NUMBER
public static final int CHANGE_TABLES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
EXCLUDE_OBJECTS_FIELD_NUMBER
public static final int EXCLUDE_OBJECTS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
INCLUDE_OBJECTS_FIELD_NUMBER
public static final int INCLUDE_OBJECTS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
MAX_CONCURRENT_BACKFILL_TASKS_FIELD_NUMBER
public static final int MAX_CONCURRENT_BACKFILL_TASKS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
MAX_CONCURRENT_CDC_TASKS_FIELD_NUMBER
public static final int MAX_CONCURRENT_CDC_TASKS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TRANSACTION_LOGS_FIELD_NUMBER
public static final int TRANSACTION_LOGS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static SqlServerSourceConfig getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static SqlServerSourceConfig.Builder newBuilder()
newBuilder(SqlServerSourceConfig prototype)
public static SqlServerSourceConfig.Builder newBuilder(SqlServerSourceConfig prototype)
public static SqlServerSourceConfig parseDelimitedFrom(InputStream input)
public static SqlServerSourceConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static SqlServerSourceConfig parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SqlServerSourceConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static SqlServerSourceConfig parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SqlServerSourceConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SqlServerSourceConfig parseFrom(CodedInputStream input)
public static SqlServerSourceConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SqlServerSourceConfig parseFrom(InputStream input)
public static SqlServerSourceConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static SqlServerSourceConfig parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SqlServerSourceConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<SqlServerSourceConfig> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getCdcMethodCase()
public SqlServerSourceConfig.CdcMethodCase getCdcMethodCase()
getChangeTables()
public SqlServerChangeTables getChangeTables()
CDC reader reads from change tables.
.google.cloud.datastream.v1.SqlServerChangeTables change_tables = 102;
getChangeTablesOrBuilder()
public SqlServerChangeTablesOrBuilder getChangeTablesOrBuilder()
CDC reader reads from change tables.
.google.cloud.datastream.v1.SqlServerChangeTables change_tables = 102;
getDefaultInstanceForType()
public SqlServerSourceConfig getDefaultInstanceForType()
getExcludeObjects()
public SqlServerRdbms getExcludeObjects()
SQLServer objects to exclude from the stream.
.google.cloud.datastream.v1.SqlServerRdbms exclude_objects = 2;
getExcludeObjectsOrBuilder()
public SqlServerRdbmsOrBuilder getExcludeObjectsOrBuilder()
SQLServer objects to exclude from the stream.
.google.cloud.datastream.v1.SqlServerRdbms exclude_objects = 2;
getIncludeObjects()
public SqlServerRdbms getIncludeObjects()
SQLServer objects to include in the stream.
.google.cloud.datastream.v1.SqlServerRdbms include_objects = 1;
getIncludeObjectsOrBuilder()
public SqlServerRdbmsOrBuilder getIncludeObjectsOrBuilder()
SQLServer objects to include in the stream.
.google.cloud.datastream.v1.SqlServerRdbms include_objects = 1;
getMaxConcurrentBackfillTasks()
public int getMaxConcurrentBackfillTasks()
Max concurrent backfill tasks.
int32 max_concurrent_backfill_tasks = 4;
Returns |
Type |
Description |
int |
The maxConcurrentBackfillTasks.
|
getMaxConcurrentCdcTasks()
public int getMaxConcurrentCdcTasks()
Max concurrent CDC tasks.
int32 max_concurrent_cdc_tasks = 3;
Returns |
Type |
Description |
int |
The maxConcurrentCdcTasks.
|
getParserForType()
public Parser<SqlServerSourceConfig> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getTransactionLogs()
public SqlServerTransactionLogs getTransactionLogs()
CDC reader reads from transaction logs.
.google.cloud.datastream.v1.SqlServerTransactionLogs transaction_logs = 101;
getTransactionLogsOrBuilder()
public SqlServerTransactionLogsOrBuilder getTransactionLogsOrBuilder()
CDC reader reads from transaction logs.
.google.cloud.datastream.v1.SqlServerTransactionLogs transaction_logs = 101;
hasChangeTables()
public boolean hasChangeTables()
CDC reader reads from change tables.
.google.cloud.datastream.v1.SqlServerChangeTables change_tables = 102;
Returns |
Type |
Description |
boolean |
Whether the changeTables field is set.
|
hasExcludeObjects()
public boolean hasExcludeObjects()
SQLServer objects to exclude from the stream.
.google.cloud.datastream.v1.SqlServerRdbms exclude_objects = 2;
Returns |
Type |
Description |
boolean |
Whether the excludeObjects field is set.
|
hasIncludeObjects()
public boolean hasIncludeObjects()
SQLServer objects to include in the stream.
.google.cloud.datastream.v1.SqlServerRdbms include_objects = 1;
Returns |
Type |
Description |
boolean |
Whether the includeObjects field is set.
|
hasTransactionLogs()
public boolean hasTransactionLogs()
CDC reader reads from transaction logs.
.google.cloud.datastream.v1.SqlServerTransactionLogs transaction_logs = 101;
Returns |
Type |
Description |
boolean |
Whether the transactionLogs field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public SqlServerSourceConfig.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SqlServerSourceConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public SqlServerSourceConfig.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides