household.pb.go 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: household.proto
  3. // package声明符,用来防止不同的消息类型有命名冲突
  4. package v1
  5. import (
  6. fmt "fmt"
  7. proto "github.com/golang/protobuf/proto"
  8. math "math"
  9. )
  10. // Reference imports to suppress errors if they are not otherwise used.
  11. var _ = proto.Marshal
  12. var _ = fmt.Errorf
  13. var _ = math.Inf
  14. // This is a compile-time assertion to ensure that this generated file
  15. // is compatible with the proto package it is being compiled against.
  16. // A compilation error at this line likely means your copy of the
  17. // proto package needs to be updated.
  18. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
  19. type HouseholdGardenNameChangeRequest struct {
  20. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  21. GardenName string `protobuf:"bytes,2,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"`
  22. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  23. XXX_unrecognized []byte `json:"-"`
  24. XXX_sizecache int32 `json:"-"`
  25. }
  26. func (m *HouseholdGardenNameChangeRequest) Reset() { *m = HouseholdGardenNameChangeRequest{} }
  27. func (m *HouseholdGardenNameChangeRequest) String() string { return proto.CompactTextString(m) }
  28. func (*HouseholdGardenNameChangeRequest) ProtoMessage() {}
  29. func (*HouseholdGardenNameChangeRequest) Descriptor() ([]byte, []int) {
  30. return fileDescriptor_137f5ce6ca8cb923, []int{0}
  31. }
  32. func (m *HouseholdGardenNameChangeRequest) XXX_Unmarshal(b []byte) error {
  33. return xxx_messageInfo_HouseholdGardenNameChangeRequest.Unmarshal(m, b)
  34. }
  35. func (m *HouseholdGardenNameChangeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  36. return xxx_messageInfo_HouseholdGardenNameChangeRequest.Marshal(b, m, deterministic)
  37. }
  38. func (m *HouseholdGardenNameChangeRequest) XXX_Merge(src proto.Message) {
  39. xxx_messageInfo_HouseholdGardenNameChangeRequest.Merge(m, src)
  40. }
  41. func (m *HouseholdGardenNameChangeRequest) XXX_Size() int {
  42. return xxx_messageInfo_HouseholdGardenNameChangeRequest.Size(m)
  43. }
  44. func (m *HouseholdGardenNameChangeRequest) XXX_DiscardUnknown() {
  45. xxx_messageInfo_HouseholdGardenNameChangeRequest.DiscardUnknown(m)
  46. }
  47. var xxx_messageInfo_HouseholdGardenNameChangeRequest proto.InternalMessageInfo
  48. func (m *HouseholdGardenNameChangeRequest) GetGardenId() int64 {
  49. if m != nil {
  50. return m.GardenId
  51. }
  52. return 0
  53. }
  54. func (m *HouseholdGardenNameChangeRequest) GetGardenName() string {
  55. if m != nil {
  56. return m.GardenName
  57. }
  58. return ""
  59. }
  60. type HouseholdGardenNameChangeReply struct {
  61. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  62. XXX_unrecognized []byte `json:"-"`
  63. XXX_sizecache int32 `json:"-"`
  64. }
  65. func (m *HouseholdGardenNameChangeReply) Reset() { *m = HouseholdGardenNameChangeReply{} }
  66. func (m *HouseholdGardenNameChangeReply) String() string { return proto.CompactTextString(m) }
  67. func (*HouseholdGardenNameChangeReply) ProtoMessage() {}
  68. func (*HouseholdGardenNameChangeReply) Descriptor() ([]byte, []int) {
  69. return fileDescriptor_137f5ce6ca8cb923, []int{1}
  70. }
  71. func (m *HouseholdGardenNameChangeReply) XXX_Unmarshal(b []byte) error {
  72. return xxx_messageInfo_HouseholdGardenNameChangeReply.Unmarshal(m, b)
  73. }
  74. func (m *HouseholdGardenNameChangeReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  75. return xxx_messageInfo_HouseholdGardenNameChangeReply.Marshal(b, m, deterministic)
  76. }
  77. func (m *HouseholdGardenNameChangeReply) XXX_Merge(src proto.Message) {
  78. xxx_messageInfo_HouseholdGardenNameChangeReply.Merge(m, src)
  79. }
  80. func (m *HouseholdGardenNameChangeReply) XXX_Size() int {
  81. return xxx_messageInfo_HouseholdGardenNameChangeReply.Size(m)
  82. }
  83. func (m *HouseholdGardenNameChangeReply) XXX_DiscardUnknown() {
  84. xxx_messageInfo_HouseholdGardenNameChangeReply.DiscardUnknown(m)
  85. }
  86. var xxx_messageInfo_HouseholdGardenNameChangeReply proto.InternalMessageInfo
  87. type HouseholdRefuseRequest struct {
  88. HouseId int64 `protobuf:"varint,1,opt,name=house_id,json=houseId,proto3" json:"house_id"`
  89. GardenId int64 `protobuf:"varint,2,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  90. UnitId int64 `protobuf:"varint,3,opt,name=unit_id,json=unitId,proto3" json:"unit_id"`
  91. BuildingId int64 `protobuf:"varint,4,opt,name=building_id,json=buildingId,proto3" json:"building_id"`
  92. Feedback string `protobuf:"bytes,5,opt,name=feedback,proto3" json:"feedback"`
  93. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  94. XXX_unrecognized []byte `json:"-"`
  95. XXX_sizecache int32 `json:"-"`
  96. }
  97. func (m *HouseholdRefuseRequest) Reset() { *m = HouseholdRefuseRequest{} }
  98. func (m *HouseholdRefuseRequest) String() string { return proto.CompactTextString(m) }
  99. func (*HouseholdRefuseRequest) ProtoMessage() {}
  100. func (*HouseholdRefuseRequest) Descriptor() ([]byte, []int) {
  101. return fileDescriptor_137f5ce6ca8cb923, []int{2}
  102. }
  103. func (m *HouseholdRefuseRequest) XXX_Unmarshal(b []byte) error {
  104. return xxx_messageInfo_HouseholdRefuseRequest.Unmarshal(m, b)
  105. }
  106. func (m *HouseholdRefuseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  107. return xxx_messageInfo_HouseholdRefuseRequest.Marshal(b, m, deterministic)
  108. }
  109. func (m *HouseholdRefuseRequest) XXX_Merge(src proto.Message) {
  110. xxx_messageInfo_HouseholdRefuseRequest.Merge(m, src)
  111. }
  112. func (m *HouseholdRefuseRequest) XXX_Size() int {
  113. return xxx_messageInfo_HouseholdRefuseRequest.Size(m)
  114. }
  115. func (m *HouseholdRefuseRequest) XXX_DiscardUnknown() {
  116. xxx_messageInfo_HouseholdRefuseRequest.DiscardUnknown(m)
  117. }
  118. var xxx_messageInfo_HouseholdRefuseRequest proto.InternalMessageInfo
  119. func (m *HouseholdRefuseRequest) GetHouseId() int64 {
  120. if m != nil {
  121. return m.HouseId
  122. }
  123. return 0
  124. }
  125. func (m *HouseholdRefuseRequest) GetGardenId() int64 {
  126. if m != nil {
  127. return m.GardenId
  128. }
  129. return 0
  130. }
  131. func (m *HouseholdRefuseRequest) GetUnitId() int64 {
  132. if m != nil {
  133. return m.UnitId
  134. }
  135. return 0
  136. }
  137. func (m *HouseholdRefuseRequest) GetBuildingId() int64 {
  138. if m != nil {
  139. return m.BuildingId
  140. }
  141. return 0
  142. }
  143. func (m *HouseholdRefuseRequest) GetFeedback() string {
  144. if m != nil {
  145. return m.Feedback
  146. }
  147. return ""
  148. }
  149. type HouseholdRefuseReply struct {
  150. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  151. XXX_unrecognized []byte `json:"-"`
  152. XXX_sizecache int32 `json:"-"`
  153. }
  154. func (m *HouseholdRefuseReply) Reset() { *m = HouseholdRefuseReply{} }
  155. func (m *HouseholdRefuseReply) String() string { return proto.CompactTextString(m) }
  156. func (*HouseholdRefuseReply) ProtoMessage() {}
  157. func (*HouseholdRefuseReply) Descriptor() ([]byte, []int) {
  158. return fileDescriptor_137f5ce6ca8cb923, []int{3}
  159. }
  160. func (m *HouseholdRefuseReply) XXX_Unmarshal(b []byte) error {
  161. return xxx_messageInfo_HouseholdRefuseReply.Unmarshal(m, b)
  162. }
  163. func (m *HouseholdRefuseReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  164. return xxx_messageInfo_HouseholdRefuseReply.Marshal(b, m, deterministic)
  165. }
  166. func (m *HouseholdRefuseReply) XXX_Merge(src proto.Message) {
  167. xxx_messageInfo_HouseholdRefuseReply.Merge(m, src)
  168. }
  169. func (m *HouseholdRefuseReply) XXX_Size() int {
  170. return xxx_messageInfo_HouseholdRefuseReply.Size(m)
  171. }
  172. func (m *HouseholdRefuseReply) XXX_DiscardUnknown() {
  173. xxx_messageInfo_HouseholdRefuseReply.DiscardUnknown(m)
  174. }
  175. var xxx_messageInfo_HouseholdRefuseReply proto.InternalMessageInfo
  176. func init() {
  177. proto.RegisterType((*HouseholdGardenNameChangeRequest)(nil), "pb_v1.HouseholdGardenNameChangeRequest")
  178. proto.RegisterType((*HouseholdGardenNameChangeReply)(nil), "pb_v1.HouseholdGardenNameChangeReply")
  179. proto.RegisterType((*HouseholdRefuseRequest)(nil), "pb_v1.HouseholdRefuseRequest")
  180. proto.RegisterType((*HouseholdRefuseReply)(nil), "pb_v1.HouseholdRefuseReply")
  181. }
  182. func init() {
  183. proto.RegisterFile("household.proto", fileDescriptor_137f5ce6ca8cb923)
  184. }
  185. var fileDescriptor_137f5ce6ca8cb923 = []byte{
  186. // 252 bytes of a gzipped FileDescriptorProto
  187. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xb1, 0x4e, 0xc3, 0x30,
  188. 0x14, 0x45, 0x95, 0x96, 0xb6, 0xe9, 0x63, 0x40, 0x8a, 0xa0, 0x0d, 0x20, 0x41, 0x94, 0xa9, 0x0b,
  189. 0x54, 0x15, 0x7f, 0x00, 0x03, 0x64, 0x61, 0xc8, 0xc8, 0x52, 0x6c, 0xde, 0x6b, 0x12, 0x91, 0xd8,
  190. 0x26, 0xb6, 0x2b, 0xe5, 0x87, 0xf8, 0x4e, 0x14, 0x97, 0x1a, 0x01, 0x52, 0xc7, 0x7b, 0x8f, 0xe5,
  191. 0x7b, 0x6c, 0x38, 0x29, 0xa5, 0xd5, 0x54, 0xca, 0x1a, 0x6f, 0x55, 0x2b, 0x8d, 0x8c, 0x46, 0x8a,
  192. 0xaf, 0xb7, 0xab, 0xf4, 0x15, 0x92, 0xa7, 0x3d, 0x79, 0x64, 0x2d, 0x92, 0x78, 0x66, 0x0d, 0x3d,
  193. 0x94, 0x4c, 0x14, 0x94, 0xd3, 0x87, 0x25, 0x6d, 0xa2, 0x4b, 0x98, 0x16, 0x0e, 0xad, 0x2b, 0x8c,
  194. 0x83, 0x24, 0x58, 0x0c, 0xf3, 0x70, 0x57, 0x64, 0x18, 0x5d, 0xc3, 0xf1, 0x37, 0x14, 0xac, 0xa1,
  195. 0x78, 0x90, 0x04, 0x8b, 0x69, 0x0e, 0x85, 0xbf, 0x2a, 0x4d, 0xe0, 0xea, 0xc0, 0x82, 0xaa, 0xbb,
  196. 0xf4, 0x33, 0x80, 0x99, 0x3f, 0x92, 0xd3, 0xc6, 0x6a, 0x3f, 0x7d, 0x0e, 0xa1, 0x13, 0xff, 0x59,
  197. 0x9e, 0xb8, 0x9c, 0xe1, 0x6f, 0xab, 0xc1, 0x1f, 0xab, 0x39, 0x4c, 0xac, 0xa8, 0x4c, 0x8f, 0x86,
  198. 0x0e, 0x8d, 0xfb, 0xb8, 0xd3, 0xe5, 0xb6, 0xaa, 0xb1, 0x12, 0x45, 0x0f, 0x8f, 0x1c, 0x84, 0x7d,
  199. 0x95, 0x61, 0x74, 0x01, 0xe1, 0x86, 0x08, 0x39, 0x7b, 0x7b, 0x8f, 0x47, 0xee, 0x31, 0x3e, 0xa7,
  200. 0x33, 0x38, 0xfd, 0xe7, 0xa9, 0xea, 0xee, 0x7e, 0xfe, 0x72, 0xa6, 0x5a, 0xa9, 0xa8, 0x35, 0xdd,
  201. 0x8d, 0xee, 0xb4, 0xa1, 0x66, 0xa9, 0xf8, 0x72, 0xbb, 0xe2, 0x63, 0xf7, 0xd7, 0x77, 0x5f, 0x01,
  202. 0x00, 0x00, 0xff, 0xff, 0x7f, 0x03, 0x12, 0xd6, 0x7e, 0x01, 0x00, 0x00,
  203. }