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.
 
 
 

386 lines
21 KiB

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