Uses of Class
com.google.cloud.contentwarehouse.v1.DocumentReference
-
Packages that use DocumentReference Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of DocumentReference in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return DocumentReference Modifier and Type Method Description DocumentReference
DocumentReference.Builder. build()
DocumentReference
DocumentReference.Builder. buildPartial()
static DocumentReference
DocumentReference. getDefaultInstance()
DocumentReference
DocumentReference.Builder. getDefaultInstanceForType()
DocumentReference
DocumentReference. getDefaultInstanceForType()
DocumentReference
DocumentLink.Builder. getSourceDocumentReference()
Document references of the source document.DocumentReference
DocumentLink. getSourceDocumentReference()
Document references of the source document.DocumentReference
DocumentLinkOrBuilder. getSourceDocumentReference()
Document references of the source document.DocumentReference
DocumentLink.Builder. getTargetDocumentReference()
Document references of the target document.DocumentReference
DocumentLink. getTargetDocumentReference()
Document references of the target document.DocumentReference
DocumentLinkOrBuilder. getTargetDocumentReference()
Document references of the target document.static DocumentReference
DocumentReference. parseDelimitedFrom(InputStream input)
static DocumentReference
DocumentReference. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DocumentReference
DocumentReference. parseFrom(byte[] data)
static DocumentReference
DocumentReference. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DocumentReference
DocumentReference. parseFrom(com.google.protobuf.ByteString data)
static DocumentReference
DocumentReference. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DocumentReference
DocumentReference. parseFrom(com.google.protobuf.CodedInputStream input)
static DocumentReference
DocumentReference. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DocumentReference
DocumentReference. parseFrom(InputStream input)
static DocumentReference
DocumentReference. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DocumentReference
DocumentReference. parseFrom(ByteBuffer data)
static DocumentReference
DocumentReference. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type DocumentReference Modifier and Type Method Description com.google.protobuf.Parser<DocumentReference>
DocumentReference. getParserForType()
static com.google.protobuf.Parser<DocumentReference>
DocumentReference. parser()
Methods in com.google.cloud.contentwarehouse.v1 with parameters of type DocumentReference Modifier and Type Method Description DocumentReference.Builder
DocumentReference.Builder. mergeFrom(DocumentReference other)
DocumentLink.Builder
DocumentLink.Builder. mergeSourceDocumentReference(DocumentReference value)
Document references of the source document.DocumentLink.Builder
DocumentLink.Builder. mergeTargetDocumentReference(DocumentReference value)
Document references of the target document.static DocumentReference.Builder
DocumentReference. newBuilder(DocumentReference prototype)
DocumentLink.Builder
DocumentLink.Builder. setSourceDocumentReference(DocumentReference value)
Document references of the source document.DocumentLink.Builder
DocumentLink.Builder. setTargetDocumentReference(DocumentReference value)
Document references of the target document.
-