Uses of Class
com.google.cloud.dialogflow.v2beta1.UpdateDocumentRequest
-
Packages that use UpdateDocumentRequest Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of UpdateDocumentRequest in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return UpdateDocumentRequest Modifier and Type Method Description UpdateDocumentRequestUpdateDocumentRequest.Builder. build()UpdateDocumentRequestUpdateDocumentRequest.Builder. buildPartial()static UpdateDocumentRequestUpdateDocumentRequest. getDefaultInstance()UpdateDocumentRequestUpdateDocumentRequest.Builder. getDefaultInstanceForType()UpdateDocumentRequestUpdateDocumentRequest. getDefaultInstanceForType()static UpdateDocumentRequestUpdateDocumentRequest. parseDelimitedFrom(InputStream input)static UpdateDocumentRequestUpdateDocumentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateDocumentRequestUpdateDocumentRequest. parseFrom(byte[] data)static UpdateDocumentRequestUpdateDocumentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateDocumentRequestUpdateDocumentRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateDocumentRequestUpdateDocumentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateDocumentRequestUpdateDocumentRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateDocumentRequestUpdateDocumentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateDocumentRequestUpdateDocumentRequest. parseFrom(InputStream input)static UpdateDocumentRequestUpdateDocumentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateDocumentRequestUpdateDocumentRequest. parseFrom(ByteBuffer data)static UpdateDocumentRequestUpdateDocumentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type UpdateDocumentRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateDocumentRequest>UpdateDocumentRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateDocumentRequest,com.google.longrunning.Operation>DocumentsGrpc. getUpdateDocumentMethod()static com.google.protobuf.Parser<UpdateDocumentRequest>UpdateDocumentRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateDocumentRequest,com.google.longrunning.Operation>DocumentsClient. updateDocumentCallable()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.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateDocumentRequest,com.google.longrunning.Operation>DocumentsSettings.Builder. updateDocumentSettings()Returns the builder for the settings used for calls to updateDocument.com.google.api.gax.rpc.UnaryCallSettings<UpdateDocumentRequest,com.google.longrunning.Operation>DocumentsSettings. updateDocumentSettings()Returns the object with the settings used for calls to updateDocument.Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type UpdateDocumentRequest Modifier and Type Method Description UpdateDocumentRequest.BuilderUpdateDocumentRequest.Builder. mergeFrom(UpdateDocumentRequest other)static UpdateDocumentRequest.BuilderUpdateDocumentRequest. newBuilder(UpdateDocumentRequest prototype)default voidDocumentsGrpc.AsyncService. updateDocument(UpdateDocumentRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Updates the specified document.com.google.longrunning.OperationDocumentsGrpc.DocumentsBlockingStub. updateDocument(UpdateDocumentRequest request)Updates the specified document.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>DocumentsGrpc.DocumentsFutureStub. updateDocument(UpdateDocumentRequest request)Updates the specified document.voidDocumentsGrpc.DocumentsStub. updateDocument(UpdateDocumentRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Updates the specified document.com.google.api.gax.longrunning.OperationFuture<Document,KnowledgeOperationMetadata>DocumentsClient. updateDocumentAsync(UpdateDocumentRequest request)Updates the specified document. -
Uses of UpdateDocumentRequest in com.google.cloud.dialogflow.v2beta1.stub
Methods in com.google.cloud.dialogflow.v2beta1.stub that return types with arguments of type UpdateDocumentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateDocumentRequest,com.google.longrunning.Operation>DocumentsStub. updateDocumentCallable()com.google.api.gax.rpc.UnaryCallable<UpdateDocumentRequest,com.google.longrunning.Operation>GrpcDocumentsStub. updateDocumentCallable()com.google.api.gax.rpc.UnaryCallable<UpdateDocumentRequest,com.google.longrunning.Operation>HttpJsonDocumentsStub. updateDocumentCallable()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.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateDocumentRequest,com.google.longrunning.Operation>DocumentsStubSettings.Builder. updateDocumentSettings()Returns the builder for the settings used for calls to updateDocument.com.google.api.gax.rpc.UnaryCallSettings<UpdateDocumentRequest,com.google.longrunning.Operation>DocumentsStubSettings. updateDocumentSettings()Returns the object with the settings used for calls to updateDocument.
-