File: customer.pb.go

package info (click to toggle)
golang-google-genproto 0.0~git20200413.b5235f6-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports, experimental
  • size: 50,816 kB
  • sloc: sh: 49; makefile: 12
file content (435 lines) | stat: -rw-r--r-- 21,327 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: google/ads/googleads/v3/resources/customer.proto

package resources

import (
	fmt "fmt"
	math "math"

	proto "github.com/golang/protobuf/proto"
	wrappers "github.com/golang/protobuf/ptypes/wrappers"
	enums "google.golang.org/genproto/googleapis/ads/googleads/v3/enums"
	_ "google.golang.org/genproto/googleapis/api/annotations"
)

// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf

// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package

// A customer.
type Customer struct {
	// Immutable. The resource name of the customer.
	// Customer resource names have the form:
	//
	// `customers/{customer_id}`
	ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
	// Output only. The ID of the customer.
	Id *wrappers.Int64Value `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	// Optional, non-unique descriptive name of the customer.
	DescriptiveName *wrappers.StringValue `protobuf:"bytes,4,opt,name=descriptive_name,json=descriptiveName,proto3" json:"descriptive_name,omitempty"`
	// Immutable. The currency in which the account operates.
	// A subset of the currency codes from the ISO 4217 standard is
	// supported.
	CurrencyCode *wrappers.StringValue `protobuf:"bytes,5,opt,name=currency_code,json=currencyCode,proto3" json:"currency_code,omitempty"`
	// Immutable. The local timezone ID of the customer.
	TimeZone *wrappers.StringValue `protobuf:"bytes,6,opt,name=time_zone,json=timeZone,proto3" json:"time_zone,omitempty"`
	// The URL template for constructing a tracking URL out of parameters.
	TrackingUrlTemplate *wrappers.StringValue `protobuf:"bytes,7,opt,name=tracking_url_template,json=trackingUrlTemplate,proto3" json:"tracking_url_template,omitempty"`
	// The URL template for appending params to the final URL
	FinalUrlSuffix *wrappers.StringValue `protobuf:"bytes,11,opt,name=final_url_suffix,json=finalUrlSuffix,proto3" json:"final_url_suffix,omitempty"`
	// Whether auto-tagging is enabled for the customer.
	AutoTaggingEnabled *wrappers.BoolValue `protobuf:"bytes,8,opt,name=auto_tagging_enabled,json=autoTaggingEnabled,proto3" json:"auto_tagging_enabled,omitempty"`
	// Output only. Whether the Customer has a Partners program badge. If the Customer is not
	// associated with the Partners program, this will be false. For more
	// information, see https://support.google.com/partners/answer/3125774.
	HasPartnersBadge *wrappers.BoolValue `protobuf:"bytes,9,opt,name=has_partners_badge,json=hasPartnersBadge,proto3" json:"has_partners_badge,omitempty"`
	// Output only. Whether the customer is a manager.
	Manager *wrappers.BoolValue `protobuf:"bytes,12,opt,name=manager,proto3" json:"manager,omitempty"`
	// Output only. Whether the customer is a test account.
	TestAccount *wrappers.BoolValue `protobuf:"bytes,13,opt,name=test_account,json=testAccount,proto3" json:"test_account,omitempty"`
	// Call reporting setting for a customer.
	CallReportingSetting *CallReportingSetting `protobuf:"bytes,10,opt,name=call_reporting_setting,json=callReportingSetting,proto3" json:"call_reporting_setting,omitempty"`
	// Output only. Conversion tracking setting for a customer.
	ConversionTrackingSetting *ConversionTrackingSetting `protobuf:"bytes,14,opt,name=conversion_tracking_setting,json=conversionTrackingSetting,proto3" json:"conversion_tracking_setting,omitempty"`
	// Output only. Remarketing setting for a customer.
	RemarketingSetting *RemarketingSetting `protobuf:"bytes,15,opt,name=remarketing_setting,json=remarketingSetting,proto3" json:"remarketing_setting,omitempty"`
	// Output only. Reasons why the customer is not eligible to use PaymentMode.CONVERSIONS. If
	// the list is empty, the customer is eligible. This field is read-only.
	PayPerConversionEligibilityFailureReasons []enums.CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason `protobuf:"varint,16,rep,packed,name=pay_per_conversion_eligibility_failure_reasons,json=payPerConversionEligibilityFailureReasons,proto3,enum=google.ads.googleads.v3.enums.CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason" json:"pay_per_conversion_eligibility_failure_reasons,omitempty"`
	XXX_NoUnkeyedLiteral                      struct{}                                                                                                      `json:"-"`
	XXX_unrecognized                          []byte                                                                                                        `json:"-"`
	XXX_sizecache                             int32                                                                                                         `json:"-"`
}

func (m *Customer) Reset()         { *m = Customer{} }
func (m *Customer) String() string { return proto.CompactTextString(m) }
func (*Customer) ProtoMessage()    {}
func (*Customer) Descriptor() ([]byte, []int) {
	return fileDescriptor_1221f0b49b42ae61, []int{0}
}

func (m *Customer) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_Customer.Unmarshal(m, b)
}
func (m *Customer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_Customer.Marshal(b, m, deterministic)
}
func (m *Customer) XXX_Merge(src proto.Message) {
	xxx_messageInfo_Customer.Merge(m, src)
}
func (m *Customer) XXX_Size() int {
	return xxx_messageInfo_Customer.Size(m)
}
func (m *Customer) XXX_DiscardUnknown() {
	xxx_messageInfo_Customer.DiscardUnknown(m)
}

var xxx_messageInfo_Customer proto.InternalMessageInfo

func (m *Customer) GetResourceName() string {
	if m != nil {
		return m.ResourceName
	}
	return ""
}

func (m *Customer) GetId() *wrappers.Int64Value {
	if m != nil {
		return m.Id
	}
	return nil
}

func (m *Customer) GetDescriptiveName() *wrappers.StringValue {
	if m != nil {
		return m.DescriptiveName
	}
	return nil
}

func (m *Customer) GetCurrencyCode() *wrappers.StringValue {
	if m != nil {
		return m.CurrencyCode
	}
	return nil
}

func (m *Customer) GetTimeZone() *wrappers.StringValue {
	if m != nil {
		return m.TimeZone
	}
	return nil
}

func (m *Customer) GetTrackingUrlTemplate() *wrappers.StringValue {
	if m != nil {
		return m.TrackingUrlTemplate
	}
	return nil
}

func (m *Customer) GetFinalUrlSuffix() *wrappers.StringValue {
	if m != nil {
		return m.FinalUrlSuffix
	}
	return nil
}

func (m *Customer) GetAutoTaggingEnabled() *wrappers.BoolValue {
	if m != nil {
		return m.AutoTaggingEnabled
	}
	return nil
}

func (m *Customer) GetHasPartnersBadge() *wrappers.BoolValue {
	if m != nil {
		return m.HasPartnersBadge
	}
	return nil
}

func (m *Customer) GetManager() *wrappers.BoolValue {
	if m != nil {
		return m.Manager
	}
	return nil
}

func (m *Customer) GetTestAccount() *wrappers.BoolValue {
	if m != nil {
		return m.TestAccount
	}
	return nil
}

func (m *Customer) GetCallReportingSetting() *CallReportingSetting {
	if m != nil {
		return m.CallReportingSetting
	}
	return nil
}

func (m *Customer) GetConversionTrackingSetting() *ConversionTrackingSetting {
	if m != nil {
		return m.ConversionTrackingSetting
	}
	return nil
}

func (m *Customer) GetRemarketingSetting() *RemarketingSetting {
	if m != nil {
		return m.RemarketingSetting
	}
	return nil
}

func (m *Customer) GetPayPerConversionEligibilityFailureReasons() []enums.CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason {
	if m != nil {
		return m.PayPerConversionEligibilityFailureReasons
	}
	return nil
}

// Call reporting setting for a customer.
type CallReportingSetting struct {
	// Enable reporting of phone call events by redirecting them via Google
	// System.
	CallReportingEnabled *wrappers.BoolValue `protobuf:"bytes,1,opt,name=call_reporting_enabled,json=callReportingEnabled,proto3" json:"call_reporting_enabled,omitempty"`
	// Whether to enable call conversion reporting.
	CallConversionReportingEnabled *wrappers.BoolValue `protobuf:"bytes,2,opt,name=call_conversion_reporting_enabled,json=callConversionReportingEnabled,proto3" json:"call_conversion_reporting_enabled,omitempty"`
	// Customer-level call conversion action to attribute a call conversion to.
	// If not set a default conversion action is used. Only in effect when
	// call_conversion_reporting_enabled is set to true.
	CallConversionAction *wrappers.StringValue `protobuf:"bytes,9,opt,name=call_conversion_action,json=callConversionAction,proto3" json:"call_conversion_action,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (m *CallReportingSetting) Reset()         { *m = CallReportingSetting{} }
func (m *CallReportingSetting) String() string { return proto.CompactTextString(m) }
func (*CallReportingSetting) ProtoMessage()    {}
func (*CallReportingSetting) Descriptor() ([]byte, []int) {
	return fileDescriptor_1221f0b49b42ae61, []int{1}
}

func (m *CallReportingSetting) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_CallReportingSetting.Unmarshal(m, b)
}
func (m *CallReportingSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_CallReportingSetting.Marshal(b, m, deterministic)
}
func (m *CallReportingSetting) XXX_Merge(src proto.Message) {
	xxx_messageInfo_CallReportingSetting.Merge(m, src)
}
func (m *CallReportingSetting) XXX_Size() int {
	return xxx_messageInfo_CallReportingSetting.Size(m)
}
func (m *CallReportingSetting) XXX_DiscardUnknown() {
	xxx_messageInfo_CallReportingSetting.DiscardUnknown(m)
}

