public static enum Stream.BackfillAllStrategy.ExcludedObjectsCase extends Enum<Stream.BackfillAllStrategy.ExcludedObjectsCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
EXCLUDEDOBJECTS_NOT_SET |
MYSQL_EXCLUDED_OBJECTS |
ORACLE_EXCLUDED_OBJECTS |
POSTGRESQL_EXCLUDED_OBJECTS |
| Modifier and Type | Method and Description |
|---|---|
static Stream.BackfillAllStrategy.ExcludedObjectsCase |
forNumber(int value) |
int |
getNumber() |
static Stream.BackfillAllStrategy.ExcludedObjectsCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Stream.BackfillAllStrategy.ExcludedObjectsCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Stream.BackfillAllStrategy.ExcludedObjectsCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Stream.BackfillAllStrategy.ExcludedObjectsCase ORACLE_EXCLUDED_OBJECTS
public static final Stream.BackfillAllStrategy.ExcludedObjectsCase MYSQL_EXCLUDED_OBJECTS
public static final Stream.BackfillAllStrategy.ExcludedObjectsCase POSTGRESQL_EXCLUDED_OBJECTS
public static final Stream.BackfillAllStrategy.ExcludedObjectsCase EXCLUDEDOBJECTS_NOT_SET
public static Stream.BackfillAllStrategy.ExcludedObjectsCase[] values()
for (Stream.BackfillAllStrategy.ExcludedObjectsCase c : Stream.BackfillAllStrategy.ExcludedObjectsCase.values()) System.out.println(c);
public static Stream.BackfillAllStrategy.ExcludedObjectsCase valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@Deprecated public static Stream.BackfillAllStrategy.ExcludedObjectsCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static Stream.BackfillAllStrategy.ExcludedObjectsCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2022 Google LLC. All rights reserved.