public static final class Stream.BackfillAllStrategy extends com.google.protobuf.GeneratedMessageV3 implements Stream.BackfillAllStrategyOrBuilder
Backfill strategy to automatically backfill the Stream's objects. Specific objects can be excluded.Protobuf type
google.cloud.datastream.v1.Stream.BackfillAllStrategy| Modifier and Type | Class and Description |
|---|---|
static class |
Stream.BackfillAllStrategy.Builder
Backfill strategy to automatically backfill the Stream's objects.
|
static class |
Stream.BackfillAllStrategy.ExcludedObjectsCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
MYSQL_EXCLUDED_OBJECTS_FIELD_NUMBER |
static int |
ORACLE_EXCLUDED_OBJECTS_FIELD_NUMBER |
static int |
POSTGRESQL_EXCLUDED_OBJECTS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static Stream.BackfillAllStrategy |
getDefaultInstance() |
Stream.BackfillAllStrategy |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Stream.BackfillAllStrategy.ExcludedObjectsCase |
getExcludedObjectsCase() |
MysqlRdbms |
getMysqlExcludedObjects()
MySQL data source objects to avoid backfilling.
|
MysqlRdbmsOrBuilder |
getMysqlExcludedObjectsOrBuilder()
MySQL data source objects to avoid backfilling.
|
OracleRdbms |
getOracleExcludedObjects()
Oracle data source objects to avoid backfilling.
|
OracleRdbmsOrBuilder |
getOracleExcludedObjectsOrBuilder()
Oracle data source objects to avoid backfilling.
|
com.google.protobuf.Parser<Stream.BackfillAllStrategy> |
getParserForType() |
PostgresqlRdbms |
getPostgresqlExcludedObjects()
PostgreSQL data source objects to avoid backfilling.
|
PostgresqlRdbmsOrBuilder |
getPostgresqlExcludedObjectsOrBuilder()
PostgreSQL data source objects to avoid backfilling.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasMysqlExcludedObjects()
MySQL data source objects to avoid backfilling.
|
boolean |
hasOracleExcludedObjects()
Oracle data source objects to avoid backfilling.
|
boolean |
hasPostgresqlExcludedObjects()
PostgreSQL data source objects to avoid backfilling.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Stream.BackfillAllStrategy.Builder |
newBuilder() |
static Stream.BackfillAllStrategy.Builder |
newBuilder(Stream.BackfillAllStrategy prototype) |
Stream.BackfillAllStrategy.Builder |
newBuilderForType() |
protected Stream.BackfillAllStrategy.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Stream.BackfillAllStrategy |
parseDelimitedFrom(InputStream input) |
static Stream.BackfillAllStrategy |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Stream.BackfillAllStrategy |
parseFrom(byte[] data) |
static Stream.BackfillAllStrategy |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Stream.BackfillAllStrategy |
parseFrom(ByteBuffer data) |
static Stream.BackfillAllStrategy |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Stream.BackfillAllStrategy |
parseFrom(com.google.protobuf.ByteString data) |
static Stream.BackfillAllStrategy |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Stream.BackfillAllStrategy |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Stream.BackfillAllStrategy |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Stream.BackfillAllStrategy |
parseFrom(InputStream input) |
static Stream.BackfillAllStrategy |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Stream.BackfillAllStrategy> |
parser() |
Stream.BackfillAllStrategy.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int ORACLE_EXCLUDED_OBJECTS_FIELD_NUMBER
public static final int MYSQL_EXCLUDED_OBJECTS_FIELD_NUMBER
public static final int POSTGRESQL_EXCLUDED_OBJECTS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public Stream.BackfillAllStrategy.ExcludedObjectsCase getExcludedObjectsCase()
getExcludedObjectsCase in interface Stream.BackfillAllStrategyOrBuilderpublic boolean hasOracleExcludedObjects()
Oracle data source objects to avoid backfilling.
.google.cloud.datastream.v1.OracleRdbms oracle_excluded_objects = 1;hasOracleExcludedObjects in interface Stream.BackfillAllStrategyOrBuilderpublic OracleRdbms getOracleExcludedObjects()
Oracle data source objects to avoid backfilling.
.google.cloud.datastream.v1.OracleRdbms oracle_excluded_objects = 1;getOracleExcludedObjects in interface Stream.BackfillAllStrategyOrBuilderpublic OracleRdbmsOrBuilder getOracleExcludedObjectsOrBuilder()
Oracle data source objects to avoid backfilling.
.google.cloud.datastream.v1.OracleRdbms oracle_excluded_objects = 1;getOracleExcludedObjectsOrBuilder in interface Stream.BackfillAllStrategyOrBuilderpublic boolean hasMysqlExcludedObjects()
MySQL data source objects to avoid backfilling.
.google.cloud.datastream.v1.MysqlRdbms mysql_excluded_objects = 2;hasMysqlExcludedObjects in interface Stream.BackfillAllStrategyOrBuilderpublic MysqlRdbms getMysqlExcludedObjects()
MySQL data source objects to avoid backfilling.
.google.cloud.datastream.v1.MysqlRdbms mysql_excluded_objects = 2;getMysqlExcludedObjects in interface Stream.BackfillAllStrategyOrBuilderpublic MysqlRdbmsOrBuilder getMysqlExcludedObjectsOrBuilder()
MySQL data source objects to avoid backfilling.
.google.cloud.datastream.v1.MysqlRdbms mysql_excluded_objects = 2;getMysqlExcludedObjectsOrBuilder in interface Stream.BackfillAllStrategyOrBuilderpublic boolean hasPostgresqlExcludedObjects()
PostgreSQL data source objects to avoid backfilling.
.google.cloud.datastream.v1.PostgresqlRdbms postgresql_excluded_objects = 3;hasPostgresqlExcludedObjects in interface Stream.BackfillAllStrategyOrBuilderpublic PostgresqlRdbms getPostgresqlExcludedObjects()
PostgreSQL data source objects to avoid backfilling.
.google.cloud.datastream.v1.PostgresqlRdbms postgresql_excluded_objects = 3;getPostgresqlExcludedObjects in interface Stream.BackfillAllStrategyOrBuilderpublic PostgresqlRdbmsOrBuilder getPostgresqlExcludedObjectsOrBuilder()
PostgreSQL data source objects to avoid backfilling.
.google.cloud.datastream.v1.PostgresqlRdbms postgresql_excluded_objects = 3;getPostgresqlExcludedObjectsOrBuilder in interface Stream.BackfillAllStrategyOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Stream.BackfillAllStrategy parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Stream.BackfillAllStrategy parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Stream.BackfillAllStrategy parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Stream.BackfillAllStrategy parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Stream.BackfillAllStrategy parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Stream.BackfillAllStrategy parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Stream.BackfillAllStrategy parseFrom(InputStream input) throws IOException
IOExceptionpublic static Stream.BackfillAllStrategy parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Stream.BackfillAllStrategy parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Stream.BackfillAllStrategy parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Stream.BackfillAllStrategy parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Stream.BackfillAllStrategy parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Stream.BackfillAllStrategy.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Stream.BackfillAllStrategy.Builder newBuilder()
public static Stream.BackfillAllStrategy.Builder newBuilder(Stream.BackfillAllStrategy prototype)
public Stream.BackfillAllStrategy.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Stream.BackfillAllStrategy.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Stream.BackfillAllStrategy getDefaultInstance()
public static com.google.protobuf.Parser<Stream.BackfillAllStrategy> parser()
public com.google.protobuf.Parser<Stream.BackfillAllStrategy> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Stream.BackfillAllStrategy getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 Google LLC. All rights reserved.