Document.Builder |
Document.Builder.addAllProperties(Iterable<? extends Property> values) |
List of values that are user supplied metadata.
|
Document.Builder |
Document.Builder.addProperties(int index,
Property value) |
List of values that are user supplied metadata.
|
Document.Builder |
Document.Builder.addProperties(int index,
Property.Builder builderForValue) |
List of values that are user supplied metadata.
|
Document.Builder |
Document.Builder.addProperties(Property value) |
List of values that are user supplied metadata.
|
Document.Builder |
Document.Builder.addProperties(Property.Builder builderForValue) |
List of values that are user supplied metadata.
|
Document.Builder |
Document.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Document.Builder |
Document.Builder.clear() |
|
Document.Builder |
Document.Builder.clearAsyncEnabled() |
Deprecated.
|
Document.Builder |
Document.Builder.clearCloudAiDocument() |
Document AI format to save the structured content, including OCR.
|
Document.Builder |
Document.Builder.clearContentCategory() |
Indicates the category (image, audio, video etc.) of the original content.
|
Document.Builder |
Document.Builder.clearCreateTime() |
Output only.
|
Document.Builder |
Document.Builder.clearCreator() |
The user who creates the document.
|
Document.Builder |
Document.Builder.clearDisplayName() |
Required.
|
Document.Builder |
Document.Builder.clearDisplayUri() |
Uri to display the document, for example, in the UI.
|
Document.Builder |
Document.Builder.clearDispositionTime() |
Output only.
|
Document.Builder |
Document.Builder.clearDocumentSchemaName() |
The Document schema name.
|
Document.Builder |
Document.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Document.Builder |
Document.Builder.clearInlineRawDocument() |
Raw document content.
|
Document.Builder |
Document.Builder.clearLegalHold() |
Output only.
|
Document.Builder |
Document.Builder.clearName() |
The resource name of the document.
|
Document.Builder |
Document.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Document.Builder |
Document.Builder.clearPlainText() |
Other document format, such as PPTX, XLXS
|
Document.Builder |
Document.Builder.clearProperties() |
List of values that are user supplied metadata.
|
Document.Builder |
Document.Builder.clearRawDocument() |
|
Document.Builder |
Document.Builder.clearRawDocumentFileType() |
This is used when DocAI was not used to load the document and parsing/
extracting is needed for the inline_raw_document.
|
Document.Builder |
Document.Builder.clearRawDocumentPath() |
Raw document file in Cloud Storage path.
|
Document.Builder |
Document.Builder.clearReferenceId() |
The reference ID set by customers.
|
Document.Builder |
Document.Builder.clearStructuredContent() |
|
Document.Builder |
Document.Builder.clearStructuredContentUri() |
Deprecated.
|
Document.Builder |
Document.Builder.clearTextExtractionDisabled() |
Deprecated.
|
Document.Builder |
Document.Builder.clearTextExtractionEnabled() |
If true, text extraction will be performed.
|
Document.Builder |
Document.Builder.clearTitle() |
Title that describes the document.
|
Document.Builder |
Document.Builder.clearUpdater() |
The user who lastly updates the document.
|
Document.Builder |
Document.Builder.clearUpdateTime() |
Output only.
|
Document.Builder |
Document.Builder.clone() |
|
Document.Builder |
CreateDocumentRequest.Builder.getDocumentBuilder() |
Required.
|
Document.Builder |
CreateDocumentResponse.Builder.getDocumentBuilder() |
Document created after executing create request.
|
Document.Builder |
SearchDocumentsResponse.MatchingDocument.Builder.getDocumentBuilder() |
Document that matches the specified
[SearchDocumentsRequest][google.cloud.contentwarehouse.v1.SearchDocumentsRequest].
|
Document.Builder |
UpdateDocumentRequest.Builder.getDocumentBuilder() |
Required.
|
Document.Builder |
UpdateDocumentResponse.Builder.getDocumentBuilder() |
Updated document after executing update request.
|
Document.Builder |
Document.Builder.mergeCloudAiDocument(com.google.cloud.documentai.v1.Document value) |
Document AI format to save the structured content, including OCR.
|
Document.Builder |
Document.Builder.mergeCreateTime(com.google.protobuf.Timestamp value) |
Output only.
|
Document.Builder |
Document.Builder.mergeDispositionTime(com.google.protobuf.Timestamp value) |
Output only.
|
Document.Builder |
Document.Builder.mergeFrom(Document other) |
|
Document.Builder |
Document.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Document.Builder |
Document.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Document.Builder |
Document.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Document.Builder |
Document.Builder.mergeUpdateTime(com.google.protobuf.Timestamp value) |
Output only.
|
static Document.Builder |
Document.newBuilder() |
|
static Document.Builder |
Document.newBuilder(Document prototype) |
|
Document.Builder |
Document.newBuilderForType() |
|
protected Document.Builder |
Document.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Document.Builder |
Document.Builder.removeProperties(int index) |
List of values that are user supplied metadata.
|
Document.Builder |
Document.Builder.setAsyncEnabled(boolean value) |
Deprecated.
|
Document.Builder |
Document.Builder.setCloudAiDocument(com.google.cloud.documentai.v1.Document value) |
Document AI format to save the structured content, including OCR.
|
Document.Builder |
Document.Builder.setCloudAiDocument(com.google.cloud.documentai.v1.Document.Builder builderForValue) |
Document AI format to save the structured content, including OCR.
|
Document.Builder |
Document.Builder.setContentCategory(ContentCategory value) |
Indicates the category (image, audio, video etc.) of the original content.
|
Document.Builder |
Document.Builder.setContentCategoryValue(int value) |
Indicates the category (image, audio, video etc.) of the original content.
|
Document.Builder |
Document.Builder.setCreateTime(com.google.protobuf.Timestamp value) |
Output only.
|
Document.Builder |
Document.Builder.setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) |
Output only.
|
Document.Builder |
Document.Builder.setCreator(String value) |
The user who creates the document.
|
Document.Builder |
Document.Builder.setCreatorBytes(com.google.protobuf.ByteString value) |
The user who creates the document.
|
Document.Builder |
Document.Builder.setDisplayName(String value) |
Required.
|
Document.Builder |
Document.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value) |
Required.
|
Document.Builder |
Document.Builder.setDisplayUri(String value) |
Uri to display the document, for example, in the UI.
|
Document.Builder |
Document.Builder.setDisplayUriBytes(com.google.protobuf.ByteString value) |
Uri to display the document, for example, in the UI.
|
Document.Builder |
Document.Builder.setDispositionTime(com.google.protobuf.Timestamp value) |
Output only.
|
Document.Builder |
Document.Builder.setDispositionTime(com.google.protobuf.Timestamp.Builder builderForValue) |
Output only.
|
Document.Builder |
Document.Builder.setDocumentSchemaName(String value) |
The Document schema name.
|
Document.Builder |
Document.Builder.setDocumentSchemaNameBytes(com.google.protobuf.ByteString value) |
The Document schema name.
|
Document.Builder |
Document.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Document.Builder |
Document.Builder.setInlineRawDocument(com.google.protobuf.ByteString value) |
Raw document content.
|
Document.Builder |
Document.Builder.setLegalHold(boolean value) |
Output only.
|
Document.Builder |
Document.Builder.setName(String value) |
The resource name of the document.
|
Document.Builder |
Document.Builder.setNameBytes(com.google.protobuf.ByteString value) |
The resource name of the document.
|
Document.Builder |
Document.Builder.setPlainText(String value) |
Other document format, such as PPTX, XLXS
|
Document.Builder |
Document.Builder.setPlainTextBytes(com.google.protobuf.ByteString value) |
Other document format, such as PPTX, XLXS
|
Document.Builder |
Document.Builder.setProperties(int index,
Property value) |
List of values that are user supplied metadata.
|
Document.Builder |
Document.Builder.setProperties(int index,
Property.Builder builderForValue) |
List of values that are user supplied metadata.
|
Document.Builder |
Document.Builder.setRawDocumentFileType(RawDocumentFileType value) |
This is used when DocAI was not used to load the document and parsing/
extracting is needed for the inline_raw_document.
|
Document.Builder |
Document.Builder.setRawDocumentFileTypeValue(int value) |
This is used when DocAI was not used to load the document and parsing/
extracting is needed for the inline_raw_document.
|
Document.Builder |
Document.Builder.setRawDocumentPath(String value) |
Raw document file in Cloud Storage path.
|
Document.Builder |
Document.Builder.setRawDocumentPathBytes(com.google.protobuf.ByteString value) |
Raw document file in Cloud Storage path.
|
Document.Builder |
Document.Builder.setReferenceId(String value) |
The reference ID set by customers.
|
Document.Builder |
Document.Builder.setReferenceIdBytes(com.google.protobuf.ByteString value) |
The reference ID set by customers.
|
Document.Builder |
Document.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Document.Builder |
Document.Builder.setStructuredContentUri(String value) |
Deprecated.
|
Document.Builder |
Document.Builder.setStructuredContentUriBytes(com.google.protobuf.ByteString value) |
Deprecated.
|
Document.Builder |
Document.Builder.setTextExtractionDisabled(boolean value) |
Deprecated.
|
Document.Builder |
Document.Builder.setTextExtractionEnabled(boolean value) |
If true, text extraction will be performed.
|
Document.Builder |
Document.Builder.setTitle(String value) |
Title that describes the document.
|
Document.Builder |
Document.Builder.setTitleBytes(com.google.protobuf.ByteString value) |
Title that describes the document.
|
Document.Builder |
Document.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Document.Builder |
Document.Builder.setUpdater(String value) |
The user who lastly updates the document.
|
Document.Builder |
Document.Builder.setUpdaterBytes(com.google.protobuf.ByteString value) |
The user who lastly updates the document.
|
Document.Builder |
Document.Builder.setUpdateTime(com.google.protobuf.Timestamp value) |
Output only.
|
Document.Builder |
Document.Builder.setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) |
Output only.
|
Document.Builder |
Document.toBuilder() |
|