Uses of Class
com.google.cloud.discoveryengine.v1.DocumentInfo
-
Packages that use DocumentInfo Package Description com.google.cloud.discoveryengine.v1 A client to Discovery Engine API -
-
Uses of DocumentInfo in com.google.cloud.discoveryengine.v1
Methods in com.google.cloud.discoveryengine.v1 that return DocumentInfo Modifier and Type Method Description DocumentInfoDocumentInfo.Builder. build()DocumentInfoDocumentInfo.Builder. buildPartial()static DocumentInfoDocumentInfo. getDefaultInstance()DocumentInfoDocumentInfo.Builder. getDefaultInstanceForType()DocumentInfoDocumentInfo. getDefaultInstanceForType()DocumentInfoUserEvent.Builder. getDocuments(int index)List of [Document][google.cloud.discoveryengine.v1.Document]s associated with this user event.DocumentInfoUserEvent. getDocuments(int index)List of [Document][google.cloud.discoveryengine.v1.Document]s associated with this user event.DocumentInfoUserEventOrBuilder. getDocuments(int index)List of [Document][google.cloud.discoveryengine.v1.Document]s associated with this user event.static DocumentInfoDocumentInfo. parseDelimitedFrom(InputStream input)static DocumentInfoDocumentInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DocumentInfoDocumentInfo. parseFrom(byte[] data)static DocumentInfoDocumentInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DocumentInfoDocumentInfo. parseFrom(com.google.protobuf.ByteString data)static DocumentInfoDocumentInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DocumentInfoDocumentInfo. parseFrom(com.google.protobuf.CodedInputStream input)static DocumentInfoDocumentInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DocumentInfoDocumentInfo. parseFrom(InputStream input)static DocumentInfoDocumentInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DocumentInfoDocumentInfo. parseFrom(ByteBuffer data)static DocumentInfoDocumentInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.discoveryengine.v1 that return types with arguments of type DocumentInfo Modifier and Type Method Description List<DocumentInfo>UserEvent.Builder. getDocumentsList()List of [Document][google.cloud.discoveryengine.v1.Document]s associated with this user event.List<DocumentInfo>UserEvent. getDocumentsList()List of [Document][google.cloud.discoveryengine.v1.Document]s associated with this user event.List<DocumentInfo>UserEventOrBuilder. getDocumentsList()List of [Document][google.cloud.discoveryengine.v1.Document]s associated with this user event.com.google.protobuf.Parser<DocumentInfo>DocumentInfo. getParserForType()static com.google.protobuf.Parser<DocumentInfo>DocumentInfo. parser()Methods in com.google.cloud.discoveryengine.v1 with parameters of type DocumentInfo Modifier and Type Method Description UserEvent.BuilderUserEvent.Builder. addDocuments(int index, DocumentInfo value)List of [Document][google.cloud.discoveryengine.v1.Document]s associated with this user event.UserEvent.BuilderUserEvent.Builder. addDocuments(DocumentInfo value)List of [Document][google.cloud.discoveryengine.v1.Document]s associated with this user event.DocumentInfo.BuilderDocumentInfo.Builder. mergeFrom(DocumentInfo other)static DocumentInfo.BuilderDocumentInfo. newBuilder(DocumentInfo prototype)UserEvent.BuilderUserEvent.Builder. setDocuments(int index, DocumentInfo value)List of [Document][google.cloud.discoveryengine.v1.Document]s associated with this user event.Method parameters in com.google.cloud.discoveryengine.v1 with type arguments of type DocumentInfo Modifier and Type Method Description UserEvent.BuilderUserEvent.Builder. addAllDocuments(Iterable<? extends DocumentInfo> values)List of [Document][google.cloud.discoveryengine.v1.Document]s associated with this user event.
-