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