Uses of Class
com.google.cloud.datastream.v1alpha1.Stream.BackfillStrategyCase
-
Packages that use Stream.BackfillStrategyCase Package Description com.google.cloud.datastream.v1alpha1 A client to Datastream API -
-
Uses of Stream.BackfillStrategyCase in com.google.cloud.datastream.v1alpha1
Methods in com.google.cloud.datastream.v1alpha1 that return Stream.BackfillStrategyCase Modifier and Type Method Description static Stream.BackfillStrategyCase
Stream.BackfillStrategyCase. forNumber(int value)
Stream.BackfillStrategyCase
Stream.Builder. getBackfillStrategyCase()
Stream.BackfillStrategyCase
Stream. getBackfillStrategyCase()
Stream.BackfillStrategyCase
StreamOrBuilder. getBackfillStrategyCase()
static Stream.BackfillStrategyCase
Stream.BackfillStrategyCase. valueOf(int value)
Deprecated.static Stream.BackfillStrategyCase
Stream.BackfillStrategyCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Stream.BackfillStrategyCase[]
Stream.BackfillStrategyCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-