| Modifier and Type | Method and Description |
|---|---|
DocumentInfo |
DocumentInfo.Builder.build() |
DocumentInfo |
DocumentInfo.Builder.buildPartial() |
static DocumentInfo |
DocumentInfo.getDefaultInstance() |
DocumentInfo |
DocumentInfo.getDefaultInstanceForType() |
DocumentInfo |
DocumentInfo.Builder.getDefaultInstanceForType() |
DocumentInfo |
UserEventOrBuilder.getDocuments(int index)
List of [Document][google.cloud.discoveryengine.v1alpha.Document]s
associated with this user event.
|
DocumentInfo |
UserEvent.getDocuments(int index)
List of [Document][google.cloud.discoveryengine.v1alpha.Document]s
associated with this user event.
|
DocumentInfo |
UserEvent.Builder.getDocuments(int index)
List of [Document][google.cloud.discoveryengine.v1alpha.Document]s
associated with this user event.
|
static DocumentInfo |
DocumentInfo.parseDelimitedFrom(InputStream input) |
static DocumentInfo |
DocumentInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DocumentInfo |
DocumentInfo.parseFrom(byte[] data) |
static DocumentInfo |
DocumentInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DocumentInfo |
DocumentInfo.parseFrom(ByteBuffer data) |
static DocumentInfo |
DocumentInfo.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DocumentInfo |
DocumentInfo.parseFrom(com.google.protobuf.ByteString data) |
static DocumentInfo |
DocumentInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DocumentInfo |
DocumentInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static DocumentInfo |
DocumentInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DocumentInfo |
DocumentInfo.parseFrom(InputStream input) |
static DocumentInfo |
DocumentInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentInfo> |
UserEventOrBuilder.getDocumentsList()
List of [Document][google.cloud.discoveryengine.v1alpha.Document]s
associated with this user event.
|
List<DocumentInfo> |
UserEvent.getDocumentsList()
List of [Document][google.cloud.discoveryengine.v1alpha.Document]s
associated with this user event.
|
List<DocumentInfo> |
UserEvent.Builder.getDocumentsList()
List of [Document][google.cloud.discoveryengine.v1alpha.Document]s
associated with this user event.
|
com.google.protobuf.Parser<DocumentInfo> |
DocumentInfo.getParserForType() |
static com.google.protobuf.Parser<DocumentInfo> |
DocumentInfo.parser() |
| Modifier and Type | Method and Description |
|---|---|
UserEvent.Builder |
UserEvent.Builder.addDocuments(DocumentInfo value)
List of [Document][google.cloud.discoveryengine.v1alpha.Document]s
associated with this user event.
|
UserEvent.Builder |
UserEvent.Builder.addDocuments(int index,
DocumentInfo value)
List of [Document][google.cloud.discoveryengine.v1alpha.Document]s
associated with this user event.
|
DocumentInfo.Builder |
DocumentInfo.Builder.mergeFrom(DocumentInfo other) |
static DocumentInfo.Builder |
DocumentInfo.newBuilder(DocumentInfo prototype) |
UserEvent.Builder |
UserEvent.Builder.setDocuments(int index,
DocumentInfo value)
List of [Document][google.cloud.discoveryengine.v1alpha.Document]s
associated with this user event.
|
| Modifier and Type | Method and Description |
|---|---|
UserEvent.Builder |
UserEvent.Builder.addAllDocuments(Iterable<? extends DocumentInfo> values)
List of [Document][google.cloud.discoveryengine.v1alpha.Document]s
associated with this user event.
|
Copyright © 2024 Google LLC. All rights reserved.