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