本站源代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

309 lines
11KB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google.golang.org/appengine/internal/base/api_base.proto
  3. package base
  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. // This is a compile-time assertion to ensure that this generated file
  12. // is compatible with the proto package it is being compiled against.
  13. // A compilation error at this line likely means your copy of the
  14. // proto package needs to be updated.
  15. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
  16. type StringProto struct {
  17. Value *string `protobuf:"bytes,1,req,name=value" json:"value,omitempty"`
  18. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  19. XXX_unrecognized []byte `json:"-"`
  20. XXX_sizecache int32 `json:"-"`
  21. }
  22. func (m *StringProto) Reset() { *m = StringProto{} }
  23. func (m *StringProto) String() string { return proto.CompactTextString(m) }
  24. func (*StringProto) ProtoMessage() {}
  25. func (*StringProto) Descriptor() ([]byte, []int) {
  26. return fileDescriptor_api_base_9d49f8792e0c1140, []int{0}
  27. }
  28. func (m *StringProto) XXX_Unmarshal(b []byte) error {
  29. return xxx_messageInfo_StringProto.Unmarshal(m, b)
  30. }
  31. func (m *StringProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  32. return xxx_messageInfo_StringProto.Marshal(b, m, deterministic)
  33. }
  34. func (dst *StringProto) XXX_Merge(src proto.Message) {
  35. xxx_messageInfo_StringProto.Merge(dst, src)
  36. }
  37. func (m *StringProto) XXX_Size() int {
  38. return xxx_messageInfo_StringProto.Size(m)
  39. }
  40. func (m *StringProto) XXX_DiscardUnknown() {
  41. xxx_messageInfo_StringProto.DiscardUnknown(m)
  42. }
  43. var xxx_messageInfo_StringProto proto.InternalMessageInfo
  44. func (m *StringProto) GetValue() string {
  45. if m != nil && m.Value != nil {
  46. return *m.Value
  47. }
  48. return ""
  49. }
  50. type Integer32Proto struct {
  51. Value *int32 `protobuf:"varint,1,req,name=value" json:"value,omitempty"`
  52. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  53. XXX_unrecognized []byte `json:"-"`
  54. XXX_sizecache int32 `json:"-"`
  55. }
  56. func (m *Integer32Proto) Reset() { *m = Integer32Proto{} }
  57. func (m *Integer32Proto) String() string { return proto.CompactTextString(m) }
  58. func (*Integer32Proto) ProtoMessage() {}
  59. func (*Integer32Proto) Descriptor() ([]byte, []int) {
  60. return fileDescriptor_api_base_9d49f8792e0c1140, []int{1}
  61. }
  62. func (m *Integer32Proto) XXX_Unmarshal(b []byte) error {
  63. return xxx_messageInfo_Integer32Proto.Unmarshal(m, b)
  64. }
  65. func (m *Integer32Proto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  66. return xxx_messageInfo_Integer32Proto.Marshal(b, m, deterministic)
  67. }
  68. func (dst *Integer32Proto) XXX_Merge(src proto.Message) {
  69. xxx_messageInfo_Integer32Proto.Merge(dst, src)
  70. }
  71. func (m *Integer32Proto) XXX_Size() int {
  72. return xxx_messageInfo_Integer32Proto.Size(m)
  73. }
  74. func (m *Integer32Proto) XXX_DiscardUnknown() {
  75. xxx_messageInfo_Integer32Proto.DiscardUnknown(m)
  76. }
  77. var xxx_messageInfo_Integer32Proto proto.InternalMessageInfo
  78. func (m *Integer32Proto) GetValue() int32 {
  79. if m != nil && m.Value != nil {
  80. return *m.Value
  81. }
  82. return 0
  83. }
  84. type Integer64Proto struct {
  85. Value *int64 `protobuf:"varint,1,req,name=value" json:"value,omitempty"`
  86. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  87. XXX_unrecognized []byte `json:"-"`
  88. XXX_sizecache int32 `json:"-"`
  89. }
  90. func (m *Integer64Proto) Reset() { *m = Integer64Proto{} }
  91. func (m *Integer64Proto) String() string { return proto.CompactTextString(m) }
  92. func (*Integer64Proto) ProtoMessage() {}
  93. func (*Integer64Proto) Descriptor() ([]byte, []int) {
  94. return fileDescriptor_api_base_9d49f8792e0c1140, []int{2}
  95. }
  96. func (m *Integer64Proto) XXX_Unmarshal(b []byte) error {
  97. return xxx_messageInfo_Integer64Proto.Unmarshal(m, b)
  98. }
  99. func (m *Integer64Proto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  100. return xxx_messageInfo_Integer64Proto.Marshal(b, m, deterministic)
  101. }
  102. func (dst *Integer64Proto) XXX_Merge(src proto.Message) {
  103. xxx_messageInfo_Integer64Proto.Merge(dst, src)
  104. }
  105. func (m *Integer64Proto) XXX_Size() int {
  106. return xxx_messageInfo_Integer64Proto.Size(m)
  107. }
  108. func (m *Integer64Proto) XXX_DiscardUnknown() {
  109. xxx_messageInfo_Integer64Proto.DiscardUnknown(m)
  110. }
  111. var xxx_messageInfo_Integer64Proto proto.InternalMessageInfo
  112. func (m *Integer64Proto) GetValue() int64 {
  113. if m != nil && m.Value != nil {
  114. return *m.Value
  115. }
  116. return 0
  117. }
  118. type BoolProto struct {
  119. Value *bool `protobuf:"varint,1,req,name=value" json:"value,omitempty"`
  120. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  121. XXX_unrecognized []byte `json:"-"`
  122. XXX_sizecache int32 `json:"-"`
  123. }
  124. func (m *BoolProto) Reset() { *m = BoolProto{} }
  125. func (m *BoolProto) String() string { return proto.CompactTextString(m) }
  126. func (*BoolProto) ProtoMessage() {}
  127. func (*BoolProto) Descriptor() ([]byte, []int) {
  128. return fileDescriptor_api_base_9d49f8792e0c1140, []int{3}
  129. }
  130. func (m *BoolProto) XXX_Unmarshal(b []byte) error {
  131. return xxx_messageInfo_BoolProto.Unmarshal(m, b)
  132. }
  133. func (m *BoolProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  134. return xxx_messageInfo_BoolProto.Marshal(b, m, deterministic)
  135. }
  136. func (dst *BoolProto) XXX_Merge(src proto.Message) {
  137. xxx_messageInfo_BoolProto.Merge(dst, src)
  138. }
  139. func (m *BoolProto) XXX_Size() int {
  140. return xxx_messageInfo_BoolProto.Size(m)
  141. }
  142. func (m *BoolProto) XXX_DiscardUnknown() {
  143. xxx_messageInfo_BoolProto.DiscardUnknown(m)
  144. }
  145. var xxx_messageInfo_BoolProto proto.InternalMessageInfo
  146. func (m *BoolProto) GetValue() bool {
  147. if m != nil && m.Value != nil {
  148. return *m.Value
  149. }
  150. return false
  151. }
  152. type DoubleProto struct {
  153. Value *float64 `protobuf:"fixed64,1,req,name=value" json:"value,omitempty"`
  154. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  155. XXX_unrecognized []byte `json:"-"`
  156. XXX_sizecache int32 `json:"-"`
  157. }
  158. func (m *DoubleProto) Reset() { *m = DoubleProto{} }
  159. func (m *DoubleProto) String() string { return proto.CompactTextString(m) }
  160. func (*DoubleProto) ProtoMessage() {}
  161. func (*DoubleProto) Descriptor() ([]byte, []int) {
  162. return fileDescriptor_api_base_9d49f8792e0c1140, []int{4}
  163. }
  164. func (m *DoubleProto) XXX_Unmarshal(b []byte) error {
  165. return xxx_messageInfo_DoubleProto.Unmarshal(m, b)
  166. }
  167. func (m *DoubleProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  168. return xxx_messageInfo_DoubleProto.Marshal(b, m, deterministic)
  169. }
  170. func (dst *DoubleProto) XXX_Merge(src proto.Message) {
  171. xxx_messageInfo_DoubleProto.Merge(dst, src)
  172. }
  173. func (m *DoubleProto) XXX_Size() int {
  174. return xxx_messageInfo_DoubleProto.Size(m)
  175. }
  176. func (m *DoubleProto) XXX_DiscardUnknown() {
  177. xxx_messageInfo_DoubleProto.DiscardUnknown(m)
  178. }
  179. var xxx_messageInfo_DoubleProto proto.InternalMessageInfo
  180. func (m *DoubleProto) GetValue() float64 {
  181. if m != nil && m.Value != nil {
  182. return *m.Value
  183. }
  184. return 0
  185. }
  186. type BytesProto struct {
  187. Value []byte `protobuf:"bytes,1,req,name=value" json:"value,omitempty"`
  188. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  189. XXX_unrecognized []byte `json:"-"`
  190. XXX_sizecache int32 `json:"-"`
  191. }
  192. func (m *BytesProto) Reset() { *m = BytesProto{} }
  193. func (m *BytesProto) String() string { return proto.CompactTextString(m) }
  194. func (*BytesProto) ProtoMessage() {}
  195. func (*BytesProto) Descriptor() ([]byte, []int) {
  196. return fileDescriptor_api_base_9d49f8792e0c1140, []int{5}
  197. }
  198. func (m *BytesProto) XXX_Unmarshal(b []byte) error {
  199. return xxx_messageInfo_BytesProto.Unmarshal(m, b)
  200. }
  201. func (m *BytesProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  202. return xxx_messageInfo_BytesProto.Marshal(b, m, deterministic)
  203. }
  204. func (dst *BytesProto) XXX_Merge(src proto.Message) {
  205. xxx_messageInfo_BytesProto.Merge(dst, src)
  206. }
  207. func (m *BytesProto) XXX_Size() int {
  208. return xxx_messageInfo_BytesProto.Size(m)
  209. }
  210. func (m *BytesProto) XXX_DiscardUnknown() {
  211. xxx_messageInfo_BytesProto.DiscardUnknown(m)
  212. }
  213. var xxx_messageInfo_BytesProto proto.InternalMessageInfo
  214. func (m *BytesProto) GetValue() []byte {
  215. if m != nil {
  216. return m.Value
  217. }
  218. return nil
  219. }
  220. type VoidProto struct {
  221. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  222. XXX_unrecognized []byte `json:"-"`
  223. XXX_sizecache int32 `json:"-"`
  224. }
  225. func (m *VoidProto) Reset() { *m = VoidProto{} }
  226. func (m *VoidProto) String() string { return proto.CompactTextString(m) }
  227. func (*VoidProto) ProtoMessage() {}
  228. func (*VoidProto) Descriptor() ([]byte, []int) {
  229. return fileDescriptor_api_base_9d49f8792e0c1140, []int{6}
  230. }
  231. func (m *VoidProto) XXX_Unmarshal(b []byte) error {
  232. return xxx_messageInfo_VoidProto.Unmarshal(m, b)
  233. }
  234. func (m *VoidProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  235. return xxx_messageInfo_VoidProto.Marshal(b, m, deterministic)
  236. }
  237. func (dst *VoidProto) XXX_Merge(src proto.Message) {
  238. xxx_messageInfo_VoidProto.Merge(dst, src)
  239. }
  240. func (m *VoidProto) XXX_Size() int {
  241. return xxx_messageInfo_VoidProto.Size(m)
  242. }
  243. func (m *VoidProto) XXX_DiscardUnknown() {
  244. xxx_messageInfo_VoidProto.DiscardUnknown(m)
  245. }
  246. var xxx_messageInfo_VoidProto proto.InternalMessageInfo
  247. func init() {
  248. proto.RegisterType((*StringProto)(nil), "appengine.base.StringProto")
  249. proto.RegisterType((*Integer32Proto)(nil), "appengine.base.Integer32Proto")
  250. proto.RegisterType((*Integer64Proto)(nil), "appengine.base.Integer64Proto")
  251. proto.RegisterType((*BoolProto)(nil), "appengine.base.BoolProto")
  252. proto.RegisterType((*DoubleProto)(nil), "appengine.base.DoubleProto")
  253. proto.RegisterType((*BytesProto)(nil), "appengine.base.BytesProto")
  254. proto.RegisterType((*VoidProto)(nil), "appengine.base.VoidProto")
  255. }
  256. func init() {
  257. proto.RegisterFile("google.golang.org/appengine/internal/base/api_base.proto", fileDescriptor_api_base_9d49f8792e0c1140)
  258. }
  259. var fileDescriptor_api_base_9d49f8792e0c1140 = []byte{
  260. // 199 bytes of a gzipped FileDescriptorProto
  261. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0xcf, 0x3f, 0x4b, 0xc6, 0x30,
  262. 0x10, 0x06, 0x70, 0x5a, 0xad, 0xb4, 0x57, 0xe9, 0x20, 0x0e, 0x1d, 0xb5, 0x05, 0x71, 0x4a, 0x40,
  263. 0x45, 0x9c, 0x83, 0x8b, 0x9b, 0x28, 0x38, 0xb8, 0x48, 0x8a, 0xc7, 0x11, 0x08, 0xb9, 0x90, 0xa6,
  264. 0x82, 0xdf, 0x5e, 0xda, 0xd2, 0xfa, 0xc2, 0x9b, 0xed, 0xfe, 0xfc, 0xe0, 0xe1, 0x81, 0x27, 0x62,
  265. 0x26, 0x8b, 0x82, 0xd8, 0x6a, 0x47, 0x82, 0x03, 0x49, 0xed, 0x3d, 0x3a, 0x32, 0x0e, 0xa5, 0x71,
  266. 0x11, 0x83, 0xd3, 0x56, 0x0e, 0x7a, 0x44, 0xa9, 0xbd, 0xf9, 0x9a, 0x07, 0xe1, 0x03, 0x47, 0xbe,
  267. 0x68, 0x76, 0x27, 0xe6, 0x6b, 0xd7, 0x43, 0xfd, 0x1e, 0x83, 0x71, 0xf4, 0xba, 0xbc, 0x2f, 0xa1,
  268. 0xf8, 0xd1, 0x76, 0xc2, 0x36, 0xbb, 0xca, 0x6f, 0xab, 0xb7, 0x75, 0xe9, 0x6e, 0xa0, 0x79, 0x71,
  269. 0x11, 0x09, 0xc3, 0xfd, 0x5d, 0xc2, 0x15, 0xc7, 0xee, 0xf1, 0x21, 0xe1, 0x4e, 0x36, 0x77, 0x0d,
  270. 0x95, 0x62, 0xb6, 0x09, 0x52, 0x6e, 0xa4, 0x87, 0xfa, 0x99, 0xa7, 0xc1, 0x62, 0x02, 0x65, 0xff,
  271. 0x79, 0xa0, 0x7e, 0x23, 0x8e, 0xab, 0x69, 0x0f, 0xcd, 0xb9, 0xca, 0xcb, 0xdd, 0xd5, 0x50, 0x7d,
  272. 0xb0, 0xf9, 0x5e, 0x98, 0x3a, 0xfb, 0x3c, 0x9d, 0x9b, 0xff, 0x05, 0x00, 0x00, 0xff, 0xff, 0xba,
  273. 0x37, 0x25, 0xea, 0x44, 0x01, 0x00, 0x00,
  274. }
上海开阖软件有限公司 沪ICP备12045867号-1