var xxx_messageInfo_CallReportingSetting proto.InternalMessageInfo

func (m *CallReportingSetting) GetCallReportingEnabled() *wrappers.BoolValue {
	if m != nil {
		return m.CallReportingEnabled
	}
	return nil
}

func (m *CallReportingSetting) GetCallConversionReportingEnabled() *wrappers.BoolValue {
	if m != nil {
		return m.CallConversionReportingEnabled
	}
	return nil
}

func (m *CallReportingSetting) GetCallConversionAction() *wrappers.StringValue {
	if m != nil {
		return m.CallConversionAction
	}
	return nil
}

// A collection of customer-wide settings related to Google Ads Conversion
// Tracking.
type ConversionTrackingSetting struct {
	// Output only. The conversion tracking id used for this account. This id is automatically
	// assigned after any conversion tracking feature is used. If the customer
	// doesn't use conversion tracking, this is 0. This field is read-only.
	ConversionTrackingId *wrappers.Int64Value `protobuf:"bytes,1,opt,name=conversion_tracking_id,json=conversionTrackingId,proto3" json:"conversion_tracking_id,omitempty"`
	// Output only. The conversion tracking id of the customer's manager. This is set when the
	// customer is opted into cross account conversion tracking, and it overrides
	// conversion_tracking_id. This field can only be managed through the Google
	// Ads UI. This field is read-only.
	CrossAccountConversionTrackingId *wrappers.Int64Value `protobuf:"bytes,2,opt,name=cross_account_conversion_tracking_id,json=crossAccountConversionTrackingId,proto3" json:"cross_account_conversion_tracking_id,omitempty"`
	XXX_NoUnkeyedLiteral             struct{}             `json:"-"`
	XXX_unrecognized                 []byte               `json:"-"`
	XXX_sizecache                    int32                `json:"-"`
}

