Uses of Class
com.google.cloud.dialogflow.v2beta1.UpdateKnowledgeBaseRequest
-
Packages that use UpdateKnowledgeBaseRequest Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of UpdateKnowledgeBaseRequest in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return UpdateKnowledgeBaseRequest Modifier and Type Method Description UpdateKnowledgeBaseRequestUpdateKnowledgeBaseRequest.Builder. build()UpdateKnowledgeBaseRequestUpdateKnowledgeBaseRequest.Builder. buildPartial()static UpdateKnowledgeBaseRequestUpdateKnowledgeBaseRequest. getDefaultInstance()UpdateKnowledgeBaseRequestUpdateKnowledgeBaseRequest.Builder. getDefaultInstanceForType()UpdateKnowledgeBaseRequestUpdateKnowledgeBaseRequest. getDefaultInstanceForType()static UpdateKnowledgeBaseRequestUpdateKnowledgeBaseRequest. parseDelimitedFrom(InputStream input)static UpdateKnowledgeBaseRequestUpdateKnowledgeBaseRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateKnowledgeBaseRequestUpdateKnowledgeBaseRequest. parseFrom(byte[] data)static UpdateKnowledgeBaseRequestUpdateKnowledgeBaseRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateKnowledgeBaseRequestUpdateKnowledgeBaseRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateKnowledgeBaseRequestUpdateKnowledgeBaseRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateKnowledgeBaseRequestUpdateKnowledgeBaseRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateKnowledgeBaseRequestUpdateKnowledgeBaseRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateKnowledgeBaseRequestUpdateKnowledgeBaseRequest. parseFrom(InputStream input)static UpdateKnowledgeBaseRequestUpdateKnowledgeBaseRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateKnowledgeBaseRequestUpdateKnowledgeBaseRequest. parseFrom(ByteBuffer data)static UpdateKnowledgeBaseRequestUpdateKnowledgeBaseRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type UpdateKnowledgeBaseRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateKnowledgeBaseRequest>UpdateKnowledgeBaseRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateKnowledgeBaseRequest,KnowledgeBase>KnowledgeBasesGrpc. getUpdateKnowledgeBaseMethod()static com.google.protobuf.Parser<UpdateKnowledgeBaseRequest>UpdateKnowledgeBaseRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateKnowledgeBaseRequest,KnowledgeBase>KnowledgeBasesClient. updateKnowledgeBaseCallable()Updates the specified knowledge base.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateKnowledgeBaseRequest,KnowledgeBase>KnowledgeBasesSettings.Builder. updateKnowledgeBaseSettings()Returns the builder for the settings used for calls to updateKnowledgeBase.com.google.api.gax.rpc.UnaryCallSettings<UpdateKnowledgeBaseRequest,KnowledgeBase>KnowledgeBasesSettings. updateKnowledgeBaseSettings()Returns the object with the settings used for calls to updateKnowledgeBase.Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type UpdateKnowledgeBaseRequest Modifier and Type Method Description UpdateKnowledgeBaseRequest.BuilderUpdateKnowledgeBaseRequest.Builder. mergeFrom(UpdateKnowledgeBaseRequest other)static UpdateKnowledgeBaseRequest.BuilderUpdateKnowledgeBaseRequest. newBuilder(UpdateKnowledgeBaseRequest prototype)KnowledgeBaseKnowledgeBasesClient. updateKnowledgeBase(UpdateKnowledgeBaseRequest request)Updates the specified knowledge base.default voidKnowledgeBasesGrpc.AsyncService. updateKnowledgeBase(UpdateKnowledgeBaseRequest request, io.grpc.stub.StreamObserver<KnowledgeBase> responseObserver)Updates the specified knowledge base.KnowledgeBaseKnowledgeBasesGrpc.KnowledgeBasesBlockingStub. updateKnowledgeBase(UpdateKnowledgeBaseRequest request)Updates the specified knowledge base.com.google.common.util.concurrent.ListenableFuture<KnowledgeBase>KnowledgeBasesGrpc.KnowledgeBasesFutureStub. updateKnowledgeBase(UpdateKnowledgeBaseRequest request)Updates the specified knowledge base.voidKnowledgeBasesGrpc.KnowledgeBasesStub. updateKnowledgeBase(UpdateKnowledgeBaseRequest request, io.grpc.stub.StreamObserver<KnowledgeBase> responseObserver)Updates the specified knowledge base. -
Uses of UpdateKnowledgeBaseRequest in com.google.cloud.dialogflow.v2beta1.stub
Methods in com.google.cloud.dialogflow.v2beta1.stub that return types with arguments of type UpdateKnowledgeBaseRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateKnowledgeBaseRequest,KnowledgeBase>GrpcKnowledgeBasesStub. updateKnowledgeBaseCallable()com.google.api.gax.rpc.UnaryCallable<UpdateKnowledgeBaseRequest,KnowledgeBase>HttpJsonKnowledgeBasesStub. updateKnowledgeBaseCallable()com.google.api.gax.rpc.UnaryCallable<UpdateKnowledgeBaseRequest,KnowledgeBase>KnowledgeBasesStub. updateKnowledgeBaseCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateKnowledgeBaseRequest,KnowledgeBase>KnowledgeBasesStubSettings.Builder. updateKnowledgeBaseSettings()Returns the builder for the settings used for calls to updateKnowledgeBase.com.google.api.gax.rpc.UnaryCallSettings<UpdateKnowledgeBaseRequest,KnowledgeBase>KnowledgeBasesStubSettings. updateKnowledgeBaseSettings()Returns the object with the settings used for calls to updateKnowledgeBase.
-