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.
 
 
 

384 lines
21 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v0/enums/price_placeholder_field.proto
  3. package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums"
  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. // Possible values for Price placeholder fields.
  17. type PricePlaceholderFieldEnum_PricePlaceholderField int32
  18. const (
  19. // Not specified.
  20. PricePlaceholderFieldEnum_UNSPECIFIED PricePlaceholderFieldEnum_PricePlaceholderField = 0
  21. // Used for return value only. Represents value unknown in this version.
  22. PricePlaceholderFieldEnum_UNKNOWN PricePlaceholderFieldEnum_PricePlaceholderField = 1
  23. // Data Type: STRING. The type of your price feed. Must match one of the
  24. // predefined price feed type exactly.
  25. PricePlaceholderFieldEnum_TYPE PricePlaceholderFieldEnum_PricePlaceholderField = 2
  26. // Data Type: STRING. The qualifier of each price. Must match one of the
  27. // predefined price qualifiers exactly.
  28. PricePlaceholderFieldEnum_PRICE_QUALIFIER PricePlaceholderFieldEnum_PricePlaceholderField = 3
  29. // Data Type: URL. Tracking template for the price feed when using Upgraded
  30. // URLs.
  31. PricePlaceholderFieldEnum_TRACKING_TEMPLATE PricePlaceholderFieldEnum_PricePlaceholderField = 4
  32. // Data Type: STRING. Language of the price feed. Must match one of the
  33. // available available locale codes exactly.
  34. PricePlaceholderFieldEnum_LANGUAGE PricePlaceholderFieldEnum_PricePlaceholderField = 5
  35. // Data Type: STRING. Final URL suffix for the price feed when using
  36. // parallel tracking.
  37. PricePlaceholderFieldEnum_FINAL_URL_SUFFIX PricePlaceholderFieldEnum_PricePlaceholderField = 6
  38. // Data Type: STRING. The header of item 1 of the table.
  39. PricePlaceholderFieldEnum_ITEM_1_HEADER PricePlaceholderFieldEnum_PricePlaceholderField = 100
  40. // Data Type: STRING. The description of item 1 of the table.
  41. PricePlaceholderFieldEnum_ITEM_1_DESCRIPTION PricePlaceholderFieldEnum_PricePlaceholderField = 101
  42. // Data Type: PRICE. The price (money with currency) of item 1 of the table,
  43. // e.g., 30 USD. The currency must match one of the available currencies.
  44. PricePlaceholderFieldEnum_ITEM_1_PRICE PricePlaceholderFieldEnum_PricePlaceholderField = 102
  45. // Data Type: STRING. The price unit of item 1 of the table. Must match one
  46. // of the predefined price units.
  47. PricePlaceholderFieldEnum_ITEM_1_UNIT PricePlaceholderFieldEnum_PricePlaceholderField = 103
  48. // Data Type: URL_LIST. The final URLs of item 1 of the table when using
  49. // Upgraded URLs.
  50. PricePlaceholderFieldEnum_ITEM_1_FINAL_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 104
  51. // Data Type: URL_LIST. The final mobile URLs of item 1 of the table when
  52. // using Upgraded URLs.
  53. PricePlaceholderFieldEnum_ITEM_1_FINAL_MOBILE_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 105
  54. // Data Type: STRING. The header of item 2 of the table.
  55. PricePlaceholderFieldEnum_ITEM_2_HEADER PricePlaceholderFieldEnum_PricePlaceholderField = 200
  56. // Data Type: STRING. The description of item 2 of the table.
  57. PricePlaceholderFieldEnum_ITEM_2_DESCRIPTION PricePlaceholderFieldEnum_PricePlaceholderField = 201
  58. // Data Type: PRICE. The price (money with currency) of item 2 of the table,
  59. // e.g., 30 USD. The currency must match one of the available currencies.
  60. PricePlaceholderFieldEnum_ITEM_2_PRICE PricePlaceholderFieldEnum_PricePlaceholderField = 202
  61. // Data Type: STRING. The price unit of item 2 of the table. Must match one
  62. // of the predefined price units.
  63. PricePlaceholderFieldEnum_ITEM_2_UNIT PricePlaceholderFieldEnum_PricePlaceholderField = 203
  64. // Data Type: URL_LIST. The final URLs of item 2 of the table when using
  65. // Upgraded URLs.
  66. PricePlaceholderFieldEnum_ITEM_2_FINAL_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 204
  67. // Data Type: URL_LIST. The final mobile URLs of item 2 of the table when
  68. // using Upgraded URLs.
  69. PricePlaceholderFieldEnum_ITEM_2_FINAL_MOBILE_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 205
  70. // Data Type: STRING. The header of item 3 of the table.
  71. PricePlaceholderFieldEnum_ITEM_3_HEADER PricePlaceholderFieldEnum_PricePlaceholderField = 300
  72. // Data Type: STRING. The description of item 3 of the table.
  73. PricePlaceholderFieldEnum_ITEM_3_DESCRIPTION PricePlaceholderFieldEnum_PricePlaceholderField = 301
  74. // Data Type: PRICE. The price (money with currency) of item 3 of the table,
  75. // e.g., 30 USD. The currency must match one of the available currencies.
  76. PricePlaceholderFieldEnum_ITEM_3_PRICE PricePlaceholderFieldEnum_PricePlaceholderField = 302
  77. // Data Type: STRING. The price unit of item 3 of the table. Must match one
  78. // of the predefined price units.
  79. PricePlaceholderFieldEnum_ITEM_3_UNIT PricePlaceholderFieldEnum_PricePlaceholderField = 303
  80. // Data Type: URL_LIST. The final URLs of item 3 of the table when using
  81. // Upgraded URLs.
  82. PricePlaceholderFieldEnum_ITEM_3_FINAL_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 304
  83. // Data Type: URL_LIST. The final mobile URLs of item 3 of the table when
  84. // using Upgraded URLs.
  85. PricePlaceholderFieldEnum_ITEM_3_FINAL_MOBILE_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 305
  86. // Data Type: STRING. The header of item 4 of the table.
  87. PricePlaceholderFieldEnum_ITEM_4_HEADER PricePlaceholderFieldEnum_PricePlaceholderField = 400
  88. // Data Type: STRING. The description of item 4 of the table.
  89. PricePlaceholderFieldEnum_ITEM_4_DESCRIPTION PricePlaceholderFieldEnum_PricePlaceholderField = 401
  90. // Data Type: PRICE. The price (money with currency) of item 4 of the table,
  91. // e.g., 30 USD. The currency must match one of the available currencies.
  92. PricePlaceholderFieldEnum_ITEM_4_PRICE PricePlaceholderFieldEnum_PricePlaceholderField = 402
  93. // Data Type: STRING. The price unit of item 4 of the table. Must match one
  94. // of the predefined price units.
  95. PricePlaceholderFieldEnum_ITEM_4_UNIT PricePlaceholderFieldEnum_PricePlaceholderField = 403
  96. // Data Type: URL_LIST. The final URLs of item 4 of the table when using
  97. // Upgraded URLs.
  98. PricePlaceholderFieldEnum_ITEM_4_FINAL_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 404
  99. // Data Type: URL_LIST. The final mobile URLs of item 4 of the table when
  100. // using Upgraded URLs.
  101. PricePlaceholderFieldEnum_ITEM_4_FINAL_MOBILE_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 405
  102. // Data Type: STRING. The header of item 5 of the table.
  103. PricePlaceholderFieldEnum_ITEM_5_HEADER PricePlaceholderFieldEnum_PricePlaceholderField = 500
  104. // Data Type: STRING. The description of item 5 of the table.
  105. PricePlaceholderFieldEnum_ITEM_5_DESCRIPTION PricePlaceholderFieldEnum_PricePlaceholderField = 501
  106. // Data Type: PRICE. The price (money with currency) of item 5 of the table,
  107. // e.g., 30 USD. The currency must match one of the available currencies.
  108. PricePlaceholderFieldEnum_ITEM_5_PRICE PricePlaceholderFieldEnum_PricePlaceholderField = 502
  109. // Data Type: STRING. The price unit of item 5 of the table. Must match one
  110. // of the predefined price units.
  111. PricePlaceholderFieldEnum_ITEM_5_UNIT PricePlaceholderFieldEnum_PricePlaceholderField = 503
  112. // Data Type: URL_LIST. The final URLs of item 5 of the table when using
  113. // Upgraded URLs.
  114. PricePlaceholderFieldEnum_ITEM_5_FINAL_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 504
  115. // Data Type: URL_LIST. The final mobile URLs of item 5 of the table when
  116. // using Upgraded URLs.
  117. PricePlaceholderFieldEnum_ITEM_5_FINAL_MOBILE_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 505
  118. // Data Type: STRING. The header of item 6 of the table.
  119. PricePlaceholderFieldEnum_ITEM_6_HEADER PricePlaceholderFieldEnum_PricePlaceholderField = 600
  120. // Data Type: STRING. The description of item 6 of the table.
  121. PricePlaceholderFieldEnum_ITEM_6_DESCRIPTION PricePlaceholderFieldEnum_PricePlaceholderField = 601
  122. // Data Type: PRICE. The price (money with currency) of item 6 of the table,
  123. // e.g., 30 USD. The currency must match one of the available currencies.
  124. PricePlaceholderFieldEnum_ITEM_6_PRICE PricePlaceholderFieldEnum_PricePlaceholderField = 602
  125. // Data Type: STRING. The price unit of item 6 of the table. Must match one
  126. // of the predefined price units.
  127. PricePlaceholderFieldEnum_ITEM_6_UNIT PricePlaceholderFieldEnum_PricePlaceholderField = 603
  128. // Data Type: URL_LIST. The final URLs of item 6 of the table when using
  129. // Upgraded URLs.
  130. PricePlaceholderFieldEnum_ITEM_6_FINAL_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 604
  131. // Data Type: URL_LIST. The final mobile URLs of item 6 of the table when
  132. // using Upgraded URLs.
  133. PricePlaceholderFieldEnum_ITEM_6_FINAL_MOBILE_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 605
  134. // Data Type: STRING. The header of item 7 of the table.
  135. PricePlaceholderFieldEnum_ITEM_7_HEADER PricePlaceholderFieldEnum_PricePlaceholderField = 700
  136. // Data Type: STRING. The description of item 7 of the table.
  137. PricePlaceholderFieldEnum_ITEM_7_DESCRIPTION PricePlaceholderFieldEnum_PricePlaceholderField = 701
  138. // Data Type: PRICE. The price (money with currency) of item 7 of the table,
  139. // e.g., 30 USD. The currency must match one of the available currencies.
  140. PricePlaceholderFieldEnum_ITEM_7_PRICE PricePlaceholderFieldEnum_PricePlaceholderField = 702
  141. // Data Type: STRING. The price unit of item 7 of the table. Must match one
  142. // of the predefined price units.
  143. PricePlaceholderFieldEnum_ITEM_7_UNIT PricePlaceholderFieldEnum_PricePlaceholderField = 703
  144. // Data Type: URL_LIST. The final URLs of item 7 of the table when using
  145. // Upgraded URLs.
  146. PricePlaceholderFieldEnum_ITEM_7_FINAL_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 704
  147. // Data Type: URL_LIST. The final mobile URLs of item 7 of the table when
  148. // using Upgraded URLs.
  149. PricePlaceholderFieldEnum_ITEM_7_FINAL_MOBILE_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 705
  150. // Data Type: STRING. The header of item 8 of the table.
  151. PricePlaceholderFieldEnum_ITEM_8_HEADER PricePlaceholderFieldEnum_PricePlaceholderField = 800
  152. // Data Type: STRING. The description of item 8 of the table.
  153. PricePlaceholderFieldEnum_ITEM_8_DESCRIPTION PricePlaceholderFieldEnum_PricePlaceholderField = 801
  154. // Data Type: PRICE. The price (money with currency) of item 8 of the table,
  155. // e.g., 30 USD. The currency must match one of the available currencies.
  156. PricePlaceholderFieldEnum_ITEM_8_PRICE PricePlaceholderFieldEnum_PricePlaceholderField = 802
  157. // Data Type: STRING. The price unit of item 8 of the table. Must match one
  158. // of the predefined price units.
  159. PricePlaceholderFieldEnum_ITEM_8_UNIT PricePlaceholderFieldEnum_PricePlaceholderField = 803
  160. // Data Type: URL_LIST. The final URLs of item 8 of the table when using
  161. // Upgraded URLs.
  162. PricePlaceholderFieldEnum_ITEM_8_FINAL_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 804
  163. // Data Type: URL_LIST. The final mobile URLs of item 8 of the table when
  164. // using Upgraded URLs.
  165. PricePlaceholderFieldEnum_ITEM_8_FINAL_MOBILE_URLS PricePlaceholderFieldEnum_PricePlaceholderField = 805
  166. )
  167. var PricePlaceholderFieldEnum_PricePlaceholderField_name = map[int32]string{
  168. 0: "UNSPECIFIED",
  169. 1: "UNKNOWN",
  170. 2: "TYPE",
  171. 3: "PRICE_QUALIFIER",
  172. 4: "TRACKING_TEMPLATE",
  173. 5: "LANGUAGE",
  174. 6: "FINAL_URL_SUFFIX",
  175. 100: "ITEM_1_HEADER",
  176. 101: "ITEM_1_DESCRIPTION",
  177. 102: "ITEM_1_PRICE",
  178. 103: "ITEM_1_UNIT",
  179. 104: "ITEM_1_FINAL_URLS",
  180. 105: "ITEM_1_FINAL_MOBILE_URLS",
  181. 200: "ITEM_2_HEADER",
  182. 201: "ITEM_2_DESCRIPTION",
  183. 202: "ITEM_2_PRICE",
  184. 203: "ITEM_2_UNIT",
  185. 204: "ITEM_2_FINAL_URLS",
  186. 205: "ITEM_2_FINAL_MOBILE_URLS",
  187. 300: "ITEM_3_HEADER",
  188. 301: "ITEM_3_DESCRIPTION",
  189. 302: "ITEM_3_PRICE",
  190. 303: "ITEM_3_UNIT",
  191. 304: "ITEM_3_FINAL_URLS",
  192. 305: "ITEM_3_FINAL_MOBILE_URLS",
  193. 400: "ITEM_4_HEADER",
  194. 401: "ITEM_4_DESCRIPTION",
  195. 402: "ITEM_4_PRICE",
  196. 403: "ITEM_4_UNIT",
  197. 404: "ITEM_4_FINAL_URLS",
  198. 405: "ITEM_4_FINAL_MOBILE_URLS",
  199. 500: "ITEM_5_HEADER",
  200. 501: "ITEM_5_DESCRIPTION",
  201. 502: "ITEM_5_PRICE",
  202. 503: "ITEM_5_UNIT",
  203. 504: "ITEM_5_FINAL_URLS",
  204. 505: "ITEM_5_FINAL_MOBILE_URLS",
  205. 600: "ITEM_6_HEADER",
  206. 601: "ITEM_6_DESCRIPTION",
  207. 602: "ITEM_6_PRICE",
  208. 603: "ITEM_6_UNIT",
  209. 604: "ITEM_6_FINAL_URLS",
  210. 605: "ITEM_6_FINAL_MOBILE_URLS",
  211. 700: "ITEM_7_HEADER",
  212. 701: "ITEM_7_DESCRIPTION",
  213. 702: "ITEM_7_PRICE",
  214. 703: "ITEM_7_UNIT",
  215. 704: "ITEM_7_FINAL_URLS",
  216. 705: "ITEM_7_FINAL_MOBILE_URLS",
  217. 800: "ITEM_8_HEADER",
  218. 801: "ITEM_8_DESCRIPTION",
  219. 802: "ITEM_8_PRICE",
  220. 803: "ITEM_8_UNIT",
  221. 804: "ITEM_8_FINAL_URLS",
  222. 805: "ITEM_8_FINAL_MOBILE_URLS",
  223. }
  224. var PricePlaceholderFieldEnum_PricePlaceholderField_value = map[string]int32{
  225. "UNSPECIFIED": 0,
  226. "UNKNOWN": 1,
  227. "TYPE": 2,
  228. "PRICE_QUALIFIER": 3,
  229. "TRACKING_TEMPLATE": 4,
  230. "LANGUAGE": 5,
  231. "FINAL_URL_SUFFIX": 6,
  232. "ITEM_1_HEADER": 100,
  233. "ITEM_1_DESCRIPTION": 101,
  234. "ITEM_1_PRICE": 102,
  235. "ITEM_1_UNIT": 103,
  236. "ITEM_1_FINAL_URLS": 104,
  237. "ITEM_1_FINAL_MOBILE_URLS": 105,
  238. "ITEM_2_HEADER": 200,
  239. "ITEM_2_DESCRIPTION": 201,
  240. "ITEM_2_PRICE": 202,
  241. "ITEM_2_UNIT": 203,
  242. "ITEM_2_FINAL_URLS": 204,
  243. "ITEM_2_FINAL_MOBILE_URLS": 205,
  244. "ITEM_3_HEADER": 300,
  245. "ITEM_3_DESCRIPTION": 301,
  246. "ITEM_3_PRICE": 302,
  247. "ITEM_3_UNIT": 303,
  248. "ITEM_3_FINAL_URLS": 304,
  249. "ITEM_3_FINAL_MOBILE_URLS": 305,
  250. "ITEM_4_HEADER": 400,
  251. "ITEM_4_DESCRIPTION": 401,
  252. "ITEM_4_PRICE": 402,
  253. "ITEM_4_UNIT": 403,
  254. "ITEM_4_FINAL_URLS": 404,
  255. "ITEM_4_FINAL_MOBILE_URLS": 405,
  256. "ITEM_5_HEADER": 500,
  257. "ITEM_5_DESCRIPTION": 501,
  258. "ITEM_5_PRICE": 502,
  259. "ITEM_5_UNIT": 503,
  260. "ITEM_5_FINAL_URLS": 504,
  261. "ITEM_5_FINAL_MOBILE_URLS": 505,
  262. "ITEM_6_HEADER": 600,
  263. "ITEM_6_DESCRIPTION": 601,
  264. "ITEM_6_PRICE": 602,
  265. "ITEM_6_UNIT": 603,
  266. "ITEM_6_FINAL_URLS": 604,
  267. "ITEM_6_FINAL_MOBILE_URLS": 605,
  268. "ITEM_7_HEADER": 700,
  269. "ITEM_7_DESCRIPTION": 701,
  270. "ITEM_7_PRICE": 702,
  271. "ITEM_7_UNIT": 703,
  272. "ITEM_7_FINAL_URLS": 704,
  273. "ITEM_7_FINAL_MOBILE_URLS": 705,
  274. "ITEM_8_HEADER": 800,
  275. "ITEM_8_DESCRIPTION": 801,
  276. "ITEM_8_PRICE": 802,
  277. "ITEM_8_UNIT": 803,
  278. "ITEM_8_FINAL_URLS": 804,
  279. "ITEM_8_FINAL_MOBILE_URLS": 805,
  280. }
  281. func (x PricePlaceholderFieldEnum_PricePlaceholderField) String() string {
  282. return proto.EnumName(PricePlaceholderFieldEnum_PricePlaceholderField_name, int32(x))
  283. }
  284. func (PricePlaceholderFieldEnum_PricePlaceholderField) EnumDescriptor() ([]byte, []int) {
  285. return fileDescriptor_price_placeholder_field_0de5437678040101, []int{0, 0}
  286. }
  287. // Values for Price placeholder fields.
  288. type PricePlaceholderFieldEnum struct {
  289. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  290. XXX_unrecognized []byte `json:"-"`
  291. XXX_sizecache int32 `json:"-"`
  292. }
  293. func (m *PricePlaceholderFieldEnum) Reset() { *m = PricePlaceholderFieldEnum{} }
  294. func (m *PricePlaceholderFieldEnum) String() string { return proto.CompactTextString(m) }
  295. func (*PricePlaceholderFieldEnum) ProtoMessage() {}
  296. func (*PricePlaceholderFieldEnum) Descriptor() ([]byte, []int) {
  297. return fileDescriptor_price_placeholder_field_0de5437678040101, []int{0}
  298. }
  299. func (m *PricePlaceholderFieldEnum) XXX_Unmarshal(b []byte) error {
  300. return xxx_messageInfo_PricePlaceholderFieldEnum.Unmarshal(m, b)
  301. }
  302. func (m *PricePlaceholderFieldEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  303. return xxx_messageInfo_PricePlaceholderFieldEnum.Marshal(b, m, deterministic)
  304. }
  305. func (dst *PricePlaceholderFieldEnum) XXX_Merge(src proto.Message) {
  306. xxx_messageInfo_PricePlaceholderFieldEnum.Merge(dst, src)
  307. }
  308. func (m *PricePlaceholderFieldEnum) XXX_Size() int {
  309. return xxx_messageInfo_PricePlaceholderFieldEnum.Size(m)
  310. }
  311. func (m *PricePlaceholderFieldEnum) XXX_DiscardUnknown() {
  312. xxx_messageInfo_PricePlaceholderFieldEnum.DiscardUnknown(m)
  313. }
  314. var xxx_messageInfo_PricePlaceholderFieldEnum proto.InternalMessageInfo
  315. func init() {
  316. proto.RegisterType((*PricePlaceholderFieldEnum)(nil), "google.ads.googleads.v0.enums.PricePlaceholderFieldEnum")
  317. proto.RegisterEnum("google.ads.googleads.v0.enums.PricePlaceholderFieldEnum_PricePlaceholderField", PricePlaceholderFieldEnum_PricePlaceholderField_name, PricePlaceholderFieldEnum_PricePlaceholderField_value)
  318. }
  319. func init() {
  320. proto.RegisterFile("google/ads/googleads/v0/enums/price_placeholder_field.proto", fileDescriptor_price_placeholder_field_0de5437678040101)
  321. }
  322. var fileDescriptor_price_placeholder_field_0de5437678040101 = []byte{
  323. // 710 bytes of a gzipped FileDescriptorProto
  324. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0xd4, 0xc9, 0x6e, 0xd3, 0x5c,
  325. 0x14, 0x07, 0xf0, 0xcf, 0x43, 0xfc, 0xb5, 0xb7, 0x45, 0xbd, 0xbd, 0xd0, 0x32, 0x88, 0x2e, 0xda,
  326. 0x07, 0x70, 0x42, 0x66, 0xb9, 0x2b, 0x27, 0x75, 0x82, 0xd5, 0xd4, 0x35, 0x19, 0xca, 0xa0, 0x48,
  327. 0x56, 0xa8, 0xdd, 0x34, 0x52, 0x1a, 0x47, 0x31, 0xed, 0x73, 0x30, 0xee, 0xa1, 0xc0, 0x06, 0x31,
  328. 0xee, 0x19, 0x77, 0x50, 0x60, 0xc1, 0x8e, 0xf1, 0x05, 0xd8, 0x74, 0xc3, 0xb8, 0x43, 0x8e, 0xaf,
  329. 0x4f, 0x6c, 0xc9, 0xb0, 0xb1, 0x8e, 0xce, 0x70, 0xfd, 0x5b, 0xfd, 0xd1, 0x62, 0xdb, 0xb6, 0xdb,
  330. 0x5d, 0x2b, 0xde, 0x32, 0x9d, 0xb8, 0x57, 0xba, 0xd5, 0x4e, 0x22, 0x6e, 0xf5, 0xb6, 0xb7, 0x9c,
  331. 0x78, 0x7f, 0xd0, 0x59, 0xb7, 0x8c, 0x7e, 0xb7, 0xb5, 0x6e, 0x6d, 0xda, 0x5d, 0xd3, 0x1a, 0x18,
  332. 0x1b, 0x1d, 0xab, 0x6b, 0x8a, 0xfd, 0x81, 0x7d, 0xc1, 0x26, 0x73, 0xde, 0x85, 0xd8, 0x32, 0x1d,
  333. 0x11, 0x8e, 0xc5, 0x9d, 0x84, 0x38, 0x3c, 0x5e, 0xd8, 0x1f, 0x47, 0x47, 0x75, 0xf7, 0x01, 0x7d,
  334. 0x74, 0x5f, 0x72, 0xcf, 0x95, 0xde, 0xf6, 0xd6, 0xc2, 0xbb, 0x71, 0x34, 0x13, 0x39, 0x25, 0x53,
  335. 0x68, 0xa2, 0xa1, 0xd5, 0x74, 0xa5, 0xa8, 0x96, 0x54, 0x65, 0x09, 0xff, 0x47, 0x26, 0xd0, 0xff,
  336. 0x0d, 0x6d, 0x59, 0x5b, 0x3d, 0xad, 0x61, 0x86, 0x8c, 0x21, 0xbe, 0x7e, 0x56, 0x57, 0x30, 0x4b,
  337. 0x0e, 0xa2, 0x29, 0xbd, 0xaa, 0x16, 0x15, 0xe3, 0x54, 0x43, 0xae, 0xb8, 0xbb, 0x55, 0xcc, 0x91,
  338. 0x19, 0x34, 0x5d, 0xaf, 0xca, 0xc5, 0x65, 0x55, 0x2b, 0x1b, 0x75, 0x65, 0x45, 0xaf, 0xc8, 0x75,
  339. 0x05, 0xf3, 0x64, 0x12, 0x8d, 0x55, 0x64, 0xad, 0xdc, 0x90, 0xcb, 0x0a, 0x8e, 0x91, 0x43, 0x08,
  340. 0x97, 0x54, 0x4d, 0xae, 0x18, 0x8d, 0x6a, 0xc5, 0xa8, 0x35, 0x4a, 0x25, 0xf5, 0x0c, 0x16, 0xc8,
  341. 0x34, 0x3a, 0xa0, 0xd6, 0x95, 0x15, 0xe3, 0x84, 0x71, 0x52, 0x91, 0x97, 0x94, 0x2a, 0x36, 0xc9,
  342. 0x2c, 0x22, 0xb4, 0xb5, 0xa4, 0xd4, 0x8a, 0x55, 0x55, 0xaf, 0xab, 0xab, 0x1a, 0xb6, 0x08, 0x46,
  343. 0x93, 0xb4, 0x3f, 0x14, 0xe0, 0x0d, 0x17, 0x4d, 0x3b, 0x0d, 0x4d, 0xad, 0xe3, 0xb6, 0x0b, 0xa1,
  344. 0x0d, 0xf8, 0x55, 0x0d, 0x6f, 0x92, 0xe3, 0xe8, 0x48, 0xa8, 0xbd, 0xb2, 0x5a, 0x50, 0x2b, 0x8a,
  345. 0x37, 0xed, 0x10, 0x42, 0x09, 0x49, 0x9f, 0xf0, 0x92, 0x21, 0x87, 0xa9, 0x21, 0x19, 0x32, 0xbc,
  346. 0x62, 0xc8, 0x34, 0x45, 0x24, 0x29, 0x62, 0x8f, 0x21, 0x98, 0x2a, 0x92, 0x9e, 0xe2, 0x35, 0x43,
  347. 0x66, 0x29, 0x23, 0x19, 0x64, 0xbc, 0x61, 0xc8, 0x1c, 0x75, 0x24, 0x23, 0x1c, 0x6f, 0x19, 0x80,
  348. 0xa4, 0x7c, 0xc8, 0x5d, 0x16, 0x20, 0xa9, 0x10, 0xe4, 0x1e, 0x0b, 0x90, 0x14, 0x85, 0xdc, 0x67,
  349. 0x01, 0x92, 0xf2, 0x20, 0x0f, 0x58, 0x80, 0xa4, 0x82, 0x90, 0x87, 0x2c, 0x40, 0x52, 0x11, 0x90,
  350. 0x47, 0x2c, 0x40, 0xd2, 0x3e, 0xe4, 0x22, 0x07, 0x90, 0x74, 0x08, 0x72, 0x89, 0x03, 0x48, 0x9a,
  351. 0x42, 0x2e, 0x73, 0x00, 0x49, 0x7b, 0x90, 0x2b, 0x1c, 0x40, 0xd2, 0x41, 0xc8, 0x55, 0x0e, 0x20,
  352. 0xe9, 0x08, 0xc8, 0x35, 0x0e, 0x20, 0x19, 0x1f, 0xf2, 0x6d, 0x04, 0xc9, 0x84, 0x20, 0xdf, 0x47,
  353. 0x90, 0x0c, 0x85, 0xfc, 0x18, 0x41, 0x32, 0x1e, 0xe4, 0xe7, 0x08, 0x92, 0x09, 0x42, 0x7e, 0x8d,
  354. 0x20, 0x99, 0x08, 0xc8, 0xef, 0x11, 0x24, 0xeb, 0x43, 0xde, 0xf3, 0x00, 0xc9, 0x86, 0x20, 0x1f,
  355. 0x78, 0x80, 0x64, 0x29, 0xe4, 0x23, 0x0f, 0x90, 0xac, 0x07, 0xf9, 0xc4, 0x03, 0x24, 0x1b, 0x84,
  356. 0x7c, 0xe6, 0x01, 0x92, 0x8d, 0x80, 0x7c, 0xe1, 0x01, 0x92, 0xf3, 0x21, 0x8f, 0x63, 0x00, 0xc9,
  357. 0x85, 0x20, 0x4f, 0x62, 0x00, 0xc9, 0x51, 0xc8, 0xd3, 0x18, 0x40, 0x72, 0x1e, 0xe4, 0x59, 0x0c,
  358. 0x20, 0xb9, 0x20, 0xe4, 0x79, 0x0c, 0x20, 0xb9, 0x08, 0xc8, 0x8b, 0x18, 0x40, 0xf2, 0x3e, 0xe4,
  359. 0xba, 0x00, 0x90, 0x7c, 0x08, 0x72, 0x43, 0x00, 0x48, 0x9e, 0x42, 0x76, 0x05, 0x80, 0xe4, 0x3d,
  360. 0xc8, 0x4d, 0x01, 0x20, 0xf9, 0x20, 0xe4, 0x96, 0x00, 0x90, 0x7c, 0x04, 0xe4, 0xb6, 0x50, 0xd8,
  361. 0x67, 0xd0, 0xfc, 0xba, 0xbd, 0x25, 0xfe, 0x33, 0x17, 0x0b, 0xc7, 0x22, 0x63, 0x4f, 0x77, 0x23,
  362. 0x55, 0x67, 0xce, 0x15, 0xe8, 0x71, 0xdb, 0xee, 0xb6, 0x7a, 0x6d, 0xd1, 0x1e, 0xb4, 0xe3, 0x6d,
  363. 0xab, 0x37, 0x0c, 0x5c, 0x3f, 0xa1, 0xfb, 0x1d, 0xe7, 0x2f, 0x81, 0xbd, 0x38, 0xfc, 0xee, 0xb2,
  364. 0x5c, 0x59, 0x96, 0xef, 0xb0, 0x73, 0x65, 0xef, 0x29, 0xd9, 0x74, 0x44, 0xaf, 0x74, 0xab, 0xb5,
  365. 0x84, 0xe8, 0x06, 0xb0, 0xb3, 0xe7, 0xcf, 0x9b, 0xb2, 0xe9, 0x34, 0x61, 0xde, 0x5c, 0x4b, 0x34,
  366. 0x87, 0xf3, 0xaf, 0xec, 0xbc, 0xd7, 0x94, 0x24, 0xd9, 0x74, 0x24, 0x09, 0x36, 0x24, 0x69, 0x2d,
  367. 0x21, 0x49, 0xc3, 0x9d, 0xf3, 0xc2, 0x10, 0x96, 0xfa, 0x13, 0x00, 0x00, 0xff, 0xff, 0xd3, 0x27,
  368. 0x23, 0x01, 0x48, 0x06, 0x00, 0x00,
  369. }