func (m *ConversionTrackingSetting) Reset()         { *m = ConversionTrackingSetting{} }
func (m *ConversionTrackingSetting) String() string { return proto.CompactTextString(m) }
func (*ConversionTrackingSetting) ProtoMessage()    {}
func (*ConversionTrackingSetting) Descriptor() ([]byte, []int) {
	return fileDescriptor_1221f0b49b42ae61, []int{2}
}

func (m *ConversionTrackingSetting) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_ConversionTrackingSetting.Unmarshal(m, b)
}
func (m *ConversionTrackingSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_ConversionTrackingSetting.Marshal(b, m, deterministic)
}
func (m *ConversionTrackingSetting) XXX_Merge(src proto.Message) {
	xxx_messageInfo_ConversionTrackingSetting.Merge(m, src)
}
func (m *ConversionTrackingSetting) XXX_Size() int {
	return xxx_messageInfo_ConversionTrackingSetting.Size(m)
}
func (m *ConversionTrackingSetting) XXX_DiscardUnknown() {
	xxx_messageInfo_ConversionTrackingSetting.DiscardUnknown(m)
}

var xxx_messageInfo_ConversionTrackingSetting proto.InternalMessageInfo

func (m *ConversionTrackingSetting) GetConversionTrackingId() *wrappers.Int64Value {
	if m != nil {
		return m.ConversionTrackingId
	}
	return nil
}

