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.State
DocumentLink.State. forNumber(int value)
DocumentLink.State
DocumentLink.Builder. getState()
The state of the documentlink.DocumentLink.State
DocumentLink. getState()
The state of the documentlink.DocumentLink.State
DocumentLinkOrBuilder. getState()
The state of the documentlink.static DocumentLink.State
DocumentLink.State. valueOf(int value)
Deprecated.static DocumentLink.State
DocumentLink.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static DocumentLink.State
DocumentLink.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.Builder
DocumentLink.Builder. setState(DocumentLink.State value)
The state of the documentlink.
-