Uses of Class
com.google.cloud.datastream.v1.BackfillJob.Trigger
-
Packages that use BackfillJob.Trigger Package Description com.google.cloud.datastream.v1 A client to Datastream API -
-
Uses of BackfillJob.Trigger in com.google.cloud.datastream.v1
Methods in com.google.cloud.datastream.v1 that return BackfillJob.Trigger Modifier and Type Method Description static BackfillJob.TriggerBackfillJob.Trigger. forNumber(int value)BackfillJob.TriggerBackfillJob.Builder. getTrigger()Backfill job's triggering reason.BackfillJob.TriggerBackfillJob. getTrigger()Backfill job's triggering reason.BackfillJob.TriggerBackfillJobOrBuilder. getTrigger()Backfill job's triggering reason.static BackfillJob.TriggerBackfillJob.Trigger. valueOf(int value)Deprecated.static BackfillJob.TriggerBackfillJob.Trigger. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static BackfillJob.TriggerBackfillJob.Trigger. valueOf(String name)Returns the enum constant of this type with the specified name.static BackfillJob.Trigger[]BackfillJob.Trigger. 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.Trigger Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<BackfillJob.Trigger>BackfillJob.Trigger. internalGetValueMap()Methods in com.google.cloud.datastream.v1 with parameters of type BackfillJob.Trigger Modifier and Type Method Description BackfillJob.BuilderBackfillJob.Builder. setTrigger(BackfillJob.Trigger value)Backfill job's triggering reason.
-