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 DocumentReferenceDocumentReference.Builder. build()DocumentReferenceDocumentReference.Builder. buildPartial()static DocumentReferenceDocumentReference. getDefaultInstance()DocumentReferenceDocumentReference.Builder. getDefaultInstanceForType()DocumentReferenceDocumentReference. getDefaultInstanceForType()DocumentReferenceDocumentLink.Builder. getSourceDocumentReference()Document references of the source document.DocumentReferenceDocumentLink. getSourceDocumentReference()Document references of the source document.DocumentReferenceDocumentLinkOrBuilder. getSourceDocumentReference()Document references of the source document.DocumentReferenceDocumentLink.Builder. getTargetDocumentReference()Document references of the target document.DocumentReferenceDocumentLink. getTargetDocumentReference()Document references of the target document.DocumentReferenceDocumentLinkOrBuilder. getTargetDocumentReference()Document references of the target document.static DocumentReferenceDocumentReference. parseDelimitedFrom(InputStream input)static DocumentReferenceDocumentReference. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DocumentReferenceDocumentReference. parseFrom(byte[] data)static DocumentReferenceDocumentReference. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DocumentReferenceDocumentReference. parseFrom(com.google.protobuf.ByteString data)static DocumentReferenceDocumentReference. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DocumentReferenceDocumentReference. parseFrom(com.google.protobuf.CodedInputStream input)static DocumentReferenceDocumentReference. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DocumentReferenceDocumentReference. parseFrom(InputStream input)static DocumentReferenceDocumentReference. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DocumentReferenceDocumentReference. parseFrom(ByteBuffer data)static DocumentReferenceDocumentReference. 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.BuilderDocumentReference.Builder. mergeFrom(DocumentReference other)DocumentLink.BuilderDocumentLink.Builder. mergeSourceDocumentReference(DocumentReference value)Document references of the source document.DocumentLink.BuilderDocumentLink.Builder. mergeTargetDocumentReference(DocumentReference value)Document references of the target document.static DocumentReference.BuilderDocumentReference. newBuilder(DocumentReference prototype)DocumentLink.BuilderDocumentLink.Builder. setSourceDocumentReference(DocumentReference value)Document references of the source document.DocumentLink.BuilderDocumentLink.Builder. setTargetDocumentReference(DocumentReference value)Document references of the target document.
-