Uses of Class
com.google.cloud.dialogflow.v2.UpdateDocumentRequest
-
Packages that use UpdateDocumentRequest Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of UpdateDocumentRequest in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return UpdateDocumentRequest Modifier and Type Method Description UpdateDocumentRequest
UpdateDocumentRequest.Builder. build()
UpdateDocumentRequest
UpdateDocumentRequest.Builder. buildPartial()
static UpdateDocumentRequest
UpdateDocumentRequest. getDefaultInstance()
UpdateDocumentRequest
UpdateDocumentRequest.Builder. getDefaultInstanceForType()
UpdateDocumentRequest
UpdateDocumentRequest. getDefaultInstanceForType()
static UpdateDocumentRequest
UpdateDocumentRequest. parseDelimitedFrom(InputStream input)
static UpdateDocumentRequest
UpdateDocumentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateDocumentRequest
UpdateDocumentRequest. parseFrom(byte[] data)
static UpdateDocumentRequest
UpdateDocumentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateDocumentRequest
UpdateDocumentRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateDocumentRequest
UpdateDocumentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateDocumentRequest
UpdateDocumentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateDocumentRequest
UpdateDocumentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateDocumentRequest
UpdateDocumentRequest. parseFrom(InputStream input)
static UpdateDocumentRequest
UpdateDocumentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateDocumentRequest
UpdateDocumentRequest. parseFrom(ByteBuffer data)
static UpdateDocumentRequest
UpdateDocumentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2 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.v2 with parameters of type UpdateDocumentRequest Modifier and Type Method Description UpdateDocumentRequest.Builder
UpdateDocumentRequest.Builder. mergeFrom(UpdateDocumentRequest other)
static UpdateDocumentRequest.Builder
UpdateDocumentRequest. newBuilder(UpdateDocumentRequest prototype)
default void
DocumentsGrpc.AsyncService. updateDocument(UpdateDocumentRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates the specified document.com.google.longrunning.Operation
DocumentsGrpc.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.void
DocumentsGrpc.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.v2.stub
Methods in com.google.cloud.dialogflow.v2.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.
-