DocumentInfo.Builder |
DocumentInfo.Builder.addAllPromotionIds(Iterable<String> values) |
The promotion IDs associated with this Document.
|
DocumentInfo.Builder |
UserEvent.Builder.addDocumentsBuilder() |
List of [Document][google.cloud.discoveryengine.v1.Document]s associated
with this user event.
|
DocumentInfo.Builder |
UserEvent.Builder.addDocumentsBuilder(int index) |
List of [Document][google.cloud.discoveryengine.v1.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.v1.Document] resource ID.
|
DocumentInfo.Builder |
DocumentInfo.Builder.clearName() |
The [Document][google.cloud.discoveryengine.v1.Document] resource full
name, of the form:
`projects/{project_id}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/branches/{branch_id}/documents/{document_id}`
|
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.v1.Document] URI - only
allowed for website data stores.
|
DocumentInfo.Builder |
DocumentInfo.Builder.clone() |
|
DocumentInfo.Builder |
UserEvent.Builder.getDocumentsBuilder(int index) |
List of [Document][google.cloud.discoveryengine.v1.Document]s associated
with this user event.
|
DocumentInfo.Builder |
DocumentInfo.Builder.mergeFrom(DocumentInfo other) |
|
DocumentInfo.Builder |
DocumentInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
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.v1.Document] resource ID.
|
DocumentInfo.Builder |
DocumentInfo.Builder.setIdBytes(com.google.protobuf.ByteString value) |
The [Document][google.cloud.discoveryengine.v1.Document] resource ID.
|
DocumentInfo.Builder |
DocumentInfo.Builder.setName(String value) |
The [Document][google.cloud.discoveryengine.v1.Document] resource full
name, of the form:
`projects/{project_id}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/branches/{branch_id}/documents/{document_id}`
|
DocumentInfo.Builder |
DocumentInfo.Builder.setNameBytes(com.google.protobuf.ByteString value) |
The [Document][google.cloud.discoveryengine.v1.Document] resource full
name, of the form:
`projects/{project_id}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/branches/{branch_id}/documents/{document_id}`
|
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.v1.Document] URI - only
allowed for website data stores.
|
DocumentInfo.Builder |
DocumentInfo.Builder.setUriBytes(com.google.protobuf.ByteString value) |
The [Document][google.cloud.discoveryengine.v1.Document] URI - only
allowed for website data stores.
|
DocumentInfo.Builder |
DocumentInfo.toBuilder() |
|