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