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