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