| Modifier and Type | Method and Description |
|---|---|
DocumentInfo.Builder |
DocumentInfo.Builder.addAllPromotionIds(Iterable<String> values)
The promotion IDs associated with this Document.
|
DocumentInfo.Builder |
PanelInfo.Builder.addDocumentsBuilder()
Optional.
|
DocumentInfo.Builder |
UserEvent.Builder.addDocumentsBuilder()
List of [Document][google.cloud.discoveryengine.v1beta.Document]s
associated with this user event.
|
DocumentInfo.Builder |
PanelInfo.Builder.addDocumentsBuilder(int index)
Optional.
|
DocumentInfo.Builder |
UserEvent.Builder.addDocumentsBuilder(int index)
List of [Document][google.cloud.discoveryengine.v1beta.Document]s
associated with this user event.
|
DocumentInfo.Builder |
DocumentInfo.Builder.addPromotionIds(String value)
The promotion IDs associated with this Document.
|
DocumentInfo.Builder |
DocumentInfo.Builder.addPromotionIdsBytes(com.google.protobuf.ByteString value)
The promotion IDs associated with this Document.
|
DocumentInfo.Builder |
DocumentInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DocumentInfo.Builder |
DocumentInfo.Builder.clear() |
DocumentInfo.Builder |
DocumentInfo.Builder.clearDocumentDescriptor() |
DocumentInfo.Builder |
DocumentInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
DocumentInfo.Builder |
DocumentInfo.Builder.clearId()
The [Document][google.cloud.discoveryengine.v1beta.Document] resource ID.
|
DocumentInfo.Builder |
DocumentInfo.Builder.clearJoined()
Output only.
|
DocumentInfo.Builder |
DocumentInfo.Builder.clearName()
The [Document][google.cloud.discoveryengine.v1beta.Document] resource
full name, of the form:
`projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/branches/{branch_id}/documents/{document_id}`
string name = 2 [(.google.api.resource_reference) = { ... } |
DocumentInfo.Builder |
DocumentInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DocumentInfo.Builder |
DocumentInfo.Builder.clearPromotionIds()
The promotion IDs associated with this Document.
|
DocumentInfo.Builder |
DocumentInfo.Builder.clearQuantity()
Quantity of the Document associated with the user event.
|
DocumentInfo.Builder |
DocumentInfo.Builder.clearUri()
The [Document][google.cloud.discoveryengine.v1beta.Document] URI - only
allowed for website data stores.
|
DocumentInfo.Builder |
DocumentInfo.Builder.clone() |
DocumentInfo.Builder |
PanelInfo.Builder.getDocumentsBuilder(int index)
Optional.
|
DocumentInfo.Builder |
UserEvent.Builder.getDocumentsBuilder(int index)
List of [Document][google.cloud.discoveryengine.v1beta.Document]s
associated with this user event.
|
DocumentInfo.Builder |
DocumentInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DocumentInfo.Builder |
DocumentInfo.Builder.mergeFrom(DocumentInfo other) |
DocumentInfo.Builder |
DocumentInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
DocumentInfo.Builder |
DocumentInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static DocumentInfo.Builder |
DocumentInfo.newBuilder() |
static DocumentInfo.Builder |
DocumentInfo.newBuilder(DocumentInfo prototype) |
DocumentInfo.Builder |
DocumentInfo.newBuilderForType() |
protected DocumentInfo.Builder |
DocumentInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
DocumentInfo.Builder |
DocumentInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DocumentInfo.Builder |
DocumentInfo.Builder.setId(String value)
The [Document][google.cloud.discoveryengine.v1beta.Document] resource ID.
|
DocumentInfo.Builder |
DocumentInfo.Builder.setIdBytes(com.google.protobuf.ByteString value)
The [Document][google.cloud.discoveryengine.v1beta.Document] resource ID.
|
DocumentInfo.Builder |
DocumentInfo.Builder.setJoined(boolean value)
Output only.
|
DocumentInfo.Builder |
DocumentInfo.Builder.setName(String value)
The [Document][google.cloud.discoveryengine.v1beta.Document] resource
full name, of the form:
`projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/branches/{branch_id}/documents/{document_id}`
string name = 2 [(.google.api.resource_reference) = { ... } |
DocumentInfo.Builder |
DocumentInfo.Builder.setNameBytes(com.google.protobuf.ByteString value)
The [Document][google.cloud.discoveryengine.v1beta.Document] resource
full name, of the form:
`projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/branches/{branch_id}/documents/{document_id}`
string name = 2 [(.google.api.resource_reference) = { ... } |
DocumentInfo.Builder |
DocumentInfo.Builder.setPromotionIds(int index,
String value)
The promotion IDs associated with this Document.
|
DocumentInfo.Builder |
DocumentInfo.Builder.setQuantity(int value)
Quantity of the Document associated with the user event.
|
DocumentInfo.Builder |
DocumentInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
DocumentInfo.Builder |
DocumentInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DocumentInfo.Builder |
DocumentInfo.Builder.setUri(String value)
The [Document][google.cloud.discoveryengine.v1beta.Document] URI - only
allowed for website data stores.
|
DocumentInfo.Builder |
DocumentInfo.Builder.setUriBytes(com.google.protobuf.ByteString value)
The [Document][google.cloud.discoveryengine.v1beta.Document] URI - only
allowed for website data stores.
|
DocumentInfo.Builder |
DocumentInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentInfo.Builder> |
PanelInfo.Builder.getDocumentsBuilderList()
Optional.
|
List<DocumentInfo.Builder> |
UserEvent.Builder.getDocumentsBuilderList()
List of [Document][google.cloud.discoveryengine.v1beta.Document]s
associated with this user event.
|
| Modifier and Type | Method and Description |
|---|---|
PanelInfo.Builder |
PanelInfo.Builder.addDocuments(DocumentInfo.Builder builderForValue)
Optional.
|
UserEvent.Builder |
UserEvent.Builder.addDocuments(DocumentInfo.Builder builderForValue)
List of [Document][google.cloud.discoveryengine.v1beta.Document]s
associated with this user event.
|
PanelInfo.Builder |
PanelInfo.Builder.addDocuments(int index,
DocumentInfo.Builder builderForValue)
Optional.
|
UserEvent.Builder |
UserEvent.Builder.addDocuments(int index,
DocumentInfo.Builder builderForValue)
List of [Document][google.cloud.discoveryengine.v1beta.Document]s
associated with this user event.
|
PanelInfo.Builder |
PanelInfo.Builder.setDocuments(int index,
DocumentInfo.Builder builderForValue)
Optional.
|
UserEvent.Builder |
UserEvent.Builder.setDocuments(int index,
DocumentInfo.Builder builderForValue)
List of [Document][google.cloud.discoveryengine.v1beta.Document]s
associated with this user event.
|
Copyright © 2025 Google LLC. All rights reserved.