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.TargetCaseJob.TargetCase. forNumber(int value)Job.TargetCaseJob.Builder. getTargetCase()Job.TargetCaseJob. getTargetCase()Job.TargetCaseJobOrBuilder. getTargetCase()static Job.TargetCaseJob.TargetCase. valueOf(int value)Deprecated.static Job.TargetCaseJob.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.
-