Uses of Class
com.google.cloud.contentwarehouse.v1.DocumentLink.State
-
Packages that use DocumentLink.State Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of DocumentLink.State in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return DocumentLink.State Modifier and Type Method Description static DocumentLink.StateDocumentLink.State. forNumber(int value)DocumentLink.StateDocumentLink.Builder. getState()The state of the documentlink.DocumentLink.StateDocumentLink. getState()The state of the documentlink.DocumentLink.StateDocumentLinkOrBuilder. getState()The state of the documentlink.static DocumentLink.StateDocumentLink.State. valueOf(int value)Deprecated.static DocumentLink.StateDocumentLink.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static DocumentLink.StateDocumentLink.State. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentLink.State[]DocumentLink.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type DocumentLink.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<DocumentLink.State>DocumentLink.State. internalGetValueMap()Methods in com.google.cloud.contentwarehouse.v1 with parameters of type DocumentLink.State Modifier and Type Method Description DocumentLink.BuilderDocumentLink.Builder. setState(DocumentLink.State value)The state of the documentlink.
-