github.com/craicoverflow/tyk@v2.9.6-rc3+incompatible/coprocess/bindings/cpp/coprocess_object.pb.h (about)

     1  // Generated by the protocol buffer compiler.  DO NOT EDIT!
     2  // source: coprocess_object.proto
     3  
     4  #ifndef PROTOBUF_coprocess_5fobject_2eproto__INCLUDED
     5  #define PROTOBUF_coprocess_5fobject_2eproto__INCLUDED
     6  
     7  #include <string>
     8  
     9  #include <google/protobuf/stubs/common.h>
    10  
    11  #if GOOGLE_PROTOBUF_VERSION < 3001000
    12  #error This file was generated by a newer version of protoc which is
    13  #error incompatible with your Protocol Buffer headers.  Please update
    14  #error your headers.
    15  #endif
    16  #if 3001000 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
    17  #error This file was generated by an older version of protoc which is
    18  #error incompatible with your Protocol Buffer headers.  Please
    19  #error regenerate this file with a newer version of protoc.
    20  #endif
    21  
    22  #include <google/protobuf/arena.h>
    23  #include <google/protobuf/arenastring.h>
    24  #include <google/protobuf/generated_message_util.h>
    25  #include <google/protobuf/metadata.h>
    26  #include <google/protobuf/message.h>
    27  #include <google/protobuf/repeated_field.h>
    28  #include <google/protobuf/extension_set.h>
    29  #include <google/protobuf/map.h>
    30  #include <google/protobuf/map_field_inl.h>
    31  #include <google/protobuf/unknown_field_set.h>
    32  #include "coprocess_mini_request_object.pb.h"
    33  #include "coprocess_session_state.pb.h"
    34  #include "coprocess_common.pb.h"
    35  // @@protoc_insertion_point(includes)
    36  
    37  namespace coprocess {
    38  
    39  // Internal implementation detail -- do not call these.
    40  void protobuf_AddDesc_coprocess_5fobject_2eproto();
    41  void protobuf_InitDefaults_coprocess_5fobject_2eproto();
    42  void protobuf_AssignDesc_coprocess_5fobject_2eproto();
    43  void protobuf_ShutdownFile_coprocess_5fobject_2eproto();
    44  
    45  class Event;
    46  class EventReply;
    47  class Object;
    48  
    49  // ===================================================================
    50  
    51  class Object : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:coprocess.Object) */ {
    52   public:
    53    Object();
    54    virtual ~Object();
    55  
    56    Object(const Object& from);
    57  
    58    inline Object& operator=(const Object& from) {
    59      CopyFrom(from);
    60      return *this;
    61    }
    62  
    63    static const ::google::protobuf::Descriptor* descriptor();
    64    static const Object& default_instance();
    65  
    66    static const Object* internal_default_instance();
    67  
    68    void Swap(Object* other);
    69  
    70    // implements Message ----------------------------------------------
    71  
    72    inline Object* New() const { return New(NULL); }
    73  
    74    Object* New(::google::protobuf::Arena* arena) const;
    75    void CopyFrom(const ::google::protobuf::Message& from);
    76    void MergeFrom(const ::google::protobuf::Message& from);
    77    void CopyFrom(const Object& from);
    78    void MergeFrom(const Object& from);
    79    void Clear();
    80    bool IsInitialized() const;
    81  
    82    size_t ByteSizeLong() const;
    83    bool MergePartialFromCodedStream(
    84        ::google::protobuf::io::CodedInputStream* input);
    85    void SerializeWithCachedSizes(
    86        ::google::protobuf::io::CodedOutputStream* output) const;
    87    ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
    88        bool deterministic, ::google::protobuf::uint8* output) const;
    89    ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const {
    90      return InternalSerializeWithCachedSizesToArray(false, output);
    91    }
    92    int GetCachedSize() const { return _cached_size_; }
    93    private:
    94    void SharedCtor();
    95    void SharedDtor();
    96    void SetCachedSize(int size) const;
    97    void InternalSwap(Object* other);
    98    void UnsafeMergeFrom(const Object& from);
    99    private:
   100    inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
   101      return _internal_metadata_.arena();
   102    }
   103    inline void* MaybeArenaPtr() const {
   104      return _internal_metadata_.raw_arena_ptr();
   105    }
   106    public:
   107  
   108    ::google::protobuf::Metadata GetMetadata() const;
   109  
   110    // nested types ----------------------------------------------------
   111  
   112  
   113    // accessors -------------------------------------------------------
   114  
   115    // optional .coprocess.HookType hook_type = 1;
   116    void clear_hook_type();
   117    static const int kHookTypeFieldNumber = 1;
   118    ::coprocess::HookType hook_type() const;
   119    void set_hook_type(::coprocess::HookType value);
   120  
   121    // optional string hook_name = 2;
   122    void clear_hook_name();
   123    static const int kHookNameFieldNumber = 2;
   124    const ::std::string& hook_name() const;
   125    void set_hook_name(const ::std::string& value);
   126    void set_hook_name(const char* value);
   127    void set_hook_name(const char* value, size_t size);
   128    ::std::string* mutable_hook_name();
   129    ::std::string* release_hook_name();
   130    void set_allocated_hook_name(::std::string* hook_name);
   131  
   132    // optional .coprocess.MiniRequestObject request = 3;
   133    bool has_request() const;
   134    void clear_request();
   135    static const int kRequestFieldNumber = 3;
   136    const ::coprocess::MiniRequestObject& request() const;
   137    ::coprocess::MiniRequestObject* mutable_request();
   138    ::coprocess::MiniRequestObject* release_request();
   139    void set_allocated_request(::coprocess::MiniRequestObject* request);
   140  
   141    // optional .coprocess.SessionState session = 4;
   142    bool has_session() const;
   143    void clear_session();
   144    static const int kSessionFieldNumber = 4;
   145    const ::coprocess::SessionState& session() const;
   146    ::coprocess::SessionState* mutable_session();
   147    ::coprocess::SessionState* release_session();
   148    void set_allocated_session(::coprocess::SessionState* session);
   149  
   150    // map<string, string> metadata = 5;
   151    int metadata_size() const;
   152    void clear_metadata();
   153    static const int kMetadataFieldNumber = 5;
   154    const ::google::protobuf::Map< ::std::string, ::std::string >&
   155        metadata() const;
   156    ::google::protobuf::Map< ::std::string, ::std::string >*
   157        mutable_metadata();
   158  
   159    // map<string, string> spec = 6;
   160    int spec_size() const;
   161    void clear_spec();
   162    static const int kSpecFieldNumber = 6;
   163    const ::google::protobuf::Map< ::std::string, ::std::string >&
   164        spec() const;
   165    ::google::protobuf::Map< ::std::string, ::std::string >*
   166        mutable_spec();
   167  
   168    // @@protoc_insertion_point(class_scope:coprocess.Object)
   169   private:
   170  
   171    ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
   172    typedef ::google::protobuf::internal::MapEntryLite<
   173        ::std::string, ::std::string,
   174        ::google::protobuf::internal::WireFormatLite::TYPE_STRING,
   175        ::google::protobuf::internal::WireFormatLite::TYPE_STRING,
   176        0 >
   177        Object_MetadataEntry;
   178    ::google::protobuf::internal::MapField<
   179        ::std::string, ::std::string,
   180        ::google::protobuf::internal::WireFormatLite::TYPE_STRING,
   181        ::google::protobuf::internal::WireFormatLite::TYPE_STRING,
   182        0 > metadata_;
   183    typedef ::google::protobuf::internal::MapEntryLite<
   184        ::std::string, ::std::string,
   185        ::google::protobuf::internal::WireFormatLite::TYPE_STRING,
   186        ::google::protobuf::internal::WireFormatLite::TYPE_STRING,
   187        0 >
   188        Object_SpecEntry;
   189    ::google::protobuf::internal::MapField<
   190        ::std::string, ::std::string,
   191        ::google::protobuf::internal::WireFormatLite::TYPE_STRING,
   192        ::google::protobuf::internal::WireFormatLite::TYPE_STRING,
   193        0 > spec_;
   194    ::google::protobuf::internal::ArenaStringPtr hook_name_;
   195    ::coprocess::MiniRequestObject* request_;
   196    ::coprocess::SessionState* session_;
   197    int hook_type_;
   198    mutable int _cached_size_;
   199    friend void  protobuf_InitDefaults_coprocess_5fobject_2eproto_impl();
   200    friend void  protobuf_AddDesc_coprocess_5fobject_2eproto_impl();
   201    friend void protobuf_AssignDesc_coprocess_5fobject_2eproto();
   202    friend void protobuf_ShutdownFile_coprocess_5fobject_2eproto();
   203  
   204    void InitAsDefaultInstance();
   205  };
   206  extern ::google::protobuf::internal::ExplicitlyConstructed<Object> Object_default_instance_;
   207  
   208  // -------------------------------------------------------------------
   209  
   210  class Event : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:coprocess.Event) */ {
   211   public:
   212    Event();
   213    virtual ~Event();
   214  
   215    Event(const Event& from);
   216  
   217    inline Event& operator=(const Event& from) {
   218      CopyFrom(from);
   219      return *this;
   220    }
   221  
   222    static const ::google::protobuf::Descriptor* descriptor();
   223    static const Event& default_instance();
   224  
   225    static const Event* internal_default_instance();
   226  
   227    void Swap(Event* other);
   228  
   229    // implements Message ----------------------------------------------
   230  
   231    inline Event* New() const { return New(NULL); }
   232  
   233    Event* New(::google::protobuf::Arena* arena) const;
   234    void CopyFrom(const ::google::protobuf::Message& from);
   235    void MergeFrom(const ::google::protobuf::Message& from);
   236    void CopyFrom(const Event& from);
   237    void MergeFrom(const Event& from);
   238    void Clear();
   239    bool IsInitialized() const;
   240  
   241    size_t ByteSizeLong() const;
   242    bool MergePartialFromCodedStream(
   243        ::google::protobuf::io::CodedInputStream* input);
   244    void SerializeWithCachedSizes(
   245        ::google::protobuf::io::CodedOutputStream* output) const;
   246    ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
   247        bool deterministic, ::google::protobuf::uint8* output) const;
   248    ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const {
   249      return InternalSerializeWithCachedSizesToArray(false, output);
   250    }
   251    int GetCachedSize() const { return _cached_size_; }
   252    private:
   253    void SharedCtor();
   254    void SharedDtor();
   255    void SetCachedSize(int size) const;
   256    void InternalSwap(Event* other);
   257    void UnsafeMergeFrom(const Event& from);
   258    private:
   259    inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
   260      return _internal_metadata_.arena();
   261    }
   262    inline void* MaybeArenaPtr() const {
   263      return _internal_metadata_.raw_arena_ptr();
   264    }
   265    public:
   266  
   267    ::google::protobuf::Metadata GetMetadata() const;
   268  
   269    // nested types ----------------------------------------------------
   270  
   271    // accessors -------------------------------------------------------
   272  
   273    // optional string payload = 1;
   274    void clear_payload();
   275    static const int kPayloadFieldNumber = 1;
   276    const ::std::string& payload() const;
   277    void set_payload(const ::std::string& value);
   278    void set_payload(const char* value);
   279    void set_payload(const char* value, size_t size);
   280    ::std::string* mutable_payload();
   281    ::std::string* release_payload();
   282    void set_allocated_payload(::std::string* payload);
   283  
   284    // @@protoc_insertion_point(class_scope:coprocess.Event)
   285   private:
   286  
   287    ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
   288    ::google::protobuf::internal::ArenaStringPtr payload_;
   289    mutable int _cached_size_;
   290    friend void  protobuf_InitDefaults_coprocess_5fobject_2eproto_impl();
   291    friend void  protobuf_AddDesc_coprocess_5fobject_2eproto_impl();
   292    friend void protobuf_AssignDesc_coprocess_5fobject_2eproto();
   293    friend void protobuf_ShutdownFile_coprocess_5fobject_2eproto();
   294  
   295    void InitAsDefaultInstance();
   296  };
   297  extern ::google::protobuf::internal::ExplicitlyConstructed<Event> Event_default_instance_;
   298  
   299  // -------------------------------------------------------------------
   300  
   301  class EventReply : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:coprocess.EventReply) */ {
   302   public:
   303    EventReply();
   304    virtual ~EventReply();
   305  
   306    EventReply(const EventReply& from);
   307  
   308    inline EventReply& operator=(const EventReply& from) {
   309      CopyFrom(from);
   310      return *this;
   311    }
   312  
   313    static const ::google::protobuf::Descriptor* descriptor();
   314    static const EventReply& default_instance();
   315  
   316    static const EventReply* internal_default_instance();
   317  
   318    void Swap(EventReply* other);
   319  
   320    // implements Message ----------------------------------------------
   321  
   322    inline EventReply* New() const { return New(NULL); }
   323  
   324    EventReply* New(::google::protobuf::Arena* arena) const;
   325    void CopyFrom(const ::google::protobuf::Message& from);
   326    void MergeFrom(const ::google::protobuf::Message& from);
   327    void CopyFrom(const EventReply& from);
   328    void MergeFrom(const EventReply& from);
   329    void Clear();
   330    bool IsInitialized() const;
   331  
   332    size_t ByteSizeLong() const;
   333    bool MergePartialFromCodedStream(
   334        ::google::protobuf::io::CodedInputStream* input);
   335    void SerializeWithCachedSizes(
   336        ::google::protobuf::io::CodedOutputStream* output) const;
   337    ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
   338        bool deterministic, ::google::protobuf::uint8* output) const;
   339    ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const {
   340      return InternalSerializeWithCachedSizesToArray(false, output);
   341    }
   342    int GetCachedSize() const { return _cached_size_; }
   343    private:
   344    void SharedCtor();
   345    void SharedDtor();
   346    void SetCachedSize(int size) const;
   347    void InternalSwap(EventReply* other);
   348    void UnsafeMergeFrom(const EventReply& from);
   349    private:
   350    inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
   351      return _internal_metadata_.arena();
   352    }
   353    inline void* MaybeArenaPtr() const {
   354      return _internal_metadata_.raw_arena_ptr();
   355    }
   356    public:
   357  
   358    ::google::protobuf::Metadata GetMetadata() const;
   359  
   360    // nested types ----------------------------------------------------
   361  
   362    // accessors -------------------------------------------------------
   363  
   364    // @@protoc_insertion_point(class_scope:coprocess.EventReply)
   365   private:
   366  
   367    ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
   368    mutable int _cached_size_;
   369    friend void  protobuf_InitDefaults_coprocess_5fobject_2eproto_impl();
   370    friend void  protobuf_AddDesc_coprocess_5fobject_2eproto_impl();
   371    friend void protobuf_AssignDesc_coprocess_5fobject_2eproto();
   372    friend void protobuf_ShutdownFile_coprocess_5fobject_2eproto();
   373  
   374    void InitAsDefaultInstance();
   375  };
   376  extern ::google::protobuf::internal::ExplicitlyConstructed<EventReply> EventReply_default_instance_;
   377  
   378  // ===================================================================
   379  
   380  
   381  // ===================================================================
   382  
   383  #if !PROTOBUF_INLINE_NOT_IN_HEADERS
   384  // Object
   385  
   386  // optional .coprocess.HookType hook_type = 1;
   387  inline void Object::clear_hook_type() {
   388    hook_type_ = 0;
   389  }
   390  inline ::coprocess::HookType Object::hook_type() const {
   391    // @@protoc_insertion_point(field_get:coprocess.Object.hook_type)
   392    return static_cast< ::coprocess::HookType >(hook_type_);
   393  }
   394  inline void Object::set_hook_type(::coprocess::HookType value) {
   395    
   396    hook_type_ = value;
   397    // @@protoc_insertion_point(field_set:coprocess.Object.hook_type)
   398  }
   399  
   400  // optional string hook_name = 2;
   401  inline void Object::clear_hook_name() {
   402    hook_name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
   403  }
   404  inline const ::std::string& Object::hook_name() const {
   405    // @@protoc_insertion_point(field_get:coprocess.Object.hook_name)
   406    return hook_name_.GetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
   407  }
   408  inline void Object::set_hook_name(const ::std::string& value) {
   409    
   410    hook_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
   411    // @@protoc_insertion_point(field_set:coprocess.Object.hook_name)
   412  }
   413  inline void Object::set_hook_name(const char* value) {
   414    
   415    hook_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
   416    // @@protoc_insertion_point(field_set_char:coprocess.Object.hook_name)
   417  }
   418  inline void Object::set_hook_name(const char* value, size_t size) {
   419    
   420    hook_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
   421        ::std::string(reinterpret_cast<const char*>(value), size));
   422    // @@protoc_insertion_point(field_set_pointer:coprocess.Object.hook_name)
   423  }
   424  inline ::std::string* Object::mutable_hook_name() {
   425    
   426    // @@protoc_insertion_point(field_mutable:coprocess.Object.hook_name)
   427    return hook_name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
   428  }
   429  inline ::std::string* Object::release_hook_name() {
   430    // @@protoc_insertion_point(field_release:coprocess.Object.hook_name)
   431    
   432    return hook_name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
   433  }
   434  inline void Object::set_allocated_hook_name(::std::string* hook_name) {
   435    if (hook_name != NULL) {
   436      
   437    } else {
   438      
   439    }
   440    hook_name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), hook_name);
   441    // @@protoc_insertion_point(field_set_allocated:coprocess.Object.hook_name)
   442  }
   443  
   444  // optional .coprocess.MiniRequestObject request = 3;
   445  inline bool Object::has_request() const {
   446    return this != internal_default_instance() && request_ != NULL;
   447  }
   448  inline void Object::clear_request() {
   449    if (GetArenaNoVirtual() == NULL && request_ != NULL) delete request_;
   450    request_ = NULL;
   451  }
   452  inline const ::coprocess::MiniRequestObject& Object::request() const {
   453    // @@protoc_insertion_point(field_get:coprocess.Object.request)
   454    return request_ != NULL ? *request_
   455                           : *::coprocess::MiniRequestObject::internal_default_instance();
   456  }
   457  inline ::coprocess::MiniRequestObject* Object::mutable_request() {
   458    
   459    if (request_ == NULL) {
   460      request_ = new ::coprocess::MiniRequestObject;
   461    }
   462    // @@protoc_insertion_point(field_mutable:coprocess.Object.request)
   463    return request_;
   464  }
   465  inline ::coprocess::MiniRequestObject* Object::release_request() {
   466    // @@protoc_insertion_point(field_release:coprocess.Object.request)
   467    
   468    ::coprocess::MiniRequestObject* temp = request_;
   469    request_ = NULL;
   470    return temp;
   471  }
   472  inline void Object::set_allocated_request(::coprocess::MiniRequestObject* request) {
   473    delete request_;
   474    request_ = request;
   475    if (request) {
   476      
   477    } else {
   478      
   479    }
   480    // @@protoc_insertion_point(field_set_allocated:coprocess.Object.request)
   481  }
   482  
   483  // optional .coprocess.SessionState session = 4;
   484  inline bool Object::has_session() const {
   485    return this != internal_default_instance() && session_ != NULL;
   486  }
   487  inline void Object::clear_session() {
   488    if (GetArenaNoVirtual() == NULL && session_ != NULL) delete session_;
   489    session_ = NULL;
   490  }
   491  inline const ::coprocess::SessionState& Object::session() const {
   492    // @@protoc_insertion_point(field_get:coprocess.Object.session)
   493    return session_ != NULL ? *session_
   494                           : *::coprocess::SessionState::internal_default_instance();
   495  }
   496  inline ::coprocess::SessionState* Object::mutable_session() {
   497    
   498    if (session_ == NULL) {
   499      session_ = new ::coprocess::SessionState;
   500    }
   501    // @@protoc_insertion_point(field_mutable:coprocess.Object.session)
   502    return session_;
   503  }
   504  inline ::coprocess::SessionState* Object::release_session() {
   505    // @@protoc_insertion_point(field_release:coprocess.Object.session)
   506    
   507    ::coprocess::SessionState* temp = session_;
   508    session_ = NULL;
   509    return temp;
   510  }
   511  inline void Object::set_allocated_session(::coprocess::SessionState* session) {
   512    delete session_;
   513    session_ = session;
   514    if (session) {
   515      
   516    } else {
   517      
   518    }
   519    // @@protoc_insertion_point(field_set_allocated:coprocess.Object.session)
   520  }
   521  
   522  // map<string, string> metadata = 5;
   523  inline int Object::metadata_size() const {
   524    return metadata_.size();
   525  }
   526  inline void Object::clear_metadata() {
   527    metadata_.Clear();
   528  }
   529  inline const ::google::protobuf::Map< ::std::string, ::std::string >&
   530  Object::metadata() const {
   531    // @@protoc_insertion_point(field_map:coprocess.Object.metadata)
   532    return metadata_.GetMap();
   533  }
   534  inline ::google::protobuf::Map< ::std::string, ::std::string >*
   535  Object::mutable_metadata() {
   536    // @@protoc_insertion_point(field_mutable_map:coprocess.Object.metadata)
   537    return metadata_.MutableMap();
   538  }
   539  
   540  // map<string, string> spec = 6;
   541  inline int Object::spec_size() const {
   542    return spec_.size();
   543  }
   544  inline void Object::clear_spec() {
   545    spec_.Clear();
   546  }
   547  inline const ::google::protobuf::Map< ::std::string, ::std::string >&
   548  Object::spec() const {
   549    // @@protoc_insertion_point(field_map:coprocess.Object.spec)
   550    return spec_.GetMap();
   551  }
   552  inline ::google::protobuf::Map< ::std::string, ::std::string >*
   553  Object::mutable_spec() {
   554    // @@protoc_insertion_point(field_mutable_map:coprocess.Object.spec)
   555    return spec_.MutableMap();
   556  }
   557  
   558  inline const Object* Object::internal_default_instance() {
   559    return &Object_default_instance_.get();
   560  }
   561  // -------------------------------------------------------------------
   562  
   563  // Event
   564  
   565  // optional string payload = 1;
   566  inline void Event::clear_payload() {
   567    payload_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
   568  }
   569  inline const ::std::string& Event::payload() const {
   570    // @@protoc_insertion_point(field_get:coprocess.Event.payload)
   571    return payload_.GetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
   572  }
   573  inline void Event::set_payload(const ::std::string& value) {
   574    
   575    payload_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
   576    // @@protoc_insertion_point(field_set:coprocess.Event.payload)
   577  }
   578  inline void Event::set_payload(const char* value) {
   579    
   580    payload_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
   581    // @@protoc_insertion_point(field_set_char:coprocess.Event.payload)
   582  }
   583  inline void Event::set_payload(const char* value, size_t size) {
   584    
   585    payload_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
   586        ::std::string(reinterpret_cast<const char*>(value), size));
   587    // @@protoc_insertion_point(field_set_pointer:coprocess.Event.payload)
   588  }
   589  inline ::std::string* Event::mutable_payload() {
   590    
   591    // @@protoc_insertion_point(field_mutable:coprocess.Event.payload)
   592    return payload_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
   593  }
   594  inline ::std::string* Event::release_payload() {
   595    // @@protoc_insertion_point(field_release:coprocess.Event.payload)
   596    
   597    return payload_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
   598  }
   599  inline void Event::set_allocated_payload(::std::string* payload) {
   600    if (payload != NULL) {
   601      
   602    } else {
   603      
   604    }
   605    payload_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), payload);
   606    // @@protoc_insertion_point(field_set_allocated:coprocess.Event.payload)
   607  }
   608  
   609  inline const Event* Event::internal_default_instance() {
   610    return &Event_default_instance_.get();
   611  }
   612  // -------------------------------------------------------------------
   613  
   614  // EventReply
   615  
   616  inline const EventReply* EventReply::internal_default_instance() {
   617    return &EventReply_default_instance_.get();
   618  }
   619  #endif  // !PROTOBUF_INLINE_NOT_IN_HEADERS
   620  // -------------------------------------------------------------------
   621  
   622  // -------------------------------------------------------------------
   623  
   624  
   625  // @@protoc_insertion_point(namespace_scope)
   626  
   627  }  // namespace coprocess
   628  
   629  // @@protoc_insertion_point(global_scope)
   630  
   631  #endif  // PROTOBUF_coprocess_5fobject_2eproto__INCLUDED