Uses of Class
com.google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata
-
Packages that use KnowledgeOperationMetadata Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of KnowledgeOperationMetadata in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return KnowledgeOperationMetadata Modifier and Type Method Description KnowledgeOperationMetadataKnowledgeOperationMetadata.Builder. build()KnowledgeOperationMetadataKnowledgeOperationMetadata.Builder. buildPartial()static KnowledgeOperationMetadataKnowledgeOperationMetadata. getDefaultInstance()KnowledgeOperationMetadataKnowledgeOperationMetadata.Builder. getDefaultInstanceForType()KnowledgeOperationMetadataKnowledgeOperationMetadata. getDefaultInstanceForType()static KnowledgeOperationMetadataKnowledgeOperationMetadata. parseDelimitedFrom(InputStream input)static KnowledgeOperationMetadataKnowledgeOperationMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KnowledgeOperationMetadataKnowledgeOperationMetadata. parseFrom(byte[] data)static KnowledgeOperationMetadataKnowledgeOperationMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KnowledgeOperationMetadataKnowledgeOperationMetadata. parseFrom(com.google.protobuf.ByteString data)static KnowledgeOperationMetadataKnowledgeOperationMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KnowledgeOperationMetadataKnowledgeOperationMetadata. parseFrom(com.google.protobuf.CodedInputStream input)static KnowledgeOperationMetadataKnowledgeOperationMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KnowledgeOperationMetadataKnowledgeOperationMetadata. parseFrom(InputStream input)static KnowledgeOperationMetadataKnowledgeOperationMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KnowledgeOperationMetadataKnowledgeOperationMetadata. parseFrom(ByteBuffer data)static KnowledgeOperationMetadataKnowledgeOperationMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type KnowledgeOperationMetadata 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.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,KnowledgeOperationMetadata>DocumentsClient. deleteDocumentAsync(DeleteDocumentRequest request)Deletes the specified document.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,KnowledgeOperationMetadata>DocumentsClient. deleteDocumentAsync(DocumentName name)Deletes the specified document.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,KnowledgeOperationMetadata>DocumentsClient. deleteDocumentAsync(String name)Deletes the specified document.com.google.api.gax.rpc.OperationCallable<DeleteDocumentRequest,com.google.protobuf.Empty,KnowledgeOperationMetadata>DocumentsClient. deleteDocumentOperationCallable()Deletes the specified document.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteDocumentRequest,com.google.protobuf.Empty,KnowledgeOperationMetadata>DocumentsSettings.Builder. deleteDocumentOperationSettings()Returns the builder for the settings used for calls to deleteDocument.com.google.api.gax.rpc.OperationCallSettings<DeleteDocumentRequest,com.google.protobuf.Empty,KnowledgeOperationMetadata>DocumentsSettings. deleteDocumentOperationSettings()Returns the object with the settings used for calls to deleteDocument.com.google.protobuf.Parser<KnowledgeOperationMetadata>KnowledgeOperationMetadata. getParserForType()com.google.api.gax.longrunning.OperationFuture<ImportDocumentsResponse,KnowledgeOperationMetadata>DocumentsClient. importDocumentsAsync(ImportDocumentsRequest request)Create documents by importing data from external sources.com.google.api.gax.rpc.OperationCallable<ImportDocumentsRequest,ImportDocumentsResponse,KnowledgeOperationMetadata>DocumentsClient. importDocumentsOperationCallable()Create documents by importing data from external sources.com.google.api.gax.rpc.OperationCallSettings.Builder<ImportDocumentsRequest,ImportDocumentsResponse,KnowledgeOperationMetadata>DocumentsSettings.Builder. importDocumentsOperationSettings()Returns the builder for the settings used for calls to importDocuments.com.google.api.gax.rpc.OperationCallSettings<ImportDocumentsRequest,ImportDocumentsResponse,KnowledgeOperationMetadata>DocumentsSettings. importDocumentsOperationSettings()Returns the object with the settings used for calls to importDocuments.static com.google.protobuf.Parser<KnowledgeOperationMetadata>KnowledgeOperationMetadata. 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 KnowledgeOperationMetadata Modifier and Type Method Description KnowledgeOperationMetadata.BuilderKnowledgeOperationMetadata.Builder. mergeFrom(KnowledgeOperationMetadata other)static KnowledgeOperationMetadata.BuilderKnowledgeOperationMetadata. newBuilder(KnowledgeOperationMetadata prototype) -
Uses of KnowledgeOperationMetadata in com.google.cloud.dialogflow.v2beta1.stub
Methods in com.google.cloud.dialogflow.v2beta1.stub that return types with arguments of type KnowledgeOperationMetadata 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.OperationCallable<DeleteDocumentRequest,com.google.protobuf.Empty,KnowledgeOperationMetadata>DocumentsStub. deleteDocumentOperationCallable()com.google.api.gax.rpc.OperationCallable<DeleteDocumentRequest,com.google.protobuf.Empty,KnowledgeOperationMetadata>GrpcDocumentsStub. deleteDocumentOperationCallable()com.google.api.gax.rpc.OperationCallable<DeleteDocumentRequest,com.google.protobuf.Empty,KnowledgeOperationMetadata>HttpJsonDocumentsStub. deleteDocumentOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteDocumentRequest,com.google.protobuf.Empty,KnowledgeOperationMetadata>DocumentsStubSettings.Builder. deleteDocumentOperationSettings()Returns the builder for the settings used for calls to deleteDocument.com.google.api.gax.rpc.OperationCallSettings<DeleteDocumentRequest,com.google.protobuf.Empty,KnowledgeOperationMetadata>DocumentsStubSettings. deleteDocumentOperationSettings()Returns the object with the settings used for calls to deleteDocument.com.google.api.gax.rpc.OperationCallable<ImportDocumentsRequest,ImportDocumentsResponse,KnowledgeOperationMetadata>DocumentsStub. importDocumentsOperationCallable()com.google.api.gax.rpc.OperationCallable<ImportDocumentsRequest,ImportDocumentsResponse,KnowledgeOperationMetadata>GrpcDocumentsStub. importDocumentsOperationCallable()com.google.api.gax.rpc.OperationCallable<ImportDocumentsRequest,ImportDocumentsResponse,KnowledgeOperationMetadata>HttpJsonDocumentsStub. importDocumentsOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<ImportDocumentsRequest,ImportDocumentsResponse,KnowledgeOperationMetadata>DocumentsStubSettings.Builder. importDocumentsOperationSettings()Returns the builder for the settings used for calls to importDocuments.com.google.api.gax.rpc.OperationCallSettings<ImportDocumentsRequest,ImportDocumentsResponse,KnowledgeOperationMetadata>DocumentsStubSettings. importDocumentsOperationSettings()Returns the object with the settings used for calls to importDocuments.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.
-