Document.Builder |
ImportDocumentsRequest.InlineSource.Builder.addDocumentsBuilder() |
Required.
|
Document.Builder |
ImportDocumentsRequest.InlineSource.Builder.addDocumentsBuilder(int index) |
Required.
|
Document.Builder |
ListDocumentsResponse.Builder.addDocumentsBuilder() |
The [Document][google.cloud.discoveryengine.v1beta.Document]s.
|
Document.Builder |
ListDocumentsResponse.Builder.addDocumentsBuilder(int index) |
The [Document][google.cloud.discoveryengine.v1beta.Document]s.
|
Document.Builder |
Document.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Document.Builder |
Document.Builder.clear() |
|
Document.Builder |
Document.Builder.clearContent() |
The unstructured data linked to this document.
|
Document.Builder |
Document.Builder.clearData() |
|
Document.Builder |
Document.Builder.clearDerivedStructData() |
Output only.
|
Document.Builder |
Document.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Document.Builder |
Document.Builder.clearId() |
Immutable.
|
Document.Builder |
Document.Builder.clearJsonData() |
The JSON string representation of the document.
|
Document.Builder |
Document.Builder.clearName() |
Immutable.
|
Document.Builder |
Document.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Document.Builder |
Document.Builder.clearParentDocumentId() |
The identifier of the parent document.
|
Document.Builder |
Document.Builder.clearSchemaId() |
The identifier of the schema located in the same data store.
|
Document.Builder |
Document.Builder.clearStructData() |
The structured JSON data for the document.
|
Document.Builder |
Document.Builder.clone() |
|
Document.Builder |
CreateDocumentRequest.Builder.getDocumentBuilder() |
Required.
|
Document.Builder |
RecommendResponse.RecommendationResult.Builder.getDocumentBuilder() |
Set if `returnDocument` is set to true in
[RecommendRequest.params][google.cloud.discoveryengine.v1beta.RecommendRequest.params].
|
Document.Builder |
SearchResponse.SearchResult.Builder.getDocumentBuilder() |
The document data snippet in the search response.
|
Document.Builder |
UpdateDocumentRequest.Builder.getDocumentBuilder() |
Required.
|
Document.Builder |
ImportDocumentsRequest.InlineSource.Builder.getDocumentsBuilder(int index) |
Required.
|
Document.Builder |
ListDocumentsResponse.Builder.getDocumentsBuilder(int index) |
The [Document][google.cloud.discoveryengine.v1beta.Document]s.
|
Document.Builder |
Document.Builder.mergeContent(Document.Content value) |
The unstructured data linked to this document.
|
Document.Builder |
Document.Builder.mergeDerivedStructData(com.google.protobuf.Struct 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.mergeStructData(com.google.protobuf.Struct value) |
The structured JSON data for the document.
|
Document.Builder |
Document.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
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.setContent(Document.Content value) |
The unstructured data linked to this document.
|
Document.Builder |
Document.Builder.setContent(Document.Content.Builder builderForValue) |
The unstructured data linked to this document.
|
Document.Builder |
Document.Builder.setDerivedStructData(com.google.protobuf.Struct value) |
Output only.
|
Document.Builder |
Document.Builder.setDerivedStructData(com.google.protobuf.Struct.Builder builderForValue) |
Output only.
|
Document.Builder |
Document.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Document.Builder |
Document.Builder.setId(String value) |
Immutable.
|
Document.Builder |
Document.Builder.setIdBytes(com.google.protobuf.ByteString value) |
Immutable.
|
Document.Builder |
Document.Builder.setJsonData(String value) |
The JSON string representation of the document.
|
Document.Builder |
Document.Builder.setJsonDataBytes(com.google.protobuf.ByteString value) |
The JSON string representation of the document.
|
Document.Builder |
Document.Builder.setName(String value) |
Immutable.
|
Document.Builder |
Document.Builder.setNameBytes(com.google.protobuf.ByteString value) |
Immutable.
|
Document.Builder |
Document.Builder.setParentDocumentId(String value) |
The identifier of the parent document.
|
Document.Builder |
Document.Builder.setParentDocumentIdBytes(com.google.protobuf.ByteString value) |
The identifier of the parent document.
|
Document.Builder |
Document.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Document.Builder |
Document.Builder.setSchemaId(String value) |
The identifier of the schema located in the same data store.
|
Document.Builder |
Document.Builder.setSchemaIdBytes(com.google.protobuf.ByteString value) |
The identifier of the schema located in the same data store.
|
Document.Builder |
Document.Builder.setStructData(com.google.protobuf.Struct value) |
The structured JSON data for the document.
|
Document.Builder |
Document.Builder.setStructData(com.google.protobuf.Struct.Builder builderForValue) |
The structured JSON data for the document.
|
Document.Builder |
Document.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Document.Builder |
Document.toBuilder() |
|