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.State
BackfillJob.State. forNumber(int value)
BackfillJob.State
BackfillJob.Builder. getState()
Backfill job state.BackfillJob.State
BackfillJob. getState()
Backfill job state.BackfillJob.State
BackfillJobOrBuilder. getState()
Backfill job state.static BackfillJob.State
BackfillJob.State. valueOf(int value)
Deprecated.static BackfillJob.State
BackfillJob.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static BackfillJob.State
BackfillJob.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.Builder
BackfillJob.Builder. setState(BackfillJob.State value)
Backfill job state.
-