github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/libraries/pingcap/go-hbase/proto/RowProcessor.pb.go (about) 1 // Code generated by protoc-gen-go. 2 // source: RowProcessor.proto 3 // DO NOT EDIT! 4 5 package proto 6 7 import proto1 "github.com/insionng/yougam/libraries/golang/protobuf/proto" 8 import math "math" 9 10 // Reference imports to suppress errors if they are not otherwise used. 11 var _ = proto1.Marshal 12 var _ = math.Inf 13 14 type ProcessRequest struct { 15 RowProcessorClassName *string `protobuf:"bytes,1,req,name=row_processor_class_name" json:"row_processor_class_name,omitempty"` 16 RowProcessorInitializerMessageName *string `protobuf:"bytes,2,opt,name=row_processor_initializer_message_name" json:"row_processor_initializer_message_name,omitempty"` 17 RowProcessorInitializerMessage []byte `protobuf:"bytes,3,opt,name=row_processor_initializer_message" json:"row_processor_initializer_message,omitempty"` 18 NonceGroup *uint64 `protobuf:"varint,4,opt,name=nonce_group" json:"nonce_group,omitempty"` 19 Nonce *uint64 `protobuf:"varint,5,opt,name=nonce" json:"nonce,omitempty"` 20 XXX_unrecognized []byte `json:"-"` 21 } 22 23 func (m *ProcessRequest) Reset() { *m = ProcessRequest{} } 24 func (m *ProcessRequest) String() string { return proto1.CompactTextString(m) } 25 func (*ProcessRequest) ProtoMessage() {} 26 27 func (m *ProcessRequest) GetRowProcessorClassName() string { 28 if m != nil && m.RowProcessorClassName != nil { 29 return *m.RowProcessorClassName 30 } 31 return "" 32 } 33 34 func (m *ProcessRequest) GetRowProcessorInitializerMessageName() string { 35 if m != nil && m.RowProcessorInitializerMessageName != nil { 36 return *m.RowProcessorInitializerMessageName 37 } 38 return "" 39 } 40 41 func (m *ProcessRequest) GetRowProcessorInitializerMessage() []byte { 42 if m != nil { 43 return m.RowProcessorInitializerMessage 44 } 45 return nil 46 } 47 48 func (m *ProcessRequest) GetNonceGroup() uint64 { 49 if m != nil && m.NonceGroup != nil { 50 return *m.NonceGroup 51 } 52 return 0 53 } 54 55 func (m *ProcessRequest) GetNonce() uint64 { 56 if m != nil && m.Nonce != nil { 57 return *m.Nonce 58 } 59 return 0 60 } 61 62 type ProcessResponse struct { 63 RowProcessorResult []byte `protobuf:"bytes,1,req,name=row_processor_result" json:"row_processor_result,omitempty"` 64 XXX_unrecognized []byte `json:"-"` 65 } 66 67 func (m *ProcessResponse) Reset() { *m = ProcessResponse{} } 68 func (m *ProcessResponse) String() string { return proto1.CompactTextString(m) } 69 func (*ProcessResponse) ProtoMessage() {} 70 71 func (m *ProcessResponse) GetRowProcessorResult() []byte { 72 if m != nil { 73 return m.RowProcessorResult 74 } 75 return nil 76 } 77 78 func init() { 79 }