|
@@ -0,0 +1,311 @@
|
|
|
+// Generated by the gRPC C++ plugin.
|
|
|
+// If you make any local change, they will be lost.
|
|
|
+// source: commonrpc.proto
|
|
|
+// Original file comments:
|
|
|
+// Copyright 2015 gRPC authors.
|
|
|
+//
|
|
|
+// Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
+// you may not use this file except in compliance with the License.
|
|
|
+// You may obtain a copy of the License at
|
|
|
+//
|
|
|
+// http://www.apache.org/licenses/LICENSE-2.0
|
|
|
+//
|
|
|
+// Unless required by applicable law or agreed to in writing, software
|
|
|
+// distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
+// See the License for the specific language governing permissions and
|
|
|
+// limitations under the License.
|
|
|
+//
|
|
|
+#ifndef GRPC_commonrpc_2eproto__INCLUDED
|
|
|
+#define GRPC_commonrpc_2eproto__INCLUDED
|
|
|
+
|
|
|
+#include "commonrpc.pb.h"
|
|
|
+
|
|
|
+#include <functional>
|
|
|
+#include <grpc/impl/codegen/port_platform.h>
|
|
|
+#include <grpcpp/impl/codegen/async_generic_service.h>
|
|
|
+#include <grpcpp/impl/codegen/async_stream.h>
|
|
|
+#include <grpcpp/impl/codegen/async_unary_call.h>
|
|
|
+#include <grpcpp/impl/codegen/client_callback.h>
|
|
|
+#include <grpcpp/impl/codegen/client_context.h>
|
|
|
+#include <grpcpp/impl/codegen/completion_queue.h>
|
|
|
+#include <grpcpp/impl/codegen/message_allocator.h>
|
|
|
+#include <grpcpp/impl/codegen/method_handler.h>
|
|
|
+#include <grpcpp/impl/codegen/proto_utils.h>
|
|
|
+#include <grpcpp/impl/codegen/rpc_method.h>
|
|
|
+#include <grpcpp/impl/codegen/server_callback.h>
|
|
|
+#include <grpcpp/impl/codegen/server_callback_handlers.h>
|
|
|
+#include <grpcpp/impl/codegen/server_context.h>
|
|
|
+#include <grpcpp/impl/codegen/service_type.h>
|
|
|
+#include <grpcpp/impl/codegen/status.h>
|
|
|
+#include <grpcpp/impl/codegen/stub_options.h>
|
|
|
+#include <grpcpp/impl/codegen/sync_stream.h>
|
|
|
+
|
|
|
+namespace iv {
|
|
|
+
|
|
|
+// The Upload service definition.
|
|
|
+class CommonRPC final {
|
|
|
+ public:
|
|
|
+ static constexpr char const* service_full_name() {
|
|
|
+ return "iv.CommonRPC";
|
|
|
+ }
|
|
|
+ class StubInterface {
|
|
|
+ public:
|
|
|
+ virtual ~StubInterface() {}
|
|
|
+ // Sends a Upload
|
|
|
+ virtual ::grpc::Status rpcquery(::grpc::ClientContext* context, const ::iv::queryrpcReq& request, ::iv::queryrpcReply* response) = 0;
|
|
|
+ std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::iv::queryrpcReply>> Asyncrpcquery(::grpc::ClientContext* context, const ::iv::queryrpcReq& request, ::grpc::CompletionQueue* cq) {
|
|
|
+ return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::iv::queryrpcReply>>(AsyncrpcqueryRaw(context, request, cq));
|
|
|
+ }
|
|
|
+ std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::iv::queryrpcReply>> PrepareAsyncrpcquery(::grpc::ClientContext* context, const ::iv::queryrpcReq& request, ::grpc::CompletionQueue* cq) {
|
|
|
+ return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::iv::queryrpcReply>>(PrepareAsyncrpcqueryRaw(context, request, cq));
|
|
|
+ }
|
|
|
+ class experimental_async_interface {
|
|
|
+ public:
|
|
|
+ virtual ~experimental_async_interface() {}
|
|
|
+ // Sends a Upload
|
|
|
+ virtual void rpcquery(::grpc::ClientContext* context, const ::iv::queryrpcReq* request, ::iv::queryrpcReply* response, std::function<void(::grpc::Status)>) = 0;
|
|
|
+ #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL
|
|
|
+ virtual void rpcquery(::grpc::ClientContext* context, const ::iv::queryrpcReq* request, ::iv::queryrpcReply* response, ::grpc::ClientUnaryReactor* reactor) = 0;
|
|
|
+ #else
|
|
|
+ virtual void rpcquery(::grpc::ClientContext* context, const ::iv::queryrpcReq* request, ::iv::queryrpcReply* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0;
|
|
|
+ #endif
|
|
|
+ };
|
|
|
+ #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL
|
|
|
+ typedef class experimental_async_interface async_interface;
|
|
|
+ #endif
|
|
|
+ #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL
|
|
|
+ async_interface* async() { return experimental_async(); }
|
|
|
+ #endif
|
|
|
+ virtual class experimental_async_interface* experimental_async() { return nullptr; }
|
|
|
+ private:
|
|
|
+ virtual ::grpc::ClientAsyncResponseReaderInterface< ::iv::queryrpcReply>* AsyncrpcqueryRaw(::grpc::ClientContext* context, const ::iv::queryrpcReq& request, ::grpc::CompletionQueue* cq) = 0;
|
|
|
+ virtual ::grpc::ClientAsyncResponseReaderInterface< ::iv::queryrpcReply>* PrepareAsyncrpcqueryRaw(::grpc::ClientContext* context, const ::iv::queryrpcReq& request, ::grpc::CompletionQueue* cq) = 0;
|
|
|
+ };
|
|
|
+ class Stub final : public StubInterface {
|
|
|
+ public:
|
|
|
+ Stub(const std::shared_ptr< ::grpc::ChannelInterface>& channel);
|
|
|
+ ::grpc::Status rpcquery(::grpc::ClientContext* context, const ::iv::queryrpcReq& request, ::iv::queryrpcReply* response) override;
|
|
|
+ std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::iv::queryrpcReply>> Asyncrpcquery(::grpc::ClientContext* context, const ::iv::queryrpcReq& request, ::grpc::CompletionQueue* cq) {
|
|
|
+ return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::iv::queryrpcReply>>(AsyncrpcqueryRaw(context, request, cq));
|
|
|
+ }
|
|
|
+ std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::iv::queryrpcReply>> PrepareAsyncrpcquery(::grpc::ClientContext* context, const ::iv::queryrpcReq& request, ::grpc::CompletionQueue* cq) {
|
|
|
+ return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::iv::queryrpcReply>>(PrepareAsyncrpcqueryRaw(context, request, cq));
|
|
|
+ }
|
|
|
+ class experimental_async final :
|
|
|
+ public StubInterface::experimental_async_interface {
|
|
|
+ public:
|
|
|
+ void rpcquery(::grpc::ClientContext* context, const ::iv::queryrpcReq* request, ::iv::queryrpcReply* response, std::function<void(::grpc::Status)>) override;
|
|
|
+ #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL
|
|
|
+ void rpcquery(::grpc::ClientContext* context, const ::iv::queryrpcReq* request, ::iv::queryrpcReply* response, ::grpc::ClientUnaryReactor* reactor) override;
|
|
|
+ #else
|
|
|
+ void rpcquery(::grpc::ClientContext* context, const ::iv::queryrpcReq* request, ::iv::queryrpcReply* response, ::grpc::experimental::ClientUnaryReactor* reactor) override;
|
|
|
+ #endif
|
|
|
+ private:
|
|
|
+ friend class Stub;
|
|
|
+ explicit experimental_async(Stub* stub): stub_(stub) { }
|
|
|
+ Stub* stub() { return stub_; }
|
|
|
+ Stub* stub_;
|
|
|
+ };
|
|
|
+ class experimental_async_interface* experimental_async() override { return &async_stub_; }
|
|
|
+
|
|
|
+ private:
|
|
|
+ std::shared_ptr< ::grpc::ChannelInterface> channel_;
|
|
|
+ class experimental_async async_stub_{this};
|
|
|
+ ::grpc::ClientAsyncResponseReader< ::iv::queryrpcReply>* AsyncrpcqueryRaw(::grpc::ClientContext* context, const ::iv::queryrpcReq& request, ::grpc::CompletionQueue* cq) override;
|
|
|
+ ::grpc::ClientAsyncResponseReader< ::iv::queryrpcReply>* PrepareAsyncrpcqueryRaw(::grpc::ClientContext* context, const ::iv::queryrpcReq& request, ::grpc::CompletionQueue* cq) override;
|
|
|
+ const ::grpc::internal::RpcMethod rpcmethod_rpcquery_;
|
|
|
+ };
|
|
|
+ static std::unique_ptr<Stub> NewStub(const std::shared_ptr< ::grpc::ChannelInterface>& channel, const ::grpc::StubOptions& options = ::grpc::StubOptions());
|
|
|
+
|
|
|
+ class Service : public ::grpc::Service {
|
|
|
+ public:
|
|
|
+ Service();
|
|
|
+ virtual ~Service();
|
|
|
+ // Sends a Upload
|
|
|
+ virtual ::grpc::Status rpcquery(::grpc::ServerContext* context, const ::iv::queryrpcReq* request, ::iv::queryrpcReply* response);
|
|
|
+ };
|
|
|
+ template <class BaseClass>
|
|
|
+ class WithAsyncMethod_rpcquery : public BaseClass {
|
|
|
+ private:
|
|
|
+ void BaseClassMustBeDerivedFromService(const Service* /*service*/) {}
|
|
|
+ public:
|
|
|
+ WithAsyncMethod_rpcquery() {
|
|
|
+ ::grpc::Service::MarkMethodAsync(0);
|
|
|
+ }
|
|
|
+ ~WithAsyncMethod_rpcquery() override {
|
|
|
+ BaseClassMustBeDerivedFromService(this);
|
|
|
+ }
|
|
|
+ // disable synchronous version of this method
|
|
|
+ ::grpc::Status rpcquery(::grpc::ServerContext* /*context*/, const ::iv::queryrpcReq* /*request*/, ::iv::queryrpcReply* /*response*/) override {
|
|
|
+ abort();
|
|
|
+ return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, "");
|
|
|
+ }
|
|
|
+ void Requestrpcquery(::grpc::ServerContext* context, ::iv::queryrpcReq* request, ::grpc::ServerAsyncResponseWriter< ::iv::queryrpcReply>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) {
|
|
|
+ ::grpc::Service::RequestAsyncUnary(0, context, request, response, new_call_cq, notification_cq, tag);
|
|
|
+ }
|
|
|
+ };
|
|
|
+ typedef WithAsyncMethod_rpcquery<Service > AsyncService;
|
|
|
+ template <class BaseClass>
|
|
|
+ class ExperimentalWithCallbackMethod_rpcquery : public BaseClass {
|
|
|
+ private:
|
|
|
+ void BaseClassMustBeDerivedFromService(const Service* /*service*/) {}
|
|
|
+ public:
|
|
|
+ ExperimentalWithCallbackMethod_rpcquery() {
|
|
|
+ #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL
|
|
|
+ ::grpc::Service::
|
|
|
+ #else
|
|
|
+ ::grpc::Service::experimental().
|
|
|
+ #endif
|
|
|
+ MarkMethodCallback(0,
|
|
|
+ new ::grpc::internal::CallbackUnaryHandler< ::iv::queryrpcReq, ::iv::queryrpcReply>(
|
|
|
+ [this](
|
|
|
+ #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL
|
|
|
+ ::grpc::CallbackServerContext*
|
|
|
+ #else
|
|
|
+ ::grpc::experimental::CallbackServerContext*
|
|
|
+ #endif
|
|
|
+ context, const ::iv::queryrpcReq* request, ::iv::queryrpcReply* response) { return this->rpcquery(context, request, response); }));}
|
|
|
+ void SetMessageAllocatorFor_rpcquery(
|
|
|
+ ::grpc::experimental::MessageAllocator< ::iv::queryrpcReq, ::iv::queryrpcReply>* allocator) {
|
|
|
+ #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL
|
|
|
+ ::grpc::internal::MethodHandler* const handler = ::grpc::Service::GetHandler(0);
|
|
|
+ #else
|
|
|
+ ::grpc::internal::MethodHandler* const handler = ::grpc::Service::experimental().GetHandler(0);
|
|
|
+ #endif
|
|
|
+ static_cast<::grpc::internal::CallbackUnaryHandler< ::iv::queryrpcReq, ::iv::queryrpcReply>*>(handler)
|
|
|
+ ->SetMessageAllocator(allocator);
|
|
|
+ }
|
|
|
+ ~ExperimentalWithCallbackMethod_rpcquery() override {
|
|
|
+ BaseClassMustBeDerivedFromService(this);
|
|
|
+ }
|
|
|
+ // disable synchronous version of this method
|
|
|
+ ::grpc::Status rpcquery(::grpc::ServerContext* /*context*/, const ::iv::queryrpcReq* /*request*/, ::iv::queryrpcReply* /*response*/) override {
|
|
|
+ abort();
|
|
|
+ return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, "");
|
|
|
+ }
|
|
|
+ #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL
|
|
|
+ virtual ::grpc::ServerUnaryReactor* rpcquery(
|
|
|
+ ::grpc::CallbackServerContext* /*context*/, const ::iv::queryrpcReq* /*request*/, ::iv::queryrpcReply* /*response*/)
|
|
|
+ #else
|
|
|
+ virtual ::grpc::experimental::ServerUnaryReactor* rpcquery(
|
|
|
+ ::grpc::experimental::CallbackServerContext* /*context*/, const ::iv::queryrpcReq* /*request*/, ::iv::queryrpcReply* /*response*/)
|
|
|
+ #endif
|
|
|
+ { return nullptr; }
|
|
|
+ };
|
|
|
+ #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL
|
|
|
+ typedef ExperimentalWithCallbackMethod_rpcquery<Service > CallbackService;
|
|
|
+ #endif
|
|
|
+
|
|
|
+ typedef ExperimentalWithCallbackMethod_rpcquery<Service > ExperimentalCallbackService;
|
|
|
+ template <class BaseClass>
|
|
|
+ class WithGenericMethod_rpcquery : public BaseClass {
|
|
|
+ private:
|
|
|
+ void BaseClassMustBeDerivedFromService(const Service* /*service*/) {}
|
|
|
+ public:
|
|
|
+ WithGenericMethod_rpcquery() {
|
|
|
+ ::grpc::Service::MarkMethodGeneric(0);
|
|
|
+ }
|
|
|
+ ~WithGenericMethod_rpcquery() override {
|
|
|
+ BaseClassMustBeDerivedFromService(this);
|
|
|
+ }
|
|
|
+ // disable synchronous version of this method
|
|
|
+ ::grpc::Status rpcquery(::grpc::ServerContext* /*context*/, const ::iv::queryrpcReq* /*request*/, ::iv::queryrpcReply* /*response*/) override {
|
|
|
+ abort();
|
|
|
+ return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, "");
|
|
|
+ }
|
|
|
+ };
|
|
|
+ template <class BaseClass>
|
|
|
+ class WithRawMethod_rpcquery : public BaseClass {
|
|
|
+ private:
|
|
|
+ void BaseClassMustBeDerivedFromService(const Service* /*service*/) {}
|
|
|
+ public:
|
|
|
+ WithRawMethod_rpcquery() {
|
|
|
+ ::grpc::Service::MarkMethodRaw(0);
|
|
|
+ }
|
|
|
+ ~WithRawMethod_rpcquery() override {
|
|
|
+ BaseClassMustBeDerivedFromService(this);
|
|
|
+ }
|
|
|
+ // disable synchronous version of this method
|
|
|
+ ::grpc::Status rpcquery(::grpc::ServerContext* /*context*/, const ::iv::queryrpcReq* /*request*/, ::iv::queryrpcReply* /*response*/) override {
|
|
|
+ abort();
|
|
|
+ return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, "");
|
|
|
+ }
|
|
|
+ void Requestrpcquery(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) {
|
|
|
+ ::grpc::Service::RequestAsyncUnary(0, context, request, response, new_call_cq, notification_cq, tag);
|
|
|
+ }
|
|
|
+ };
|
|
|
+ template <class BaseClass>
|
|
|
+ class ExperimentalWithRawCallbackMethod_rpcquery : public BaseClass {
|
|
|
+ private:
|
|
|
+ void BaseClassMustBeDerivedFromService(const Service* /*service*/) {}
|
|
|
+ public:
|
|
|
+ ExperimentalWithRawCallbackMethod_rpcquery() {
|
|
|
+ #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL
|
|
|
+ ::grpc::Service::
|
|
|
+ #else
|
|
|
+ ::grpc::Service::experimental().
|
|
|
+ #endif
|
|
|
+ MarkMethodRawCallback(0,
|
|
|
+ new ::grpc::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>(
|
|
|
+ [this](
|
|
|
+ #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL
|
|
|
+ ::grpc::CallbackServerContext*
|
|
|
+ #else
|
|
|
+ ::grpc::experimental::CallbackServerContext*
|
|
|
+ #endif
|
|
|
+ context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response) { return this->rpcquery(context, request, response); }));
|
|
|
+ }
|
|
|
+ ~ExperimentalWithRawCallbackMethod_rpcquery() override {
|
|
|
+ BaseClassMustBeDerivedFromService(this);
|
|
|
+ }
|
|
|
+ // disable synchronous version of this method
|
|
|
+ ::grpc::Status rpcquery(::grpc::ServerContext* /*context*/, const ::iv::queryrpcReq* /*request*/, ::iv::queryrpcReply* /*response*/) override {
|
|
|
+ abort();
|
|
|
+ return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, "");
|
|
|
+ }
|
|
|
+ #ifdef GRPC_CALLBACK_API_NONEXPERIMENTAL
|
|
|
+ virtual ::grpc::ServerUnaryReactor* rpcquery(
|
|
|
+ ::grpc::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/)
|
|
|
+ #else
|
|
|
+ virtual ::grpc::experimental::ServerUnaryReactor* rpcquery(
|
|
|
+ ::grpc::experimental::CallbackServerContext* /*context*/, const ::grpc::ByteBuffer* /*request*/, ::grpc::ByteBuffer* /*response*/)
|
|
|
+ #endif
|
|
|
+ { return nullptr; }
|
|
|
+ };
|
|
|
+ template <class BaseClass>
|
|
|
+ class WithStreamedUnaryMethod_rpcquery : public BaseClass {
|
|
|
+ private:
|
|
|
+ void BaseClassMustBeDerivedFromService(const Service* /*service*/) {}
|
|
|
+ public:
|
|
|
+ WithStreamedUnaryMethod_rpcquery() {
|
|
|
+ ::grpc::Service::MarkMethodStreamed(0,
|
|
|
+ new ::grpc::internal::StreamedUnaryHandler<
|
|
|
+ ::iv::queryrpcReq, ::iv::queryrpcReply>(
|
|
|
+ [this](::grpc::ServerContext* context,
|
|
|
+ ::grpc::ServerUnaryStreamer<
|
|
|
+ ::iv::queryrpcReq, ::iv::queryrpcReply>* streamer) {
|
|
|
+ return this->Streamedrpcquery(context,
|
|
|
+ streamer);
|
|
|
+ }));
|
|
|
+ }
|
|
|
+ ~WithStreamedUnaryMethod_rpcquery() override {
|
|
|
+ BaseClassMustBeDerivedFromService(this);
|
|
|
+ }
|
|
|
+ // disable regular version of this method
|
|
|
+ ::grpc::Status rpcquery(::grpc::ServerContext* /*context*/, const ::iv::queryrpcReq* /*request*/, ::iv::queryrpcReply* /*response*/) override {
|
|
|
+ abort();
|
|
|
+ return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, "");
|
|
|
+ }
|
|
|
+ // replace default version of method with streamed unary
|
|
|
+ virtual ::grpc::Status Streamedrpcquery(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::iv::queryrpcReq,::iv::queryrpcReply>* server_unary_streamer) = 0;
|
|
|
+ };
|
|
|
+ typedef WithStreamedUnaryMethod_rpcquery<Service > StreamedUnaryService;
|
|
|
+ typedef Service SplitStreamedService;
|
|
|
+ typedef WithStreamedUnaryMethod_rpcquery<Service > StreamedService;
|
|
|
+};
|
|
|
+
|
|
|
+} // namespace iv
|
|
|
+
|
|
|
+
|
|
|
+#endif // GRPC_commonrpc_2eproto__INCLUDED
|