github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/libraries/pingcap/go-hbase/proto/MultiRowMutation.pb.go (about) 1 // Code generated by protoc-gen-go. 2 // source: MultiRowMutation.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 MultiRowMutationProcessorRequest struct { 15 XXX_unrecognized []byte `json:"-"` 16 } 17 18 func (m *MultiRowMutationProcessorRequest) Reset() { *m = MultiRowMutationProcessorRequest{} } 19 func (m *MultiRowMutationProcessorRequest) String() string { return proto1.CompactTextString(m) } 20 func (*MultiRowMutationProcessorRequest) ProtoMessage() {} 21 22 type MultiRowMutationProcessorResponse struct { 23 XXX_unrecognized []byte `json:"-"` 24 } 25 26 func (m *MultiRowMutationProcessorResponse) Reset() { *m = MultiRowMutationProcessorResponse{} } 27 func (m *MultiRowMutationProcessorResponse) String() string { return proto1.CompactTextString(m) } 28 func (*MultiRowMutationProcessorResponse) ProtoMessage() {} 29 30 type MutateRowsRequest struct { 31 MutationRequest []*MutationProto `protobuf:"bytes,1,rep,name=mutation_request" json:"mutation_request,omitempty"` 32 NonceGroup *uint64 `protobuf:"varint,2,opt,name=nonce_group" json:"nonce_group,omitempty"` 33 Nonce *uint64 `protobuf:"varint,3,opt,name=nonce" json:"nonce,omitempty"` 34 XXX_unrecognized []byte `json:"-"` 35 } 36 37 func (m *MutateRowsRequest) Reset() { *m = MutateRowsRequest{} } 38 func (m *MutateRowsRequest) String() string { return proto1.CompactTextString(m) } 39 func (*MutateRowsRequest) ProtoMessage() {} 40 41 func (m *MutateRowsRequest) GetMutationRequest() []*MutationProto { 42 if m != nil { 43 return m.MutationRequest 44 } 45 return nil 46 } 47 48 func (m *MutateRowsRequest) GetNonceGroup() uint64 { 49 if m != nil && m.NonceGroup != nil { 50 return *m.NonceGroup 51 } 52 return 0 53 } 54 55 func (m *MutateRowsRequest) GetNonce() uint64 { 56 if m != nil && m.Nonce != nil { 57 return *m.Nonce 58 } 59 return 0 60 } 61 62 type MutateRowsResponse struct { 63 XXX_unrecognized []byte `json:"-"` 64 } 65 66 func (m *MutateRowsResponse) Reset() { *m = MutateRowsResponse{} } 67 func (m *MutateRowsResponse) String() string { return proto1.CompactTextString(m) } 68 func (*MutateRowsResponse) ProtoMessage() {} 69 70 func init() { 71 }