Uses of Class
com.google.cloud.dialogflow.v2beta1.CreateKnowledgeBaseRequest
-
Packages that use CreateKnowledgeBaseRequest Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of CreateKnowledgeBaseRequest in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return CreateKnowledgeBaseRequest Modifier and Type Method Description CreateKnowledgeBaseRequest
CreateKnowledgeBaseRequest.Builder. build()
CreateKnowledgeBaseRequest
CreateKnowledgeBaseRequest.Builder. buildPartial()
static CreateKnowledgeBaseRequest
CreateKnowledgeBaseRequest. getDefaultInstance()
CreateKnowledgeBaseRequest
CreateKnowledgeBaseRequest.Builder. getDefaultInstanceForType()
CreateKnowledgeBaseRequest
CreateKnowledgeBaseRequest. getDefaultInstanceForType()
static CreateKnowledgeBaseRequest
CreateKnowledgeBaseRequest. parseDelimitedFrom(InputStream input)
static CreateKnowledgeBaseRequest
CreateKnowledgeBaseRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateKnowledgeBaseRequest
CreateKnowledgeBaseRequest. parseFrom(byte[] data)
static CreateKnowledgeBaseRequest
CreateKnowledgeBaseRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateKnowledgeBaseRequest
CreateKnowledgeBaseRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateKnowledgeBaseRequest
CreateKnowledgeBaseRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateKnowledgeBaseRequest
CreateKnowledgeBaseRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateKnowledgeBaseRequest
CreateKnowledgeBaseRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateKnowledgeBaseRequest
CreateKnowledgeBaseRequest. parseFrom(InputStream input)
static CreateKnowledgeBaseRequest
CreateKnowledgeBaseRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateKnowledgeBaseRequest
CreateKnowledgeBaseRequest. parseFrom(ByteBuffer data)
static CreateKnowledgeBaseRequest
CreateKnowledgeBaseRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2beta1 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.v2beta1 with parameters of type CreateKnowledgeBaseRequest Modifier and Type Method Description KnowledgeBase
KnowledgeBasesClient. createKnowledgeBase(CreateKnowledgeBaseRequest request)
Creates a knowledge base.default void
KnowledgeBasesGrpc.AsyncService. createKnowledgeBase(CreateKnowledgeBaseRequest request, io.grpc.stub.StreamObserver<KnowledgeBase> responseObserver)
Creates a knowledge base.KnowledgeBase
KnowledgeBasesGrpc.KnowledgeBasesBlockingStub. createKnowledgeBase(CreateKnowledgeBaseRequest request)
Creates a knowledge base.com.google.common.util.concurrent.ListenableFuture<KnowledgeBase>
KnowledgeBasesGrpc.KnowledgeBasesFutureStub. createKnowledgeBase(CreateKnowledgeBaseRequest request)
Creates a knowledge base.void
KnowledgeBasesGrpc.KnowledgeBasesStub. createKnowledgeBase(CreateKnowledgeBaseRequest request, io.grpc.stub.StreamObserver<KnowledgeBase> responseObserver)
Creates a knowledge base.CreateKnowledgeBaseRequest.Builder
CreateKnowledgeBaseRequest.Builder. mergeFrom(CreateKnowledgeBaseRequest other)
static CreateKnowledgeBaseRequest.Builder
CreateKnowledgeBaseRequest. newBuilder(CreateKnowledgeBaseRequest prototype)
-
Uses of CreateKnowledgeBaseRequest in com.google.cloud.dialogflow.v2beta1.stub
Methods in com.google.cloud.dialogflow.v2beta1.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.
-