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 UpdateKnowledgeBaseRequest
UpdateKnowledgeBaseRequest.Builder. build()
UpdateKnowledgeBaseRequest
UpdateKnowledgeBaseRequest.Builder. buildPartial()
static UpdateKnowledgeBaseRequest
UpdateKnowledgeBaseRequest. getDefaultInstance()
UpdateKnowledgeBaseRequest
UpdateKnowledgeBaseRequest.Builder. getDefaultInstanceForType()
UpdateKnowledgeBaseRequest
UpdateKnowledgeBaseRequest. getDefaultInstanceForType()
static UpdateKnowledgeBaseRequest
UpdateKnowledgeBaseRequest. parseDelimitedFrom(InputStream input)
static UpdateKnowledgeBaseRequest
UpdateKnowledgeBaseRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateKnowledgeBaseRequest
UpdateKnowledgeBaseRequest. parseFrom(byte[] data)
static UpdateKnowledgeBaseRequest
UpdateKnowledgeBaseRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateKnowledgeBaseRequest
UpdateKnowledgeBaseRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateKnowledgeBaseRequest
UpdateKnowledgeBaseRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateKnowledgeBaseRequest
UpdateKnowledgeBaseRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateKnowledgeBaseRequest
UpdateKnowledgeBaseRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateKnowledgeBaseRequest
UpdateKnowledgeBaseRequest. parseFrom(InputStream input)
static UpdateKnowledgeBaseRequest
UpdateKnowledgeBaseRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateKnowledgeBaseRequest
UpdateKnowledgeBaseRequest. parseFrom(ByteBuffer data)
static UpdateKnowledgeBaseRequest
UpdateKnowledgeBaseRequest. 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.Builder
UpdateKnowledgeBaseRequest.Builder. mergeFrom(UpdateKnowledgeBaseRequest other)
static UpdateKnowledgeBaseRequest.Builder
UpdateKnowledgeBaseRequest. newBuilder(UpdateKnowledgeBaseRequest prototype)
KnowledgeBase
KnowledgeBasesClient. updateKnowledgeBase(UpdateKnowledgeBaseRequest request)
Updates the specified knowledge base.default void
KnowledgeBasesGrpc.AsyncService. updateKnowledgeBase(UpdateKnowledgeBaseRequest request, io.grpc.stub.StreamObserver<KnowledgeBase> responseObserver)
Updates the specified knowledge base.KnowledgeBase
KnowledgeBasesGrpc.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.void
KnowledgeBasesGrpc.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.
-