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