Uses of Class
com.google.cloud.scheduler.v1beta1.Job.TargetCase
-
Packages that use Job.TargetCase Package Description com.google.cloud.scheduler.v1beta1 A client to Cloud Scheduler API -
-
Uses of Job.TargetCase in com.google.cloud.scheduler.v1beta1
Methods in com.google.cloud.scheduler.v1beta1 that return Job.TargetCase Modifier and Type Method Description static Job.TargetCase
Job.TargetCase. forNumber(int value)
Job.TargetCase
Job.Builder. getTargetCase()
Job.TargetCase
Job. getTargetCase()
Job.TargetCase
JobOrBuilder. getTargetCase()
static Job.TargetCase
Job.TargetCase. valueOf(int value)
Deprecated.static Job.TargetCase
Job.TargetCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Job.TargetCase[]
Job.TargetCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-