MultiRowMutation.pb.go 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: MultiRowMutation.proto
  3. package pb
  4. import proto "github.com/golang/protobuf/proto"
  5. import fmt "fmt"
  6. import math "math"
  7. // Reference imports to suppress errors if they are not otherwise used.
  8. var _ = proto.Marshal
  9. var _ = fmt.Errorf
  10. var _ = math.Inf
  11. type MultiRowMutationProcessorRequest struct {
  12. XXX_unrecognized []byte `json:"-"`
  13. }
  14. func (m *MultiRowMutationProcessorRequest) Reset() { *m = MultiRowMutationProcessorRequest{} }
  15. func (m *MultiRowMutationProcessorRequest) String() string { return proto.CompactTextString(m) }
  16. func (*MultiRowMutationProcessorRequest) ProtoMessage() {}
  17. func (*MultiRowMutationProcessorRequest) Descriptor() ([]byte, []int) {
  18. return fileDescriptor12, []int{0}
  19. }
  20. type MultiRowMutationProcessorResponse struct {
  21. XXX_unrecognized []byte `json:"-"`
  22. }
  23. func (m *MultiRowMutationProcessorResponse) Reset() { *m = MultiRowMutationProcessorResponse{} }
  24. func (m *MultiRowMutationProcessorResponse) String() string { return proto.CompactTextString(m) }
  25. func (*MultiRowMutationProcessorResponse) ProtoMessage() {}
  26. func (*MultiRowMutationProcessorResponse) Descriptor() ([]byte, []int) {
  27. return fileDescriptor12, []int{1}
  28. }
  29. type MutateRowsRequest struct {
  30. MutationRequest []*MutationProto `protobuf:"bytes,1,rep,name=mutation_request,json=mutationRequest" json:"mutation_request,omitempty"`
  31. NonceGroup *uint64 `protobuf:"varint,2,opt,name=nonce_group,json=nonceGroup" json:"nonce_group,omitempty"`
  32. Nonce *uint64 `protobuf:"varint,3,opt,name=nonce" json:"nonce,omitempty"`
  33. XXX_unrecognized []byte `json:"-"`
  34. }
  35. func (m *MutateRowsRequest) Reset() { *m = MutateRowsRequest{} }
  36. func (m *MutateRowsRequest) String() string { return proto.CompactTextString(m) }
  37. func (*MutateRowsRequest) ProtoMessage() {}
  38. func (*MutateRowsRequest) Descriptor() ([]byte, []int) { return fileDescriptor12, []int{2} }
  39. func (m *MutateRowsRequest) GetMutationRequest() []*MutationProto {
  40. if m != nil {
  41. return m.MutationRequest
  42. }
  43. return nil
  44. }
  45. func (m *MutateRowsRequest) GetNonceGroup() uint64 {
  46. if m != nil && m.NonceGroup != nil {
  47. return *m.NonceGroup
  48. }
  49. return 0
  50. }
  51. func (m *MutateRowsRequest) GetNonce() uint64 {
  52. if m != nil && m.Nonce != nil {
  53. return *m.Nonce
  54. }
  55. return 0
  56. }
  57. type MutateRowsResponse struct {
  58. XXX_unrecognized []byte `json:"-"`
  59. }
  60. func (m *MutateRowsResponse) Reset() { *m = MutateRowsResponse{} }
  61. func (m *MutateRowsResponse) String() string { return proto.CompactTextString(m) }
  62. func (*MutateRowsResponse) ProtoMessage() {}
  63. func (*MutateRowsResponse) Descriptor() ([]byte, []int) { return fileDescriptor12, []int{3} }
  64. func init() {
  65. proto.RegisterType((*MultiRowMutationProcessorRequest)(nil), "pb.MultiRowMutationProcessorRequest")
  66. proto.RegisterType((*MultiRowMutationProcessorResponse)(nil), "pb.MultiRowMutationProcessorResponse")
  67. proto.RegisterType((*MutateRowsRequest)(nil), "pb.MutateRowsRequest")
  68. proto.RegisterType((*MutateRowsResponse)(nil), "pb.MutateRowsResponse")
  69. }
  70. func init() { proto.RegisterFile("MultiRowMutation.proto", fileDescriptor12) }
  71. var fileDescriptor12 = []byte{
  72. // 271 bytes of a gzipped FileDescriptorProto
  73. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xbf, 0x4e, 0xf3, 0x40,
  74. 0x10, 0xc4, 0x75, 0xc9, 0xf7, 0x35, 0x1b, 0x24, 0xc8, 0x29, 0x18, 0x2b, 0x0d, 0xc6, 0x34, 0x11,
  75. 0xc5, 0x15, 0x69, 0xa1, 0x0a, 0x05, 0x14, 0x44, 0x42, 0x87, 0x44, 0x1b, 0x9d, 0x9d, 0xc5, 0xb6,
  76. 0x14, 0x6e, 0x8f, 0xfb, 0x43, 0x5e, 0x21, 0x8f, 0xc1, 0xa3, 0x22, 0x7c, 0x09, 0x58, 0x16, 0xa2,
  77. 0xdc, 0xdf, 0xce, 0xac, 0x66, 0x07, 0x92, 0x65, 0xd8, 0xf8, 0x46, 0xd2, 0x76, 0x19, 0xbc, 0xf2,
  78. 0x0d, 0x69, 0x61, 0x2c, 0x79, 0xe2, 0x03, 0x53, 0x4c, 0x8f, 0x6e, 0x37, 0x0d, 0x6a, 0x1f, 0x49,
  79. 0x9e, 0x43, 0xd6, 0xd7, 0x3e, 0x5a, 0x2a, 0xd1, 0x39, 0xb2, 0x12, 0xdf, 0x02, 0x3a, 0x9f, 0x5f,
  80. 0xc2, 0xc5, 0x1f, 0x1a, 0x67, 0x48, 0x3b, 0xcc, 0x77, 0x0c, 0xc6, 0xed, 0x16, 0x25, 0x6d, 0xdd,
  81. 0xde, 0xca, 0x6f, 0xe0, 0xe4, 0x75, 0x6f, 0x59, 0xd9, 0xc8, 0x52, 0x96, 0x0d, 0x67, 0xa3, 0xf9,
  82. 0x58, 0x98, 0x42, 0x74, 0xce, 0x79, 0x92, 0xc7, 0x07, 0xe9, 0xc1, 0x7d, 0x0e, 0x23, 0x4d, 0xba,
  83. 0xc4, 0x55, 0x65, 0x29, 0x98, 0x74, 0x90, 0xb1, 0xd9, 0x3f, 0x09, 0x2d, 0xba, 0xfb, 0x22, 0x7c,
  84. 0x02, 0xff, 0xdb, 0x29, 0x1d, 0xb6, 0xab, 0x38, 0xe4, 0x13, 0xe0, 0xdd, 0x24, 0x31, 0xe0, 0xfc,
  85. 0x19, 0xce, 0xfa, 0x5f, 0x3c, 0xa1, 0x7d, 0x6f, 0x4a, 0xe4, 0xd7, 0x00, 0x3f, 0x06, 0x7e, 0xfa,
  86. 0x9d, 0xac, 0xfb, 0xca, 0x34, 0xe9, 0xe3, 0x78, 0x77, 0xf1, 0x00, 0x57, 0x64, 0x2b, 0xa1, 0x8c,
  87. 0x2a, 0x6b, 0x14, 0xb5, 0x5a, 0x13, 0x19, 0x51, 0x17, 0xca, 0x61, 0xac, 0xb8, 0x08, 0x2f, 0xa2,
  88. 0x42, 0x8d, 0x56, 0x79, 0x5c, 0x2f, 0x92, 0x5f, 0x9a, 0xf4, 0xe4, 0xee, 0xd9, 0x8e, 0xb1, 0x0f,
  89. 0xc6, 0x3e, 0x03, 0x00, 0x00, 0xff, 0xff, 0x1d, 0xcf, 0x5a, 0xf8, 0xba, 0x01, 0x00, 0x00,
  90. }