Uses of Class
com.google.cloud.datastream.v1.BackfillJob.State
-
Packages that use BackfillJob.State Package Description com.google.cloud.datastream.v1 A client to Datastream API -
-
Uses of BackfillJob.State in com.google.cloud.datastream.v1
Methods in com.google.cloud.datastream.v1 that return BackfillJob.State Modifier and Type Method Description static BackfillJob.StateBackfillJob.State. forNumber(int value)BackfillJob.StateBackfillJob.Builder. getState()Backfill job state.BackfillJob.StateBackfillJob. getState()Backfill job state.BackfillJob.StateBackfillJobOrBuilder. getState()Backfill job state.static BackfillJob.StateBackfillJob.State. valueOf(int value)Deprecated.static BackfillJob.StateBackfillJob.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static BackfillJob.StateBackfillJob.State. valueOf(String name)Returns the enum constant of this type with the specified name.static BackfillJob.State[]BackfillJob.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.datastream.v1 that return types with arguments of type BackfillJob.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<BackfillJob.State>BackfillJob.State. internalGetValueMap()Methods in com.google.cloud.datastream.v1 with parameters of type BackfillJob.State Modifier and Type Method Description BackfillJob.BuilderBackfillJob.Builder. setState(BackfillJob.State value)Backfill job state.
-