Uses of Class
com.google.cloud.discoveryengine.v1beta.Schema.SchemaCase
-
Packages that use Schema.SchemaCase Package Description com.google.cloud.discoveryengine.v1beta A client to Discovery Engine API -
-
Uses of Schema.SchemaCase in com.google.cloud.discoveryengine.v1beta
Methods in com.google.cloud.discoveryengine.v1beta that return Schema.SchemaCase Modifier and Type Method Description static Schema.SchemaCase
Schema.SchemaCase. forNumber(int value)
Schema.SchemaCase
Schema.Builder. getSchemaCase()
Schema.SchemaCase
Schema. getSchemaCase()
Schema.SchemaCase
SchemaOrBuilder. getSchemaCase()
static Schema.SchemaCase
Schema.SchemaCase. valueOf(int value)
Deprecated.static Schema.SchemaCase
Schema.SchemaCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Schema.SchemaCase[]
Schema.SchemaCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-