Uses of Class
com.google.cloud.dialogflow.v2.GetKnowledgeBaseRequest
-
Packages that use GetKnowledgeBaseRequest Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of GetKnowledgeBaseRequest in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return GetKnowledgeBaseRequest Modifier and Type Method Description GetKnowledgeBaseRequestGetKnowledgeBaseRequest.Builder. build()GetKnowledgeBaseRequestGetKnowledgeBaseRequest.Builder. buildPartial()static GetKnowledgeBaseRequestGetKnowledgeBaseRequest. getDefaultInstance()GetKnowledgeBaseRequestGetKnowledgeBaseRequest.Builder. getDefaultInstanceForType()GetKnowledgeBaseRequestGetKnowledgeBaseRequest. getDefaultInstanceForType()static GetKnowledgeBaseRequestGetKnowledgeBaseRequest. parseDelimitedFrom(InputStream input)static GetKnowledgeBaseRequestGetKnowledgeBaseRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetKnowledgeBaseRequestGetKnowledgeBaseRequest. parseFrom(byte[] data)static GetKnowledgeBaseRequestGetKnowledgeBaseRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetKnowledgeBaseRequestGetKnowledgeBaseRequest. parseFrom(com.google.protobuf.ByteString data)static GetKnowledgeBaseRequestGetKnowledgeBaseRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetKnowledgeBaseRequestGetKnowledgeBaseRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetKnowledgeBaseRequestGetKnowledgeBaseRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetKnowledgeBaseRequestGetKnowledgeBaseRequest. parseFrom(InputStream input)static GetKnowledgeBaseRequestGetKnowledgeBaseRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetKnowledgeBaseRequestGetKnowledgeBaseRequest. parseFrom(ByteBuffer data)static GetKnowledgeBaseRequestGetKnowledgeBaseRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2 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.v2 with parameters of type GetKnowledgeBaseRequest Modifier and Type Method Description KnowledgeBaseKnowledgeBasesClient. getKnowledgeBase(GetKnowledgeBaseRequest request)Retrieves the specified knowledge base.default voidKnowledgeBasesGrpc.AsyncService. getKnowledgeBase(GetKnowledgeBaseRequest request, io.grpc.stub.StreamObserver<KnowledgeBase> responseObserver)Retrieves the specified knowledge base.KnowledgeBaseKnowledgeBasesGrpc.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.voidKnowledgeBasesGrpc.KnowledgeBasesStub. getKnowledgeBase(GetKnowledgeBaseRequest request, io.grpc.stub.StreamObserver<KnowledgeBase> responseObserver)Retrieves the specified knowledge base.GetKnowledgeBaseRequest.BuilderGetKnowledgeBaseRequest.Builder. mergeFrom(GetKnowledgeBaseRequest other)static GetKnowledgeBaseRequest.BuilderGetKnowledgeBaseRequest. newBuilder(GetKnowledgeBaseRequest prototype) -
Uses of GetKnowledgeBaseRequest in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.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.
-