Class Stream.BackfillAllStrategy (1.40.0)

public static final class Stream.BackfillAllStrategy extends 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

Static Fields

MYSQL_EXCLUDED_OBJECTS_FIELD_NUMBER

public static final int MYSQL_EXCLUDED_OBJECTS_FIELD_NUMBER
Field Value
TypeDescription
int

ORACLE_EXCLUDED_OBJECTS_FIELD_NUMBER

public static final int ORACLE_EXCLUDED_OBJECTS_FIELD_NUMBER
Field Value
TypeDescription
int

POSTGRESQL_EXCLUDED_OBJECTS_FIELD_NUMBER

public static final int POSTGRESQL_EXCLUDED_OBJECTS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Stream.BackfillAllStrategy getDefaultInstance()
Returns
TypeDescription
Stream.BackfillAllStrategy

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static Stream.BackfillAllStrategy.Builder newBuilder()
Returns
TypeDescription
Stream.BackfillAllStrategy.Builder

newBuilder(Stream.BackfillAllStrategy prototype)

public static Stream.BackfillAllStrategy.Builder newBuilder(Stream.BackfillAllStrategy prototype)
Parameter
NameDescription
prototypeStream.BackfillAllStrategy
Returns
TypeDescription
Stream.BackfillAllStrategy.Builder

parseDelimitedFrom(InputStream input)

public static Stream.BackfillAllStrategy parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Stream.BackfillAllStrategy
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Stream.BackfillAllStrategy parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Stream.BackfillAllStrategy
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Stream.BackfillAllStrategy parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Stream.BackfillAllStrategy
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Stream.BackfillAllStrategy parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Stream.BackfillAllStrategy
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Stream.BackfillAllStrategy parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Stream.BackfillAllStrategy
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Stream.BackfillAllStrategy parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Stream.BackfillAllStrategy
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Stream.BackfillAllStrategy parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Stream.BackfillAllStrategy
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Stream.BackfillAllStrategy parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Stream.BackfillAllStrategy
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static Stream.BackfillAllStrategy parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Stream.BackfillAllStrategy
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Stream.BackfillAllStrategy parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Stream.BackfillAllStrategy
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static Stream.BackfillAllStrategy parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Stream.BackfillAllStrategy
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Stream.BackfillAllStrategy parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Stream.BackfillAllStrategy
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<Stream.BackfillAllStrategy> parser()
Returns
TypeDescription
Parser<BackfillAllStrategy>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public Stream.BackfillAllStrategy getDefaultInstanceForType()
Returns
TypeDescription
Stream.BackfillAllStrategy

getExcludedObjectsCase()

public Stream.BackfillAllStrategy.ExcludedObjectsCase getExcludedObjectsCase()
Returns
TypeDescription
Stream.BackfillAllStrategy.ExcludedObjectsCase

getMysqlExcludedObjects()

public MysqlRdbms getMysqlExcludedObjects()

MySQL data source objects to avoid backfilling.

.google.cloud.datastream.v1.MysqlRdbms mysql_excluded_objects = 2;

Returns
TypeDescription
MysqlRdbms

The mysqlExcludedObjects.

getMysqlExcludedObjectsOrBuilder()

public MysqlRdbmsOrBuilder getMysqlExcludedObjectsOrBuilder()

MySQL data source objects to avoid backfilling.

.google.cloud.datastream.v1.MysqlRdbms mysql_excluded_objects = 2;

Returns
TypeDescription
MysqlRdbmsOrBuilder

getOracleExcludedObjects()

public OracleRdbms getOracleExcludedObjects()

Oracle data source objects to avoid backfilling.

.google.cloud.datastream.v1.OracleRdbms oracle_excluded_objects = 1;

Returns
TypeDescription
OracleRdbms

The oracleExcludedObjects.

getOracleExcludedObjectsOrBuilder()

public OracleRdbmsOrBuilder getOracleExcludedObjectsOrBuilder()

Oracle data source objects to avoid backfilling.

.google.cloud.datastream.v1.OracleRdbms oracle_excluded_objects = 1;

Returns
TypeDescription
OracleRdbmsOrBuilder

getParserForType()

public Parser<Stream.BackfillAllStrategy> getParserForType()
Returns
TypeDescription
Parser<BackfillAllStrategy>
Overrides

getPostgresqlExcludedObjects()

public PostgresqlRdbms getPostgresqlExcludedObjects()

PostgreSQL data source objects to avoid backfilling.

.google.cloud.datastream.v1.PostgresqlRdbms postgresql_excluded_objects = 3;

Returns
TypeDescription
PostgresqlRdbms

The postgresqlExcludedObjects.

getPostgresqlExcludedObjectsOrBuilder()

public PostgresqlRdbmsOrBuilder getPostgresqlExcludedObjectsOrBuilder()

PostgreSQL data source objects to avoid backfilling.

.google.cloud.datastream.v1.PostgresqlRdbms postgresql_excluded_objects = 3;

Returns
TypeDescription
PostgresqlRdbmsOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasMysqlExcludedObjects()

public boolean hasMysqlExcludedObjects()

MySQL data source objects to avoid backfilling.

.google.cloud.datastream.v1.MysqlRdbms mysql_excluded_objects = 2;

Returns
TypeDescription
boolean

Whether the mysqlExcludedObjects field is set.

hasOracleExcludedObjects()

public boolean hasOracleExcludedObjects()

Oracle data source objects to avoid backfilling.

.google.cloud.datastream.v1.OracleRdbms oracle_excluded_objects = 1;

Returns
TypeDescription
boolean

Whether the oracleExcludedObjects field is set.

hasPostgresqlExcludedObjects()

public boolean hasPostgresqlExcludedObjects()

PostgreSQL data source objects to avoid backfilling.

.google.cloud.datastream.v1.PostgresqlRdbms postgresql_excluded_objects = 3;

Returns
TypeDescription
boolean

Whether the postgresqlExcludedObjects field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public Stream.BackfillAllStrategy.Builder newBuilderForType()
Returns
TypeDescription
Stream.BackfillAllStrategy.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Stream.BackfillAllStrategy.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Stream.BackfillAllStrategy.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public Stream.BackfillAllStrategy.Builder toBuilder()
Returns
TypeDescription
Stream.BackfillAllStrategy.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException