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