Uses of Class
com.google.cloud.dialogflow.v2beta1.Document
-
Packages that use Document Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of Document in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return Document Modifier and Type Method Description Document
Document.Builder. build()
Document
Document.Builder. buildPartial()
static Document
Document. getDefaultInstance()
Document
Document.Builder. getDefaultInstanceForType()
Document
Document. getDefaultInstanceForType()
Document
CreateDocumentRequest.Builder. getDocument()
Required.Document
CreateDocumentRequest. getDocument()
Required.Document
CreateDocumentRequestOrBuilder. getDocument()
Required.Document
DocumentsClient. getDocument(DocumentName name)
Retrieves the specified document.Document
DocumentsClient. getDocument(GetDocumentRequest request)
Retrieves the specified document.Document
DocumentsClient. getDocument(String name)
Retrieves the specified document.Document
DocumentsGrpc.DocumentsBlockingStub. getDocument(GetDocumentRequest request)
Retrieves the specified document.Document
UpdateDocumentRequest.Builder. getDocument()
Required.Document
UpdateDocumentRequest. getDocument()
Required.Document
UpdateDocumentRequestOrBuilder. getDocument()
Required.Document
ListDocumentsResponse.Builder. getDocuments(int index)
The list of documents.Document
ListDocumentsResponse. getDocuments(int index)
The list of documents.Document
ListDocumentsResponseOrBuilder. getDocuments(int index)
The list of documents.static Document
Document. parseDelimitedFrom(InputStream input)
static Document
Document. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document
Document. parseFrom(byte[] data)
static Document
Document. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document
Document. parseFrom(com.google.protobuf.ByteString data)
static Document
Document. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document
Document. parseFrom(com.google.protobuf.CodedInputStream input)
static Document
Document. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document
Document. parseFrom(InputStream input)
static Document
Document. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Document
Document. parseFrom(ByteBuffer data)
static Document
Document. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type Document Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Document,KnowledgeOperationMetadata>
DocumentsClient. createDocumentAsync(CreateDocumentRequest request)
Creates a new document.com.google.api.gax.longrunning.OperationFuture<Document,KnowledgeOperationMetadata>
DocumentsClient. createDocumentAsync(KnowledgeBaseName parent, Document document)
Creates a new document.com.google.api.gax.longrunning.OperationFuture<Document,KnowledgeOperationMetadata>
DocumentsClient. createDocumentAsync(String parent, Document document)
Creates a new document.com.google.api.gax.rpc.OperationCallable<CreateDocumentRequest,Document,KnowledgeOperationMetadata>
DocumentsClient. createDocumentOperationCallable()
Creates a new document.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateDocumentRequest,Document,KnowledgeOperationMetadata>
DocumentsSettings.Builder. createDocumentOperationSettings()
Returns the builder for the settings used for calls to createDocument.com.google.api.gax.rpc.OperationCallSettings<CreateDocumentRequest,Document,KnowledgeOperationMetadata>
DocumentsSettings. createDocumentOperationSettings()
Returns the object with the settings used for calls to createDocument.com.google.common.util.concurrent.ListenableFuture<Document>
DocumentsGrpc.DocumentsFutureStub. getDocument(GetDocumentRequest request)
Retrieves the specified document.com.google.api.gax.rpc.UnaryCallable<GetDocumentRequest,Document>
DocumentsClient. getDocumentCallable()
Retrieves the specified document.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDocumentRequest,Document>
DocumentsSettings.Builder. getDocumentSettings()
Returns the builder for the settings used for calls to getDocument.com.google.api.gax.rpc.UnaryCallSettings<GetDocumentRequest,Document>
DocumentsSettings. getDocumentSettings()
Returns the object with the settings used for calls to getDocument.List<Document>
ListDocumentsResponse.Builder. getDocumentsList()
The list of documents.List<Document>
ListDocumentsResponse. getDocumentsList()
The list of documents.List<Document>
ListDocumentsResponseOrBuilder. getDocumentsList()
The list of documents.static io.grpc.MethodDescriptor<GetDocumentRequest,Document>
DocumentsGrpc. getGetDocumentMethod()
com.google.protobuf.Parser<Document>
Document. getParserForType()
static com.google.protobuf.Parser<Document>
Document. parser()
com.google.api.gax.longrunning.OperationFuture<Document,KnowledgeOperationMetadata>
DocumentsClient. reloadDocumentAsync(DocumentName name, GcsSource gcsSource)
Reloads the specified document from its specified source, content_uri or content.com.google.api.gax.longrunning.OperationFuture<Document,KnowledgeOperationMetadata>
DocumentsClient. reloadDocumentAsync(ReloadDocumentRequest request)
Reloads the specified document from its specified source, content_uri or content.com.google.api.gax.longrunning.OperationFuture<Document,KnowledgeOperationMetadata>
DocumentsClient. reloadDocumentAsync(String name, GcsSource gcsSource)
Reloads the specified document from its specified source, content_uri or content.com.google.api.gax.rpc.OperationCallable<ReloadDocumentRequest,Document,KnowledgeOperationMetadata>
DocumentsClient. reloadDocumentOperationCallable()
Reloads the specified document from its specified source, content_uri or content.com.google.api.gax.rpc.OperationCallSettings.Builder<ReloadDocumentRequest,Document,KnowledgeOperationMetadata>
DocumentsSettings.Builder. reloadDocumentOperationSettings()
Returns the builder for the settings used for calls to reloadDocument.com.google.api.gax.rpc.OperationCallSettings<ReloadDocumentRequest,Document,KnowledgeOperationMetadata>
DocumentsSettings. reloadDocumentOperationSettings()
Returns the object with the settings used for calls to reloadDocument.com.google.api.gax.longrunning.OperationFuture<Document,KnowledgeOperationMetadata>
DocumentsClient. updateDocumentAsync(Document document)
Updates the specified document.com.google.api.gax.longrunning.OperationFuture<Document,KnowledgeOperationMetadata>
DocumentsClient. updateDocumentAsync(Document document, com.google.protobuf.FieldMask updateMask)
Updates the specified document.com.google.api.gax.longrunning.OperationFuture<Document,KnowledgeOperationMetadata>
DocumentsClient. updateDocumentAsync(UpdateDocumentRequest request)
Updates the specified document.com.google.api.gax.rpc.OperationCallable<UpdateDocumentRequest,Document,KnowledgeOperationMetadata>
DocumentsClient. updateDocumentOperationCallable()
Updates the specified document.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateDocumentRequest,Document,KnowledgeOperationMetadata>
DocumentsSettings.Builder. updateDocumentOperationSettings()
Returns the builder for the settings used for calls to updateDocument.com.google.api.gax.rpc.OperationCallSettings<UpdateDocumentRequest,Document,KnowledgeOperationMetadata>
DocumentsSettings. updateDocumentOperationSettings()
Returns the object with the settings used for calls to updateDocument.Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type Document Modifier and Type Method Description ListDocumentsResponse.Builder
ListDocumentsResponse.Builder. addDocuments(int index, Document value)
The list of documents.ListDocumentsResponse.Builder
ListDocumentsResponse.Builder. addDocuments(Document value)
The list of documents.com.google.api.gax.longrunning.OperationFuture<Document,KnowledgeOperationMetadata>
DocumentsClient. createDocumentAsync(KnowledgeBaseName parent, Document document)
Creates a new document.com.google.api.gax.longrunning.OperationFuture<Document,KnowledgeOperationMetadata>
DocumentsClient. createDocumentAsync(String parent, Document document)
Creates a new document.CreateDocumentRequest.Builder
CreateDocumentRequest.Builder. mergeDocument(Document value)
Required.UpdateDocumentRequest.Builder
UpdateDocumentRequest.Builder. mergeDocument(Document value)
Required.Document.Builder
Document.Builder. mergeFrom(Document other)
static Document.Builder
Document. newBuilder(Document prototype)
CreateDocumentRequest.Builder
CreateDocumentRequest.Builder. setDocument(Document value)
Required.UpdateDocumentRequest.Builder
UpdateDocumentRequest.Builder. setDocument(Document value)
Required.ListDocumentsResponse.Builder
ListDocumentsResponse.Builder. setDocuments(int index, Document value)
The list of documents.com.google.api.gax.longrunning.OperationFuture<Document,KnowledgeOperationMetadata>
DocumentsClient. updateDocumentAsync(Document document)
Updates the specified document.com.google.api.gax.longrunning.OperationFuture<Document,KnowledgeOperationMetadata>
DocumentsClient. updateDocumentAsync(Document document, com.google.protobuf.FieldMask updateMask)
Updates the specified document.Method parameters in com.google.cloud.dialogflow.v2beta1 with type arguments of type Document Modifier and Type Method Description ListDocumentsResponse.Builder
ListDocumentsResponse.Builder. addAllDocuments(Iterable<? extends Document> values)
The list of documents.static com.google.api.core.ApiFuture<DocumentsClient.ListDocumentsPagedResponse>
DocumentsClient.ListDocumentsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDocumentsRequest,ListDocumentsResponse,Document> context, com.google.api.core.ApiFuture<ListDocumentsResponse> futureResponse)
protected DocumentsClient.ListDocumentsPage
DocumentsClient.ListDocumentsPage. createPage(com.google.api.gax.rpc.PageContext<ListDocumentsRequest,ListDocumentsResponse,Document> context, ListDocumentsResponse response)
com.google.api.core.ApiFuture<DocumentsClient.ListDocumentsPage>
DocumentsClient.ListDocumentsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDocumentsRequest,ListDocumentsResponse,Document> context, com.google.api.core.ApiFuture<ListDocumentsResponse> futureResponse)
default void
DocumentsGrpc.AsyncService. getDocument(GetDocumentRequest request, io.grpc.stub.StreamObserver<Document> responseObserver)
Retrieves the specified document.void
DocumentsGrpc.DocumentsStub. getDocument(GetDocumentRequest request, io.grpc.stub.StreamObserver<Document> responseObserver)
Retrieves the specified document. -
Uses of Document in com.google.cloud.dialogflow.v2beta1.stub
Methods in com.google.cloud.dialogflow.v2beta1.stub that return types with arguments of type Document Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateDocumentRequest,Document,KnowledgeOperationMetadata>
DocumentsStub. createDocumentOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateDocumentRequest,Document,KnowledgeOperationMetadata>
GrpcDocumentsStub. createDocumentOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateDocumentRequest,Document,KnowledgeOperationMetadata>
HttpJsonDocumentsStub. createDocumentOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateDocumentRequest,Document,KnowledgeOperationMetadata>
DocumentsStubSettings.Builder. createDocumentOperationSettings()
Returns the builder for the settings used for calls to createDocument.com.google.api.gax.rpc.OperationCallSettings<CreateDocumentRequest,Document,KnowledgeOperationMetadata>
DocumentsStubSettings. createDocumentOperationSettings()
Returns the object with the settings used for calls to createDocument.com.google.api.gax.rpc.UnaryCallable<GetDocumentRequest,Document>
DocumentsStub. getDocumentCallable()
com.google.api.gax.rpc.UnaryCallable<GetDocumentRequest,Document>
GrpcDocumentsStub. getDocumentCallable()
com.google.api.gax.rpc.UnaryCallable<GetDocumentRequest,Document>
HttpJsonDocumentsStub. getDocumentCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDocumentRequest,Document>
DocumentsStubSettings.Builder. getDocumentSettings()
Returns the builder for the settings used for calls to getDocument.com.google.api.gax.rpc.UnaryCallSettings<GetDocumentRequest,Document>
DocumentsStubSettings. getDocumentSettings()
Returns the object with the settings used for calls to getDocument.com.google.api.gax.rpc.OperationCallable<ReloadDocumentRequest,Document,KnowledgeOperationMetadata>
DocumentsStub. reloadDocumentOperationCallable()
com.google.api.gax.rpc.OperationCallable<ReloadDocumentRequest,Document,KnowledgeOperationMetadata>
GrpcDocumentsStub. reloadDocumentOperationCallable()
com.google.api.gax.rpc.OperationCallable<ReloadDocumentRequest,Document,KnowledgeOperationMetadata>
HttpJsonDocumentsStub. reloadDocumentOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<ReloadDocumentRequest,Document,KnowledgeOperationMetadata>
DocumentsStubSettings.Builder. reloadDocumentOperationSettings()
Returns the builder for the settings used for calls to reloadDocument.com.google.api.gax.rpc.OperationCallSettings<ReloadDocumentRequest,Document,KnowledgeOperationMetadata>
DocumentsStubSettings. reloadDocumentOperationSettings()
Returns the object with the settings used for calls to reloadDocument.com.google.api.gax.rpc.OperationCallable<UpdateDocumentRequest,Document,KnowledgeOperationMetadata>
DocumentsStub. updateDocumentOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateDocumentRequest,Document,KnowledgeOperationMetadata>
GrpcDocumentsStub. updateDocumentOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateDocumentRequest,Document,KnowledgeOperationMetadata>
HttpJsonDocumentsStub. updateDocumentOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateDocumentRequest,Document,KnowledgeOperationMetadata>
DocumentsStubSettings.Builder. updateDocumentOperationSettings()
Returns the builder for the settings used for calls to updateDocument.com.google.api.gax.rpc.OperationCallSettings<UpdateDocumentRequest,Document,KnowledgeOperationMetadata>
DocumentsStubSettings. updateDocumentOperationSettings()
Returns the object with the settings used for calls to updateDocument.
-