func (m *ConversionTrackingSetting) GetCrossAccountConversionTrackingId() *wrappers.Int64Value {
	if m != nil {
		return m.CrossAccountConversionTrackingId
	}
	return nil
}

// Remarketing setting for a customer.
type RemarketingSetting struct {
	// Output only. The Google global site tag.
	GoogleGlobalSiteTag  *wrappers.StringValue `protobuf:"bytes,1,opt,name=google_global_site_tag,json=googleGlobalSiteTag,proto3" json:"google_global_site_tag,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (m *RemarketingSetting) Reset()         { *m = RemarketingSetting{} }
func (m *RemarketingSetting) String() string { return proto.CompactTextString(m) }
func (*RemarketingSetting) ProtoMessage()    {}
func (*RemarketingSetting) Descriptor() ([]byte, []int) {
	return fileDescriptor_1221f0b49b42ae61, []int{3}
}

func (m *RemarketingSetting) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_RemarketingSetting.Unmarshal(m, b)
}
func (m *RemarketingSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_RemarketingSetting.Marshal(b, m, deterministic)
}
func (m *RemarketingSetting) XXX_Merge(src proto.Message) {
	xxx_messageInfo_RemarketingSetting.Merge(m, src)
}
func (m *RemarketingSetting) XXX_Size() int {
	return xxx_messageInfo_RemarketingSetting.Size(m)
}
func (m *RemarketingSetting) XXX_DiscardUnknown() {
	xxx_messageInfo_RemarketingSetting.DiscardUnknown(m)
}

var xxx_messageInfo_RemarketingSetting proto.InternalMessageInfo

func (m *RemarketingSetting) GetGoogleGlobalSiteTag() *wrappers.StringValue {
	if m != nil {
		return m.GoogleGlobalSiteTag
	}
	return nil
}

func init() {
	proto.RegisterType((*Customer)(nil), "google.ads.googleads.v3.resources.Customer")
	proto.RegisterType((*CallReportingSetting)(nil), "google.ads.googleads.v3.resources.CallReportingSetting")
	proto.RegisterType((*ConversionTrackingSetting)(nil), "google.ads.googleads.v3.resources.ConversionTrackingSetting")
	proto.RegisterType((*RemarketingSetting)(nil), "google.ads.googleads.v3.resources.RemarketingSetting")
}

func init() {
	proto.RegisterFile("google/ads/googleads/v3/resources/customer.proto", fileDescriptor_1221f0b49b42ae61)
}

var fileDescriptor_1221f0b49b42ae61 = []byte{
	// 974 bytes of a gzipped FileDescriptorProto
	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x96, 0xdd, 0x6e, 0xdb, 0x36,
	0x14, 0xc7, 0x21, 0x7b, 0x6d, 0x13, 0xe6, 0xa3, 0x01, 0x93, 0x15, 0x4a, 0x5a, 0x74, 0x49, 0xb6,
	0x02, 0x09, 0x06, 0xc8, 0x45, 0xbd, 0x0f, 0xd4, 0x2b, 0x06, 0xc8, 0x41, 0x12, 0x74, 0xd8, 0x0a,
	0xc3, 0x49, 0x73, 0x11, 0x04, 0x20, 0x68, 0xe9, 0x58, 0x21, 0x42, 0x91, 0x02, 0x49, 0x65, 0xcb,
	0x86, 0x5d, 0x6c, 0xd8, 0x8b, 0x6c, 0x97, 0x7b, 0x94, 0x5d, 0xef, 0x01, 0x7a, 0xb3, 0x9b, 0x02,
	0x7b, 0x81, 0x5c, 0x0d, 0xfa, 0xa0, 0xec, 0xcc, 0x71, 0xad, 0x5e, 0x85, 0x11, 0xcf, 0xff, 0xf7,
	0x3f, 0x87, 0xd2, 0x39, 0x34, 0x7a, 0x1a, 0x49, 0x19, 0x71, 0x68, 0xd1, 0x50, 0xb7, 0x8a, 0x65,
	0xb6, 0xba, 0x6c, 0xb7, 0x14, 0x68, 0x99, 0xaa, 0x00, 0x74, 0x2b, 0x48, 0xb5, 0x91, 0x31, 0x28,
	0x2f, 0x51, 0xd2, 0x48, 0xbc, 0x55, 0x84, 0x79, 0x34, 0xd4, 0x5e, 0xa5, 0xf0, 0x2e, 0xdb, 0x5e,
	0xa5, 0xd8, 0x38, 0x9d, 0x06, 0x05, 0x91, 0xc6, 0x23, 0x20, 0x49, 0xe8, 0x15, 0x49, 0x40, 0x91,
	0x40, 0x8a, 0x4b, 0x50, 0x9a, 0x49, 0x41, 0x80, 0xb3, 0x88, 0x0d, 0x18, 0x67, 0xe6, 0x8a, 0x0c,
	0x29, 0xe3, 0xa9, 0x02, 0xa2, 0x80, 0x6a, 0x29, 0x0a, 0xfb, 0x8d, 0x8f, 0x2c, 0x3b, 0x61, 0xad,
	0x21, 0x03, 0x1e, 0x92, 0x01, 0x9c, 0xd3, 0x4b, 0x26, 0xcb, 0xfc, 0x36, 0xd6, 0xc7, 0x02, 0x6c,
	0x4a, 0xe5, 0xd6, 0xe3, 0x72, 0x2b, 0xff, 0x6f, 0x90, 0x0e, 0x5b, 0xdf, 0x2b, 0x9a, 0x24, 0xa0,
	0x74, 0xb9, 0xff, 0x68, 0x4c, 0x4a, 0x85, 0x90, 0x86, 0x1a, 0x26, 0x45, 0xb9, 0xbb, 0xfd, 0xfb,
	0x02, 0x9a, 0xdb, 0x2b, 0x53, 0xc7, 0xaf, 0xd0, 0x92, 0x85, 0x13, 0x41, 0x63, 0x70, 0x9d, 0x4d,
	0x67, 0x67, 0xbe, 0xbb, 0xfb, 0xc6, 0xbf, 0x73, 0xed, 0x7f, 0x8c, 0xb6, 0x46, 0x27, 0x53, 0xae,
	0x12, 0xa6, 0xbd, 0x40, 0xc6, 0x2d, 0x4b, 0xe8, 0x2f, 0x5a, 0xfd, 0x2b, 0x1a, 0x03, 0x7e, 0x8a,
	0x1a, 0x2c, 0x74, 0x9b, 0x9b, 0xce, 0xce, 0xc2, 0xb3, 0x87, 0xa5, 0xc6, 0xb3, 0x79, 0x7a, 0x2f,
	0x85, 0xf9, 0xe2, 0xb3, 0x13, 0xca, 0x53, 0xe8, 0x36, 0xdf, 0xf8, 0xcd, 0x7e, 0x83, 0x85, 0xf8,
	0x10, 0xad, 0x84, 0xa0, 0x03, 0xc5, 0x12, 0xc3, 0x2e, 0xcb, 0x24, 0x3e, 0xc8, 0xf5, 0x8f, 0x26,
	0xf4, 0x47, 0x46, 0x31, 0x11, 0xe5, 0x80, 0xfe, 0xfd, 0x31, 0x55, 0x6e, 0x7d, 0x80, 0x96, 0x82,
	0x54, 0x29, 0x10, 0xc1, 0x15, 0x09, 0x64, 0x08, 0xee, 0x9d, 0xd9, 0x94, 0x2c, 0x8d, 0x3b, 0xfd,
	0x45, 0xab, 0xdb, 0x93, 0x21, 0xe0, 0xaf, 0xd1, 0xbc, 0x61, 0x31, 0x90, 0x1f, 0xa5, 0x00, 0xf7,
	0x6e, 0x5d, 0xc6, 0x5c, 0xa6, 0x39, 0x95, 0x02, 0x70, 0x0f, 0x7d, 0x68, 0x14, 0x0d, 0x2e, 0x98,
	0x88, 0x48, 0xaa, 0x38, 0x31, 0x10, 0x27, 0x9c, 0x1a, 0x70, 0xef, 0xd5, 0xa8, 0x6a, 0xd5, 0x4a,
	0x5f, 0x2b, 0x7e, 0x5c, 0x0a, 0xf1, 0x01, 0x5a, 0x19, 0x32, 0x41, 0x79, 0x8e, 0xd3, 0xe9, 0x70,
	0xc8, 0x7e, 0x70, 0x17, 0x6a, 0xc0, 0x96, 0x73, 0xd5, 0x6b, 0xc5, 0x8f, 0x72, 0x0d, 0xfe, 0x16,
	0xad, 0xd1, 0xd4, 0x48, 0x62, 0x68, 0x14, 0x65, 0xd9, 0x81, 0xa0, 0x03, 0x0e, 0xa1, 0x3b, 0x97,
	0xb3, 0x36, 0x26, 0x58, 0x5d, 0x29, 0x79, 0x41, 0xc2, 0x99, 0xee, 0xb8, 0x90, 0xed, 0x17, 0x2a,
	0xfc, 0x1d, 0xc2, 0xe7, 0x54, 0x93, 0x84, 0x2a, 0x23, 0x40, 0x69, 0x32, 0xa0, 0x61, 0x04, 0xee,
	0xfc, 0x2c, 0x56, 0xf1, 0xe6, 0x57, 0xce, 0xa9, 0xee, 0x95, 0xca, 0x6e, 0x26, 0xc4, 0xcf, 0xd1,
	0xbd, 0x98, 0x0a, 0x1a, 0x81, 0x72, 0x17, 0xeb, 0x31, 0x6c, 0x3c, 0xee, 0xa2, 0x45, 0x03, 0xda,
	0x10, 0x1a, 0x04, 0x32, 0x15, 0xc6, 0x5d, 0xaa, 0xa7, 0x5f, 0xc8, 0x44, 0x7e, 0xa1, 0xc1, 0x31,
	0x7a, 0x10, 0x50, 0xce, 0x89, 0x82, 0x44, 0x2a, 0x93, 0x9d, 0x8e, 0x06, 0x93, 0xfd, 0x75, 0x51,
	0x4e, 0xfb, 0xd2, 0x9b, 0x39, 0x2f, 0xbc, 0x3d, 0xca, 0x79, 0xdf, 0xea, 0x8f, 0x0a, 0x79, 0x7f,
	0x2d, 0xb8, 0xe5, 0x29, 0xfe, 0xc5, 0x41, 0x0f, 0xc7, 0xc6, 0x45, 0xf5, 0xc1, 0x58, 0xd3, 0xe5,
	0xdc, 0xf4, 0x45, 0x1d, 0xd3, 0x8a, 0x72, 0x5c, 0x42, 0x4a, 0x8f, 0xa2, 0xc8, 0xf5, 0x60, 0xda,
	0x3e, 0xbe, 0x40, 0xab, 0x0a, 0x62, 0xaa, 0x2e, 0xe0, 0x46, 0xbd, 0xf7, 0x73, 0xeb, 0xcf, 0x6b,
	0x58, 0xf7, 0x47, 0xea, 0x1b, 0x9e, 0x58, 0x4d, 0x6c, 0xe0, 0x7f, 0x1d, 0xe4, 0xbd, 0xd7, 0x9c,
	0xd4, 0xee, 0xca, 0x66, 0x73, 0x67, 0xf9, 0xd9, 0x6f, 0xce, 0xd4, 0x4c, 0xf2, 0x31, 0xec, 0xd9,
	0x49, 0xd4, 0xa3, 0x57, 0x3d, 0x50, 0xa3, 0xe3, 0xd8, 0x1f, 0xa1, 0x0f, 0x0a, 0x72, 0x3f, 0x07,
	0xef, 0x8b, 0x34, 0x7e, 0x6f, 0x51, 0x51, 0xd8, 0x6e, 0x52, 0x33, 0x5c, 0x77, 0x5e, 0xbc, 0xf5,
	0x9f, 0xd7, 0x18, 0x9f, 0x78, 0xcd, 0xde, 0x22, 0xba, 0xf5, 0x93, 0x5d, 0xfe, 0xbc, 0xfd, 0x77,
	0x03, 0xad, 0xdd, 0xf6, 0x35, 0xe1, 0xde, 0xc4, 0x67, 0x6a, 0x9b, 0xd8, 0x99, 0xd9, 0xc4, 0x37,
	0xbf, 0x44, 0xdb, 0xc6, 0x80, 0xb6, 0x72, 0xe2, 0xd8, 0x4b, 0x99, 0x84, 0x37, 0x66, 0xc2, 0x1f,
	0x67, 0x90, 0xd1, 0xc1, 0x4c, 0xd8, 0xfc, 0xea, 0x94, 0x99, 0x8f, 0xf9, 0xd0, 0x20, 0xbb, 0x97,
	0xca, 0x91, 0xf1, 0xee, 0x19, 0xeb, 0x5d, 0xfb, 0x9f, 0xa2, 0xdd, 0xe9, 0xc7, 0x59, 0x41, 0xfd,
	0x9c, 0x59, 0xd4, 0xfa, 0xff, 0xa7, 0xdb, 0xff, 0x38, 0x68, 0x7d, 0x6a, 0xbf, 0xe0, 0x13, 0xf4,
	0xe0, 0xb6, 0x96, 0x64, 0xf6, 0x6c, 0x67, 0xdf, 0x67, 0x6b, 0x93, 0xcd, 0xf6, 0x32, 0xc4, 0x09,
	0xfa, 0x24, 0x50, 0x52, 0x6b, 0x3b, 0x9f, 0xc8, 0x14, 0x97, 0x46, 0x4d, 0x97, 0xcd, 0x9c, 0x56,
	0x0e, 0xae, 0xbd, 0x5b, 0x1c, 0xb7, 0x39, 0xc2, 0x93, 0xbd, 0x99, 0xd5, 0x57, 0xa0, 0x49, 0xc4,
	0xe5, 0x80, 0x72, 0xa2, 0x99, 0x81, 0xec, 0x32, 0x28, 0xeb, 0x9b, 0x79, 0xcb, 0x35, 0xfb, 0xab,
	0x45, 0xc4, 0x61, 0xae, 0x3f, 0x62, 0x06, 0x8e, 0x69, 0xd4, 0xbd, 0x76, 0xd0, 0x93, 0x40, 0xc6,
	0xb3, 0x07, 0x46, 0x77, 0xa9, 0x6a, 0xbb, 0xcc, 0xa1, 0xe7, 0x9c, 0x7e, 0x53, 0x6a, 0x22, 0xc9,
	0xa9, 0x88, 0x3c, 0xa9, 0xa2, 0x56, 0x04, 0x22, 0xf7, 0x6f, 0x8d, 0x5e, 0xf1, 0x3b, 0x7e, 0xd5,
	0x7d, 0x55, 0xad, 0xfe, 0x68, 0x34, 0x0f, 0x7d, 0xff, 0xcf, 0xc6, 0xd6, 0x61, 0x81, 0xf4, 0x43,
	0xed, 0x15, 0xcb, 0x6c, 0x75, 0xd2, 0xf6, 0xfa, 0x36, 0xf2, 0x2f, 0x1b, 0x73, 0xe6, 0x87, 0xfa,
	0xac, 0x8a, 0x39, 0x3b, 0x69, 0x9f, 0x55, 0x31, 0x6f, 0x1b, 0x4f, 0x8a, 0x8d, 0x4e, 0xc7, 0x0f,
	0x75, 0xa7, 0x53, 0x45, 0x75, 0x3a, 0x27, 0xed, 0x4e, 0xa7, 0x8a, 0x1b, 0xdc, 0xcd, 0x93, 0x6d,
	0xff, 0x17, 0x00, 0x00, 0xff, 0xff, 0x55, 0x07, 0x6b, 0xad, 0x81, 0x0a, 0x00, 0x00,
}