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