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.
 
 
 

356 lines
17 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v0/common/segments.proto
  3. package common // import "google.golang.org/genproto/googleapis/ads/googleads/v0/common"
  4. import proto "github.com/golang/protobuf/proto"
  5. import fmt "fmt"
  6. import math "math"
  7. import wrappers "github.com/golang/protobuf/ptypes/wrappers"
  8. import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums"
  9. // Reference imports to suppress errors if they are not otherwise used.
  10. var _ = proto.Marshal
  11. var _ = fmt.Errorf
  12. var _ = math.Inf
  13. // This is a compile-time assertion to ensure that this generated file
  14. // is compatible with the proto package it is being compiled against.
  15. // A compilation error at this line likely means your copy of the
  16. // proto package needs to be updated.
  17. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
  18. // Segment only fields.
  19. type Segments struct {
  20. // Ad network type.
  21. AdNetworkType enums.AdNetworkTypeEnum_AdNetworkType `protobuf:"varint,3,opt,name=ad_network_type,json=adNetworkType,proto3,enum=google.ads.googleads.v0.enums.AdNetworkTypeEnum_AdNetworkType" json:"ad_network_type,omitempty"`
  22. // Conversion attribution event type.
  23. ConversionAttributionEventType enums.ConversionAttributionEventTypeEnum_ConversionAttributionEventType `protobuf:"varint,2,opt,name=conversion_attribution_event_type,json=conversionAttributionEventType,proto3,enum=google.ads.googleads.v0.enums.ConversionAttributionEventTypeEnum_ConversionAttributionEventType" json:"conversion_attribution_event_type,omitempty"`
  24. // Date to which metrics apply.
  25. // yyyy-MM-dd format, e.g., 2018-04-17.
  26. Date *wrappers.StringValue `protobuf:"bytes,4,opt,name=date,proto3" json:"date,omitempty"`
  27. // Day of the week, e.g., MONDAY.
  28. DayOfWeek enums.DayOfWeekEnum_DayOfWeek `protobuf:"varint,5,opt,name=day_of_week,json=dayOfWeek,proto3,enum=google.ads.googleads.v0.enums.DayOfWeekEnum_DayOfWeek" json:"day_of_week,omitempty"`
  29. // Device to which metrics apply.
  30. Device enums.DeviceEnum_Device `protobuf:"varint,1,opt,name=device,proto3,enum=google.ads.googleads.v0.enums.DeviceEnum_Device" json:"device,omitempty"`
  31. // Hotel booking window in days.
  32. HotelBookingWindowDays *wrappers.Int64Value `protobuf:"bytes,6,opt,name=hotel_booking_window_days,json=hotelBookingWindowDays,proto3" json:"hotel_booking_window_days,omitempty"`
  33. // Hotel center ID.
  34. HotelCenterId *wrappers.Int64Value `protobuf:"bytes,7,opt,name=hotel_center_id,json=hotelCenterId,proto3" json:"hotel_center_id,omitempty"`
  35. // Hotel check-in date. Formatted as yyyy-MM-dd.
  36. HotelCheckInDate *wrappers.StringValue `protobuf:"bytes,8,opt,name=hotel_check_in_date,json=hotelCheckInDate,proto3" json:"hotel_check_in_date,omitempty"`
  37. // Hotel check-in day of week.
  38. HotelCheckInDayOfWeek enums.DayOfWeekEnum_DayOfWeek `protobuf:"varint,9,opt,name=hotel_check_in_day_of_week,json=hotelCheckInDayOfWeek,proto3,enum=google.ads.googleads.v0.enums.DayOfWeekEnum_DayOfWeek" json:"hotel_check_in_day_of_week,omitempty"`
  39. // Hotel city.
  40. HotelCity *wrappers.StringValue `protobuf:"bytes,10,opt,name=hotel_city,json=hotelCity,proto3" json:"hotel_city,omitempty"`
  41. // Hotel class.
  42. HotelClass *wrappers.Int32Value `protobuf:"bytes,11,opt,name=hotel_class,json=hotelClass,proto3" json:"hotel_class,omitempty"`
  43. // Hotel country.
  44. HotelCountry *wrappers.StringValue `protobuf:"bytes,12,opt,name=hotel_country,json=hotelCountry,proto3" json:"hotel_country,omitempty"`
  45. // Hotel date selection type.
  46. HotelDateSelectionType enums.HotelDateSelectionTypeEnum_HotelDateSelectionType `protobuf:"varint,13,opt,name=hotel_date_selection_type,json=hotelDateSelectionType,proto3,enum=google.ads.googleads.v0.enums.HotelDateSelectionTypeEnum_HotelDateSelectionType" json:"hotel_date_selection_type,omitempty"`
  47. // Hotel length of stay.
  48. HotelLengthOfStay *wrappers.Int32Value `protobuf:"bytes,14,opt,name=hotel_length_of_stay,json=hotelLengthOfStay,proto3" json:"hotel_length_of_stay,omitempty"`
  49. // Hotel state.
  50. HotelState *wrappers.StringValue `protobuf:"bytes,15,opt,name=hotel_state,json=hotelState,proto3" json:"hotel_state,omitempty"`
  51. // Hour of day as a number between 0 and 23, inclusive.
  52. Hour *wrappers.Int32Value `protobuf:"bytes,16,opt,name=hour,proto3" json:"hour,omitempty"`
  53. // Month as represented by the date of the first day of a month. Formatted as
  54. // yyyy-MM-dd.
  55. Month *wrappers.StringValue `protobuf:"bytes,17,opt,name=month,proto3" json:"month,omitempty"`
  56. // Month of the year, e.g., January.
  57. MonthOfYear enums.MonthOfYearEnum_MonthOfYear `protobuf:"varint,18,opt,name=month_of_year,json=monthOfYear,proto3,enum=google.ads.googleads.v0.enums.MonthOfYearEnum_MonthOfYear" json:"month_of_year,omitempty"`
  58. // Partner hotel ID.
  59. PartnerHotelId *wrappers.StringValue `protobuf:"bytes,19,opt,name=partner_hotel_id,json=partnerHotelId,proto3" json:"partner_hotel_id,omitempty"`
  60. // Placeholder type. This is only used with feed item metrics.
  61. PlaceholderType enums.PlaceholderTypeEnum_PlaceholderType `protobuf:"varint,20,opt,name=placeholder_type,json=placeholderType,proto3,enum=google.ads.googleads.v0.enums.PlaceholderTypeEnum_PlaceholderType" json:"placeholder_type,omitempty"`
  62. // Quarter as represented by the date of the first day of a quarter.
  63. // Uses the calendar year for quarters, e.g., the second quarter of 2018
  64. // starts on 2018-04-01. Formatted as yyyy-MM-dd.
  65. Quarter *wrappers.StringValue `protobuf:"bytes,21,opt,name=quarter,proto3" json:"quarter,omitempty"`
  66. // Match type of the keyword that triggered the ad, including variants.
  67. SearchTermMatchType enums.SearchTermMatchTypeEnum_SearchTermMatchType `protobuf:"varint,22,opt,name=search_term_match_type,json=searchTermMatchType,proto3,enum=google.ads.googleads.v0.enums.SearchTermMatchTypeEnum_SearchTermMatchType" json:"search_term_match_type,omitempty"`
  68. // Position of the ad.
  69. Slot enums.SlotEnum_Slot `protobuf:"varint,23,opt,name=slot,proto3,enum=google.ads.googleads.v0.enums.SlotEnum_Slot" json:"slot,omitempty"`
  70. // Week as defined as Monday through Sunday, and represented by the date of
  71. // Monday. Formatted as yyyy-MM-dd.
  72. Week *wrappers.StringValue `protobuf:"bytes,24,opt,name=week,proto3" json:"week,omitempty"`
  73. // Year, formatted as yyyy.
  74. Year *wrappers.Int32Value `protobuf:"bytes,25,opt,name=year,proto3" json:"year,omitempty"`
  75. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  76. XXX_unrecognized []byte `json:"-"`
  77. XXX_sizecache int32 `json:"-"`
  78. }
  79. func (m *Segments) Reset() { *m = Segments{} }
  80. func (m *Segments) String() string { return proto.CompactTextString(m) }
  81. func (*Segments) ProtoMessage() {}
  82. func (*Segments) Descriptor() ([]byte, []int) {
  83. return fileDescriptor_segments_6c768d677b74fad4, []int{0}
  84. }
  85. func (m *Segments) XXX_Unmarshal(b []byte) error {
  86. return xxx_messageInfo_Segments.Unmarshal(m, b)
  87. }
  88. func (m *Segments) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  89. return xxx_messageInfo_Segments.Marshal(b, m, deterministic)
  90. }
  91. func (dst *Segments) XXX_Merge(src proto.Message) {
  92. xxx_messageInfo_Segments.Merge(dst, src)
  93. }
  94. func (m *Segments) XXX_Size() int {
  95. return xxx_messageInfo_Segments.Size(m)
  96. }
  97. func (m *Segments) XXX_DiscardUnknown() {
  98. xxx_messageInfo_Segments.DiscardUnknown(m)
  99. }
  100. var xxx_messageInfo_Segments proto.InternalMessageInfo
  101. func (m *Segments) GetAdNetworkType() enums.AdNetworkTypeEnum_AdNetworkType {
  102. if m != nil {
  103. return m.AdNetworkType
  104. }
  105. return enums.AdNetworkTypeEnum_UNSPECIFIED
  106. }
  107. func (m *Segments) GetConversionAttributionEventType() enums.ConversionAttributionEventTypeEnum_ConversionAttributionEventType {
  108. if m != nil {
  109. return m.ConversionAttributionEventType
  110. }
  111. return enums.ConversionAttributionEventTypeEnum_UNSPECIFIED
  112. }
  113. func (m *Segments) GetDate() *wrappers.StringValue {
  114. if m != nil {
  115. return m.Date
  116. }
  117. return nil
  118. }
  119. func (m *Segments) GetDayOfWeek() enums.DayOfWeekEnum_DayOfWeek {
  120. if m != nil {
  121. return m.DayOfWeek
  122. }
  123. return enums.DayOfWeekEnum_UNSPECIFIED
  124. }
  125. func (m *Segments) GetDevice() enums.DeviceEnum_Device {
  126. if m != nil {
  127. return m.Device
  128. }
  129. return enums.DeviceEnum_UNSPECIFIED
  130. }
  131. func (m *Segments) GetHotelBookingWindowDays() *wrappers.Int64Value {
  132. if m != nil {
  133. return m.HotelBookingWindowDays
  134. }
  135. return nil
  136. }
  137. func (m *Segments) GetHotelCenterId() *wrappers.Int64Value {
  138. if m != nil {
  139. return m.HotelCenterId
  140. }
  141. return nil
  142. }
  143. func (m *Segments) GetHotelCheckInDate() *wrappers.StringValue {
  144. if m != nil {
  145. return m.HotelCheckInDate
  146. }
  147. return nil
  148. }
  149. func (m *Segments) GetHotelCheckInDayOfWeek() enums.DayOfWeekEnum_DayOfWeek {
  150. if m != nil {
  151. return m.HotelCheckInDayOfWeek
  152. }
  153. return enums.DayOfWeekEnum_UNSPECIFIED
  154. }
  155. func (m *Segments) GetHotelCity() *wrappers.StringValue {
  156. if m != nil {
  157. return m.HotelCity
  158. }
  159. return nil
  160. }
  161. func (m *Segments) GetHotelClass() *wrappers.Int32Value {
  162. if m != nil {
  163. return m.HotelClass
  164. }
  165. return nil
  166. }
  167. func (m *Segments) GetHotelCountry() *wrappers.StringValue {
  168. if m != nil {
  169. return m.HotelCountry
  170. }
  171. return nil
  172. }
  173. func (m *Segments) GetHotelDateSelectionType() enums.HotelDateSelectionTypeEnum_HotelDateSelectionType {
  174. if m != nil {
  175. return m.HotelDateSelectionType
  176. }
  177. return enums.HotelDateSelectionTypeEnum_UNSPECIFIED
  178. }
  179. func (m *Segments) GetHotelLengthOfStay() *wrappers.Int32Value {
  180. if m != nil {
  181. return m.HotelLengthOfStay
  182. }
  183. return nil
  184. }
  185. func (m *Segments) GetHotelState() *wrappers.StringValue {
  186. if m != nil {
  187. return m.HotelState
  188. }
  189. return nil
  190. }
  191. func (m *Segments) GetHour() *wrappers.Int32Value {
  192. if m != nil {
  193. return m.Hour
  194. }
  195. return nil
  196. }
  197. func (m *Segments) GetMonth() *wrappers.StringValue {
  198. if m != nil {
  199. return m.Month
  200. }
  201. return nil
  202. }
  203. func (m *Segments) GetMonthOfYear() enums.MonthOfYearEnum_MonthOfYear {
  204. if m != nil {
  205. return m.MonthOfYear
  206. }
  207. return enums.MonthOfYearEnum_UNSPECIFIED
  208. }
  209. func (m *Segments) GetPartnerHotelId() *wrappers.StringValue {
  210. if m != nil {
  211. return m.PartnerHotelId
  212. }
  213. return nil
  214. }
  215. func (m *Segments) GetPlaceholderType() enums.PlaceholderTypeEnum_PlaceholderType {
  216. if m != nil {
  217. return m.PlaceholderType
  218. }
  219. return enums.PlaceholderTypeEnum_UNSPECIFIED
  220. }
  221. func (m *Segments) GetQuarter() *wrappers.StringValue {
  222. if m != nil {
  223. return m.Quarter
  224. }
  225. return nil
  226. }
  227. func (m *Segments) GetSearchTermMatchType() enums.SearchTermMatchTypeEnum_SearchTermMatchType {
  228. if m != nil {
  229. return m.SearchTermMatchType
  230. }
  231. return enums.SearchTermMatchTypeEnum_UNSPECIFIED
  232. }
  233. func (m *Segments) GetSlot() enums.SlotEnum_Slot {
  234. if m != nil {
  235. return m.Slot
  236. }
  237. return enums.SlotEnum_UNSPECIFIED
  238. }
  239. func (m *Segments) GetWeek() *wrappers.StringValue {
  240. if m != nil {
  241. return m.Week
  242. }
  243. return nil
  244. }
  245. func (m *Segments) GetYear() *wrappers.Int32Value {
  246. if m != nil {
  247. return m.Year
  248. }
  249. return nil
  250. }
  251. func init() {
  252. proto.RegisterType((*Segments)(nil), "google.ads.googleads.v0.common.Segments")
  253. }
  254. func init() {
  255. proto.RegisterFile("google/ads/googleads/v0/common/segments.proto", fileDescriptor_segments_6c768d677b74fad4)
  256. }
  257. var fileDescriptor_segments_6c768d677b74fad4 = []byte{
  258. // 966 bytes of a gzipped FileDescriptorProto
  259. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x96, 0xdf, 0x6e, 0xdb, 0x36,
  260. 0x14, 0xc6, 0xe1, 0x34, 0x4d, 0x1b, 0xba, 0x4e, 0x5c, 0xa6, 0xcd, 0xd8, 0x6c, 0x08, 0xba, 0x5c,
  261. 0x05, 0xc3, 0x26, 0x79, 0x49, 0x91, 0x0b, 0x75, 0x1d, 0xe6, 0x38, 0x59, 0x9b, 0xad, 0x5d, 0x02,
  262. 0xbb, 0x70, 0xb1, 0x21, 0x98, 0xc6, 0x48, 0xb4, 0x2c, 0x58, 0x22, 0x1d, 0x92, 0xb6, 0xa1, 0xab,
  263. 0xdd, 0xec, 0x6e, 0x6f, 0xb1, 0xcb, 0xed, 0x4d, 0xf6, 0x24, 0xc3, 0x9e, 0x62, 0x20, 0x29, 0xc9,
  264. 0xce, 0x3f, 0x49, 0xc0, 0xae, 0x4c, 0xd2, 0xdf, 0xef, 0x3b, 0x87, 0x87, 0x47, 0xa2, 0xc0, 0x17,
  265. 0x01, 0x63, 0x41, 0x44, 0x6c, 0xec, 0x0b, 0xdb, 0x0c, 0xd5, 0x68, 0xda, 0xb2, 0x3d, 0x16, 0xc7,
  266. 0x8c, 0xda, 0x82, 0x04, 0x31, 0xa1, 0x52, 0x58, 0x63, 0xce, 0x24, 0x83, 0xdb, 0x46, 0x63, 0x61,
  267. 0x5f, 0x58, 0xb9, 0xdc, 0x9a, 0xb6, 0x2c, 0x23, 0xdf, 0xda, 0xbf, 0xcb, 0x8e, 0xd0, 0x49, 0x2c,
  268. 0x6c, 0xec, 0xbb, 0x94, 0xc8, 0x19, 0xe3, 0x23, 0x57, 0x26, 0x63, 0x62, 0x4c, 0xb7, 0x8e, 0x8b,
  269. 0x21, 0x8f, 0xd1, 0x29, 0xe1, 0x22, 0x64, 0xd4, 0xc5, 0x52, 0xf2, 0xf0, 0x62, 0x22, 0xd5, 0x98,
  270. 0x4c, 0x09, 0x95, 0x8b, 0x36, 0x76, 0xb1, 0x8d, 0x8f, 0x13, 0x97, 0x0d, 0xdc, 0x19, 0x21, 0xa3,
  271. 0x14, 0xf8, 0xac, 0x04, 0x20, 0xd3, 0xd0, 0xcb, 0xcc, 0x5f, 0x15, 0x6b, 0x87, 0x4c, 0x92, 0xc8,
  272. 0xf5, 0xb1, 0x24, 0xae, 0x20, 0x11, 0xf1, 0x74, 0x86, 0x0b, 0xb9, 0x7d, 0x59, 0x8c, 0xc7, 0x8c,
  273. 0xca, 0xa1, 0xca, 0x2e, 0x21, 0x98, 0xa7, 0xc8, 0x8b, 0x62, 0x64, 0x1c, 0x61, 0x8f, 0x0c, 0x59,
  274. 0xe4, 0x13, 0xbe, 0x18, 0xc8, 0x29, 0xa6, 0x04, 0xc1, 0xdc, 0x1b, 0xba, 0x92, 0xf0, 0xd8, 0x8d,
  275. 0xb1, 0x54, 0xc3, 0x39, 0xbb, 0x5b, 0xc2, 0x46, 0x4c, 0xa6, 0xca, 0xb4, 0x0d, 0x6c, 0x3d, 0xbb,
  276. 0x98, 0x0c, 0xec, 0x19, 0xc7, 0xe3, 0x31, 0xe1, 0x69, 0x9b, 0xec, 0xfc, 0xd6, 0x04, 0x0f, 0x7b,
  277. 0x69, 0xe7, 0xc0, 0x01, 0x58, 0xbf, 0x76, 0xee, 0xe8, 0xde, 0xf3, 0xda, 0xee, 0xda, 0xde, 0xd7,
  278. 0xd6, 0x5d, 0xdd, 0xa4, 0x03, 0x5a, 0x6d, 0xff, 0x07, 0x03, 0xbd, 0x4f, 0xc6, 0xe4, 0x98, 0x4e,
  279. 0xe2, 0xab, 0x2b, 0xdd, 0x06, 0x5e, 0x9c, 0xc2, 0xbf, 0x6a, 0xe0, 0xd3, 0xd2, 0x5e, 0x41, 0x4b,
  280. 0x3a, 0xf4, 0x2f, 0x25, 0xa1, 0x3b, 0xb9, 0x4f, 0x7b, 0x6e, 0x73, 0xac, 0x5c, 0xf2, 0x5c, 0x8a,
  281. 0x25, 0xdd, 0x6d, 0xaf, 0xf0, 0x7f, 0xd8, 0x02, 0xcb, 0xaa, 0x5d, 0xd0, 0xf2, 0xf3, 0xda, 0x6e,
  282. 0x7d, 0xef, 0x93, 0x2c, 0x9f, 0xac, 0xa2, 0x56, 0x4f, 0xf2, 0x90, 0x06, 0x7d, 0x1c, 0x4d, 0x48,
  283. 0x57, 0x2b, 0x61, 0x1f, 0xd4, 0x17, 0x7a, 0x18, 0xdd, 0xd7, 0x1b, 0x39, 0x28, 0xd9, 0xc8, 0x11,
  284. 0x4e, 0x4e, 0x07, 0x1f, 0x08, 0x19, 0xe9, 0x9c, 0xf3, 0x59, 0x77, 0xd5, 0xcf, 0x86, 0xf0, 0x0d,
  285. 0x58, 0x31, 0xad, 0x8e, 0x6a, 0xda, 0xb2, 0x55, 0x66, 0xa9, 0xc5, 0xc6, 0x4f, 0x0f, 0xbb, 0x29,
  286. 0x0f, 0xfb, 0xe0, 0x99, 0x79, 0x10, 0x2e, 0x18, 0x1b, 0x85, 0x34, 0x70, 0x67, 0x21, 0xf5, 0xd9,
  287. 0xcc, 0xf5, 0x71, 0x22, 0xd0, 0x8a, 0xde, 0xe8, 0xc7, 0x37, 0x36, 0x7a, 0x42, 0xe5, 0xc1, 0x0b,
  288. 0xb3, 0xcf, 0x4d, 0x4d, 0x1f, 0x1a, 0xf8, 0x83, 0x66, 0x8f, 0x70, 0x22, 0x60, 0x07, 0xac, 0x1b,
  289. 0x5f, 0x8f, 0x50, 0x49, 0xb8, 0x1b, 0xfa, 0xe8, 0x41, 0xb9, 0x5b, 0x43, 0x33, 0x1d, 0x8d, 0x9c,
  290. 0xf8, 0xf0, 0x7b, 0xb0, 0x91, 0x9a, 0x0c, 0x89, 0x37, 0x72, 0x43, 0xaa, 0x1f, 0x57, 0xf4, 0xb0,
  291. 0x42, 0xfd, 0x9b, 0xc6, 0x49, 0x71, 0x27, 0xf4, 0x48, 0x9d, 0xc5, 0x25, 0xd8, 0xba, 0x61, 0x36,
  292. 0x3f, 0x9a, 0xd5, 0xff, 0x75, 0x34, 0x4f, 0xaf, 0x46, 0xcb, 0x8e, 0xe9, 0x25, 0x00, 0x69, 0xc8,
  293. 0x50, 0x26, 0x08, 0x54, 0x48, 0x7b, 0xd5, 0x18, 0x85, 0x32, 0x81, 0x5f, 0x81, 0x7a, 0x0a, 0x47,
  294. 0x58, 0x08, 0x54, 0xbf, 0xbb, 0x7a, 0xfb, 0x7b, 0x06, 0x36, 0xc1, 0x3a, 0x4a, 0x0e, 0xdb, 0xa0,
  295. 0x91, 0xd2, 0x6c, 0x42, 0x25, 0x4f, 0xd0, 0xa3, 0x0a, 0xd1, 0x1f, 0x19, 0x03, 0x43, 0xc0, 0xdf,
  296. 0x6b, 0x59, 0x6f, 0xdc, 0xf2, 0x92, 0x44, 0x0d, 0x5d, 0xb0, 0xb3, 0x92, 0x82, 0xbd, 0x51, 0xbc,
  297. 0x2a, 0x7f, 0x2f, 0xa3, 0xf3, 0x87, 0xf1, 0xf6, 0xbf, 0xd2, 0x86, 0xba, 0xb1, 0x0e, 0xdf, 0x82,
  298. 0x27, 0x26, 0x99, 0x88, 0xd0, 0xc0, 0xbc, 0x79, 0x85, 0xc4, 0x09, 0x5a, 0x2b, 0xaf, 0xcb, 0x63,
  299. 0x0d, 0xbe, 0xd5, 0xdc, 0xe9, 0xa0, 0x27, 0x71, 0x02, 0x5f, 0x65, 0xc5, 0x15, 0x52, 0x75, 0xd4,
  300. 0x7a, 0x85, 0xe2, 0x98, 0xea, 0xf6, 0x94, 0x1e, 0xda, 0x60, 0x79, 0xc8, 0x26, 0x1c, 0x35, 0xcb,
  301. 0x83, 0x6b, 0x21, 0xdc, 0x03, 0xf7, 0xf5, 0x85, 0x81, 0x1e, 0x57, 0x88, 0x64, 0xa4, 0xf0, 0x67,
  302. 0xd0, 0xb8, 0x72, 0xc9, 0x20, 0xa8, 0x4b, 0xee, 0x94, 0x94, 0xfc, 0x9d, 0x62, 0x4e, 0x07, 0x3f,
  303. 0x12, 0xcc, 0x75, 0x9d, 0x17, 0xe6, 0xdd, 0x7a, 0x3c, 0x9f, 0xc0, 0x6f, 0x41, 0x73, 0x8c, 0xb9,
  304. 0xa4, 0x84, 0xbb, 0xa6, 0x16, 0xa1, 0x8f, 0x36, 0x2a, 0xa4, 0xb7, 0x96, 0x52, 0xfa, 0x00, 0x4f,
  305. 0x7c, 0x18, 0x83, 0xe6, 0xf5, 0x9b, 0x0d, 0x3d, 0xd1, 0xa9, 0x1e, 0x96, 0xa4, 0x7a, 0x36, 0xc7,
  306. 0xf2, 0xb6, 0xb8, 0xb6, 0xd6, 0x5d, 0x1f, 0x5f, 0x5d, 0x80, 0x07, 0xe0, 0xc1, 0xe5, 0x04, 0x73,
  307. 0x49, 0x38, 0x7a, 0x5a, 0x21, 0xdb, 0x4c, 0x0c, 0x7f, 0x05, 0x9b, 0xb7, 0x5f, 0xa5, 0x68, 0x53,
  308. 0x27, 0xfb, 0x5d, 0x49, 0xb2, 0x3d, 0x0d, 0xbf, 0x27, 0x3c, 0x7e, 0xa7, 0xd0, 0x3c, 0xe1, 0x5b,
  309. 0xd6, 0xbb, 0x1b, 0xe2, 0xe6, 0x22, 0xfc, 0x06, 0x2c, 0xab, 0xfb, 0x18, 0x7d, 0xa4, 0xc3, 0x7d,
  310. 0x5e, 0x16, 0x2e, 0x62, 0xd2, 0xf8, 0x47, 0x4c, 0x76, 0x35, 0xa9, 0x2e, 0x20, 0xfd, 0xb2, 0x42,
  311. 0x55, 0x2e, 0x20, 0xa5, 0x54, 0x8d, 0xaa, 0x5b, 0xe7, 0x59, 0x85, 0x46, 0x55, 0xc2, 0xc3, 0x7f,
  312. 0x6a, 0x60, 0xc7, 0x63, 0xb1, 0x55, 0xfc, 0xd1, 0x78, 0xd8, 0xc8, 0x3e, 0x15, 0xce, 0x94, 0xd3,
  313. 0x59, 0xed, 0xa7, 0xa3, 0x14, 0x08, 0x58, 0x84, 0x69, 0x60, 0x31, 0x1e, 0xd8, 0x01, 0xa1, 0x3a,
  314. 0x4e, 0xf6, 0x61, 0x32, 0x0e, 0xc5, 0x5d, 0xdf, 0xac, 0x2f, 0xcd, 0xcf, 0x1f, 0x4b, 0xf7, 0x5e,
  315. 0xb7, 0xdb, 0x7f, 0x2e, 0x6d, 0xbf, 0x36, 0x66, 0x6d, 0x5f, 0x58, 0x66, 0xa8, 0x46, 0xfd, 0x96,
  316. 0xd5, 0xd1, 0xb2, 0xbf, 0x33, 0xc1, 0x79, 0xdb, 0x17, 0xe7, 0xb9, 0xe0, 0xbc, 0xdf, 0x3a, 0x37,
  317. 0x82, 0x7f, 0x97, 0x76, 0xcc, 0xaa, 0xe3, 0xb4, 0x7d, 0xe1, 0x38, 0xb9, 0xc4, 0x71, 0xfa, 0x2d,
  318. 0xc7, 0x31, 0xa2, 0x8b, 0x15, 0x9d, 0xdd, 0xfe, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xcf, 0x67,
  319. 0x13, 0xd9, 0x50, 0x0b, 0x00, 0x00,
  320. }