Initial commit

This commit is contained in:
Donny
2019-04-22 20:46:32 +08:00
commit 49ab8aadd1
25441 changed files with 4055000 additions and 0 deletions

View File

@@ -0,0 +1,107 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: MultiRowMutation.proto
package pb
import proto "github.com/golang/protobuf/proto"
import fmt "fmt"
import math "math"
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
type MultiRowMutationProcessorRequest struct {
XXX_unrecognized []byte `json:"-"`
}
func (m *MultiRowMutationProcessorRequest) Reset() { *m = MultiRowMutationProcessorRequest{} }
func (m *MultiRowMutationProcessorRequest) String() string { return proto.CompactTextString(m) }
func (*MultiRowMutationProcessorRequest) ProtoMessage() {}
func (*MultiRowMutationProcessorRequest) Descriptor() ([]byte, []int) {
return fileDescriptor12, []int{0}
}
type MultiRowMutationProcessorResponse struct {
XXX_unrecognized []byte `json:"-"`
}
func (m *MultiRowMutationProcessorResponse) Reset() { *m = MultiRowMutationProcessorResponse{} }
func (m *MultiRowMutationProcessorResponse) String() string { return proto.CompactTextString(m) }
func (*MultiRowMutationProcessorResponse) ProtoMessage() {}
func (*MultiRowMutationProcessorResponse) Descriptor() ([]byte, []int) {
return fileDescriptor12, []int{1}
}
type MutateRowsRequest struct {
MutationRequest []*MutationProto `protobuf:"bytes,1,rep,name=mutation_request,json=mutationRequest" json:"mutation_request,omitempty"`
NonceGroup *uint64 `protobuf:"varint,2,opt,name=nonce_group,json=nonceGroup" json:"nonce_group,omitempty"`
Nonce *uint64 `protobuf:"varint,3,opt,name=nonce" json:"nonce,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *MutateRowsRequest) Reset() { *m = MutateRowsRequest{} }
func (m *MutateRowsRequest) String() string { return proto.CompactTextString(m) }
func (*MutateRowsRequest) ProtoMessage() {}
func (*MutateRowsRequest) Descriptor() ([]byte, []int) { return fileDescriptor12, []int{2} }
func (m *MutateRowsRequest) GetMutationRequest() []*MutationProto {
if m != nil {
return m.MutationRequest
}
return nil
}
func (m *MutateRowsRequest) GetNonceGroup() uint64 {
if m != nil && m.NonceGroup != nil {
return *m.NonceGroup
}
return 0
}
func (m *MutateRowsRequest) GetNonce() uint64 {
if m != nil && m.Nonce != nil {
return *m.Nonce
}
return 0
}
type MutateRowsResponse struct {
XXX_unrecognized []byte `json:"-"`
}
func (m *MutateRowsResponse) Reset() { *m = MutateRowsResponse{} }
func (m *MutateRowsResponse) String() string { return proto.CompactTextString(m) }
func (*MutateRowsResponse) ProtoMessage() {}
func (*MutateRowsResponse) Descriptor() ([]byte, []int) { return fileDescriptor12, []int{3} }
func init() {
proto.RegisterType((*MultiRowMutationProcessorRequest)(nil), "pb.MultiRowMutationProcessorRequest")
proto.RegisterType((*MultiRowMutationProcessorResponse)(nil), "pb.MultiRowMutationProcessorResponse")
proto.RegisterType((*MutateRowsRequest)(nil), "pb.MutateRowsRequest")
proto.RegisterType((*MutateRowsResponse)(nil), "pb.MutateRowsResponse")
}
func init() { proto.RegisterFile("MultiRowMutation.proto", fileDescriptor12) }
var fileDescriptor12 = []byte{
// 271 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xbf, 0x4e, 0xf3, 0x40,
0x10, 0xc4, 0x75, 0xc9, 0xf7, 0x35, 0x1b, 0x24, 0xc8, 0x29, 0x18, 0x2b, 0x0d, 0xc6, 0x34, 0x11,
0xc5, 0x15, 0x69, 0xa1, 0x0a, 0x05, 0x14, 0x44, 0x42, 0x87, 0x44, 0x1b, 0x9d, 0x9d, 0xc5, 0xb6,
0x14, 0x6e, 0x8f, 0xfb, 0x43, 0x5e, 0x21, 0x8f, 0xc1, 0xa3, 0x22, 0x7c, 0x09, 0x58, 0x16, 0xa2,
0xdc, 0xdf, 0xce, 0xac, 0x66, 0x07, 0x92, 0x65, 0xd8, 0xf8, 0x46, 0xd2, 0x76, 0x19, 0xbc, 0xf2,
0x0d, 0x69, 0x61, 0x2c, 0x79, 0xe2, 0x03, 0x53, 0x4c, 0x8f, 0x6e, 0x37, 0x0d, 0x6a, 0x1f, 0x49,
0x9e, 0x43, 0xd6, 0xd7, 0x3e, 0x5a, 0x2a, 0xd1, 0x39, 0xb2, 0x12, 0xdf, 0x02, 0x3a, 0x9f, 0x5f,
0xc2, 0xc5, 0x1f, 0x1a, 0x67, 0x48, 0x3b, 0xcc, 0x77, 0x0c, 0xc6, 0xed, 0x16, 0x25, 0x6d, 0xdd,
0xde, 0xca, 0x6f, 0xe0, 0xe4, 0x75, 0x6f, 0x59, 0xd9, 0xc8, 0x52, 0x96, 0x0d, 0x67, 0xa3, 0xf9,
0x58, 0x98, 0x42, 0x74, 0xce, 0x79, 0x92, 0xc7, 0x07, 0xe9, 0xc1, 0x7d, 0x0e, 0x23, 0x4d, 0xba,
0xc4, 0x55, 0x65, 0x29, 0x98, 0x74, 0x90, 0xb1, 0xd9, 0x3f, 0x09, 0x2d, 0xba, 0xfb, 0x22, 0x7c,
0x02, 0xff, 0xdb, 0x29, 0x1d, 0xb6, 0xab, 0x38, 0xe4, 0x13, 0xe0, 0xdd, 0x24, 0x31, 0xe0, 0xfc,
0x19, 0xce, 0xfa, 0x5f, 0x3c, 0xa1, 0x7d, 0x6f, 0x4a, 0xe4, 0xd7, 0x00, 0x3f, 0x06, 0x7e, 0xfa,
0x9d, 0xac, 0xfb, 0xca, 0x34, 0xe9, 0xe3, 0x78, 0x77, 0xf1, 0x00, 0x57, 0x64, 0x2b, 0xa1, 0x8c,
0x2a, 0x6b, 0x14, 0xb5, 0x5a, 0x13, 0x19, 0x51, 0x17, 0xca, 0x61, 0xac, 0xb8, 0x08, 0x2f, 0xa2,
0x42, 0x8d, 0x56, 0x79, 0x5c, 0x2f, 0x92, 0x5f, 0x9a, 0xf4, 0xe4, 0xee, 0xd9, 0x8e, 0xb1, 0x0f,
0xc6, 0x3e, 0x03, 0x00, 0x00, 0xff, 0xff, 0x1d, 0xcf, 0x5a, 0xf8, 0xba, 0x01, 0x00, 0x00,
}