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