1// Code generated by protoc-gen-gogo. DO NOT EDIT.
2// source: multinode.proto
3
4package multinodepb
5
6import (
7	fmt "fmt"
8	math "math"
9	time "time"
10
11	proto "github.com/gogo/protobuf/proto"
12)
13
14// Reference imports to suppress errors if they are not otherwise used.
15var _ = proto.Marshal
16var _ = fmt.Errorf
17var _ = math.Inf
18var _ = time.Kitchen
19
20// This is a compile-time assertion to ensure that this generated file
21// is compatible with the proto package it is being compiled against.
22// A compilation error at this line likely means your copy of the
23// proto package needs to be updated.
24const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
25
26type RequestHeader struct {
27	ApiKey               []byte   `protobuf:"bytes,1,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
28	XXX_NoUnkeyedLiteral struct{} `json:"-"`
29	XXX_unrecognized     []byte   `json:"-"`
30	XXX_sizecache        int32    `json:"-"`
31}
32
33func (m *RequestHeader) Reset()         { *m = RequestHeader{} }
34func (m *RequestHeader) String() string { return proto.CompactTextString(m) }
35func (*RequestHeader) ProtoMessage()    {}
36func (*RequestHeader) Descriptor() ([]byte, []int) {
37	return fileDescriptor_9a45fd79b06f3a1b, []int{0}
38}
39func (m *RequestHeader) XXX_Unmarshal(b []byte) error {
40	return xxx_messageInfo_RequestHeader.Unmarshal(m, b)
41}
42func (m *RequestHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
43	return xxx_messageInfo_RequestHeader.Marshal(b, m, deterministic)
44}
45func (m *RequestHeader) XXX_Merge(src proto.Message) {
46	xxx_messageInfo_RequestHeader.Merge(m, src)
47}
48func (m *RequestHeader) XXX_Size() int {
49	return xxx_messageInfo_RequestHeader.Size(m)
50}
51func (m *RequestHeader) XXX_DiscardUnknown() {
52	xxx_messageInfo_RequestHeader.DiscardUnknown(m)
53}
54
55var xxx_messageInfo_RequestHeader proto.InternalMessageInfo
56
57func (m *RequestHeader) GetApiKey() []byte {
58	if m != nil {
59		return m.ApiKey
60	}
61	return nil
62}
63
64type DiskSpaceRequest struct {
65	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
66	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
67	XXX_unrecognized     []byte         `json:"-"`
68	XXX_sizecache        int32          `json:"-"`
69}
70
71func (m *DiskSpaceRequest) Reset()         { *m = DiskSpaceRequest{} }
72func (m *DiskSpaceRequest) String() string { return proto.CompactTextString(m) }
73func (*DiskSpaceRequest) ProtoMessage()    {}
74func (*DiskSpaceRequest) Descriptor() ([]byte, []int) {
75	return fileDescriptor_9a45fd79b06f3a1b, []int{1}
76}
77func (m *DiskSpaceRequest) XXX_Unmarshal(b []byte) error {
78	return xxx_messageInfo_DiskSpaceRequest.Unmarshal(m, b)
79}
80func (m *DiskSpaceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
81	return xxx_messageInfo_DiskSpaceRequest.Marshal(b, m, deterministic)
82}
83func (m *DiskSpaceRequest) XXX_Merge(src proto.Message) {
84	xxx_messageInfo_DiskSpaceRequest.Merge(m, src)
85}
86func (m *DiskSpaceRequest) XXX_Size() int {
87	return xxx_messageInfo_DiskSpaceRequest.Size(m)
88}
89func (m *DiskSpaceRequest) XXX_DiscardUnknown() {
90	xxx_messageInfo_DiskSpaceRequest.DiscardUnknown(m)
91}
92
93var xxx_messageInfo_DiskSpaceRequest proto.InternalMessageInfo
94
95func (m *DiskSpaceRequest) GetHeader() *RequestHeader {
96	if m != nil {
97		return m.Header
98	}
99	return nil
100}
101
102type DiskSpaceResponse struct {
103	Allocated            int64    `protobuf:"varint,1,opt,name=allocated,proto3" json:"allocated,omitempty"`
104	UsedPieces           int64    `protobuf:"varint,2,opt,name=used_pieces,json=usedPieces,proto3" json:"used_pieces,omitempty"`
105	UsedTrash            int64    `protobuf:"varint,3,opt,name=used_trash,json=usedTrash,proto3" json:"used_trash,omitempty"`
106	Free                 int64    `protobuf:"varint,4,opt,name=free,proto3" json:"free,omitempty"`
107	Available            int64    `protobuf:"varint,5,opt,name=available,proto3" json:"available,omitempty"`
108	Overused             int64    `protobuf:"varint,6,opt,name=overused,proto3" json:"overused,omitempty"`
109	XXX_NoUnkeyedLiteral struct{} `json:"-"`
110	XXX_unrecognized     []byte   `json:"-"`
111	XXX_sizecache        int32    `json:"-"`
112}
113
114func (m *DiskSpaceResponse) Reset()         { *m = DiskSpaceResponse{} }
115func (m *DiskSpaceResponse) String() string { return proto.CompactTextString(m) }
116func (*DiskSpaceResponse) ProtoMessage()    {}
117func (*DiskSpaceResponse) Descriptor() ([]byte, []int) {
118	return fileDescriptor_9a45fd79b06f3a1b, []int{2}
119}
120func (m *DiskSpaceResponse) XXX_Unmarshal(b []byte) error {
121	return xxx_messageInfo_DiskSpaceResponse.Unmarshal(m, b)
122}
123func (m *DiskSpaceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
124	return xxx_messageInfo_DiskSpaceResponse.Marshal(b, m, deterministic)
125}
126func (m *DiskSpaceResponse) XXX_Merge(src proto.Message) {
127	xxx_messageInfo_DiskSpaceResponse.Merge(m, src)
128}
129func (m *DiskSpaceResponse) XXX_Size() int {
130	return xxx_messageInfo_DiskSpaceResponse.Size(m)
131}
132func (m *DiskSpaceResponse) XXX_DiscardUnknown() {
133	xxx_messageInfo_DiskSpaceResponse.DiscardUnknown(m)
134}
135
136var xxx_messageInfo_DiskSpaceResponse proto.InternalMessageInfo
137
138func (m *DiskSpaceResponse) GetAllocated() int64 {
139	if m != nil {
140		return m.Allocated
141	}
142	return 0
143}
144
145func (m *DiskSpaceResponse) GetUsedPieces() int64 {
146	if m != nil {
147		return m.UsedPieces
148	}
149	return 0
150}
151
152func (m *DiskSpaceResponse) GetUsedTrash() int64 {
153	if m != nil {
154		return m.UsedTrash
155	}
156	return 0
157}
158
159func (m *DiskSpaceResponse) GetFree() int64 {
160	if m != nil {
161		return m.Free
162	}
163	return 0
164}
165
166func (m *DiskSpaceResponse) GetAvailable() int64 {
167	if m != nil {
168		return m.Available
169	}
170	return 0
171}
172
173func (m *DiskSpaceResponse) GetOverused() int64 {
174	if m != nil {
175		return m.Overused
176	}
177	return 0
178}
179
180type StorageUsage struct {
181	AtRestTotal          float64   `protobuf:"fixed64,1,opt,name=at_rest_total,json=atRestTotal,proto3" json:"at_rest_total,omitempty"`
182	IntervalStart        time.Time `protobuf:"bytes,2,opt,name=interval_start,json=intervalStart,proto3,stdtime" json:"interval_start"`
183	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
184	XXX_unrecognized     []byte    `json:"-"`
185	XXX_sizecache        int32     `json:"-"`
186}
187
188func (m *StorageUsage) Reset()         { *m = StorageUsage{} }
189func (m *StorageUsage) String() string { return proto.CompactTextString(m) }
190func (*StorageUsage) ProtoMessage()    {}
191func (*StorageUsage) Descriptor() ([]byte, []int) {
192	return fileDescriptor_9a45fd79b06f3a1b, []int{3}
193}
194func (m *StorageUsage) XXX_Unmarshal(b []byte) error {
195	return xxx_messageInfo_StorageUsage.Unmarshal(m, b)
196}
197func (m *StorageUsage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
198	return xxx_messageInfo_StorageUsage.Marshal(b, m, deterministic)
199}
200func (m *StorageUsage) XXX_Merge(src proto.Message) {
201	xxx_messageInfo_StorageUsage.Merge(m, src)
202}
203func (m *StorageUsage) XXX_Size() int {
204	return xxx_messageInfo_StorageUsage.Size(m)
205}
206func (m *StorageUsage) XXX_DiscardUnknown() {
207	xxx_messageInfo_StorageUsage.DiscardUnknown(m)
208}
209
210var xxx_messageInfo_StorageUsage proto.InternalMessageInfo
211
212func (m *StorageUsage) GetAtRestTotal() float64 {
213	if m != nil {
214		return m.AtRestTotal
215	}
216	return 0
217}
218
219func (m *StorageUsage) GetIntervalStart() time.Time {
220	if m != nil {
221		return m.IntervalStart
222	}
223	return time.Time{}
224}
225
226type StorageUsageRequest struct {
227	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
228	From                 time.Time      `protobuf:"bytes,2,opt,name=from,proto3,stdtime" json:"from"`
229	To                   time.Time      `protobuf:"bytes,3,opt,name=to,proto3,stdtime" json:"to"`
230	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
231	XXX_unrecognized     []byte         `json:"-"`
232	XXX_sizecache        int32          `json:"-"`
233}
234
235func (m *StorageUsageRequest) Reset()         { *m = StorageUsageRequest{} }
236func (m *StorageUsageRequest) String() string { return proto.CompactTextString(m) }
237func (*StorageUsageRequest) ProtoMessage()    {}
238func (*StorageUsageRequest) Descriptor() ([]byte, []int) {
239	return fileDescriptor_9a45fd79b06f3a1b, []int{4}
240}
241func (m *StorageUsageRequest) XXX_Unmarshal(b []byte) error {
242	return xxx_messageInfo_StorageUsageRequest.Unmarshal(m, b)
243}
244func (m *StorageUsageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
245	return xxx_messageInfo_StorageUsageRequest.Marshal(b, m, deterministic)
246}
247func (m *StorageUsageRequest) XXX_Merge(src proto.Message) {
248	xxx_messageInfo_StorageUsageRequest.Merge(m, src)
249}
250func (m *StorageUsageRequest) XXX_Size() int {
251	return xxx_messageInfo_StorageUsageRequest.Size(m)
252}
253func (m *StorageUsageRequest) XXX_DiscardUnknown() {
254	xxx_messageInfo_StorageUsageRequest.DiscardUnknown(m)
255}
256
257var xxx_messageInfo_StorageUsageRequest proto.InternalMessageInfo
258
259func (m *StorageUsageRequest) GetHeader() *RequestHeader {
260	if m != nil {
261		return m.Header
262	}
263	return nil
264}
265
266func (m *StorageUsageRequest) GetFrom() time.Time {
267	if m != nil {
268		return m.From
269	}
270	return time.Time{}
271}
272
273func (m *StorageUsageRequest) GetTo() time.Time {
274	if m != nil {
275		return m.To
276	}
277	return time.Time{}
278}
279
280type StorageUsageResponse struct {
281	StorageUsage         []*StorageUsage `protobuf:"bytes,1,rep,name=storage_usage,json=storageUsage,proto3" json:"storage_usage,omitempty"`
282	Summary              float64         `protobuf:"fixed64,2,opt,name=summary,proto3" json:"summary,omitempty"`
283	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
284	XXX_unrecognized     []byte          `json:"-"`
285	XXX_sizecache        int32           `json:"-"`
286}
287
288func (m *StorageUsageResponse) Reset()         { *m = StorageUsageResponse{} }
289func (m *StorageUsageResponse) String() string { return proto.CompactTextString(m) }
290func (*StorageUsageResponse) ProtoMessage()    {}
291func (*StorageUsageResponse) Descriptor() ([]byte, []int) {
292	return fileDescriptor_9a45fd79b06f3a1b, []int{5}
293}
294func (m *StorageUsageResponse) XXX_Unmarshal(b []byte) error {
295	return xxx_messageInfo_StorageUsageResponse.Unmarshal(m, b)
296}
297func (m *StorageUsageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
298	return xxx_messageInfo_StorageUsageResponse.Marshal(b, m, deterministic)
299}
300func (m *StorageUsageResponse) XXX_Merge(src proto.Message) {
301	xxx_messageInfo_StorageUsageResponse.Merge(m, src)
302}
303func (m *StorageUsageResponse) XXX_Size() int {
304	return xxx_messageInfo_StorageUsageResponse.Size(m)
305}
306func (m *StorageUsageResponse) XXX_DiscardUnknown() {
307	xxx_messageInfo_StorageUsageResponse.DiscardUnknown(m)
308}
309
310var xxx_messageInfo_StorageUsageResponse proto.InternalMessageInfo
311
312func (m *StorageUsageResponse) GetStorageUsage() []*StorageUsage {
313	if m != nil {
314		return m.StorageUsage
315	}
316	return nil
317}
318
319func (m *StorageUsageResponse) GetSummary() float64 {
320	if m != nil {
321		return m.Summary
322	}
323	return 0
324}
325
326type StorageUsageSatelliteRequest struct {
327	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
328	SatelliteId          NodeID         `protobuf:"bytes,2,opt,name=satellite_id,json=satelliteId,proto3,customtype=NodeID" json:"satellite_id"`
329	From                 time.Time      `protobuf:"bytes,3,opt,name=from,proto3,stdtime" json:"from"`
330	To                   time.Time      `protobuf:"bytes,4,opt,name=to,proto3,stdtime" json:"to"`
331	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
332	XXX_unrecognized     []byte         `json:"-"`
333	XXX_sizecache        int32          `json:"-"`
334}
335
336func (m *StorageUsageSatelliteRequest) Reset()         { *m = StorageUsageSatelliteRequest{} }
337func (m *StorageUsageSatelliteRequest) String() string { return proto.CompactTextString(m) }
338func (*StorageUsageSatelliteRequest) ProtoMessage()    {}
339func (*StorageUsageSatelliteRequest) Descriptor() ([]byte, []int) {
340	return fileDescriptor_9a45fd79b06f3a1b, []int{6}
341}
342func (m *StorageUsageSatelliteRequest) XXX_Unmarshal(b []byte) error {
343	return xxx_messageInfo_StorageUsageSatelliteRequest.Unmarshal(m, b)
344}
345func (m *StorageUsageSatelliteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
346	return xxx_messageInfo_StorageUsageSatelliteRequest.Marshal(b, m, deterministic)
347}
348func (m *StorageUsageSatelliteRequest) XXX_Merge(src proto.Message) {
349	xxx_messageInfo_StorageUsageSatelliteRequest.Merge(m, src)
350}
351func (m *StorageUsageSatelliteRequest) XXX_Size() int {
352	return xxx_messageInfo_StorageUsageSatelliteRequest.Size(m)
353}
354func (m *StorageUsageSatelliteRequest) XXX_DiscardUnknown() {
355	xxx_messageInfo_StorageUsageSatelliteRequest.DiscardUnknown(m)
356}
357
358var xxx_messageInfo_StorageUsageSatelliteRequest proto.InternalMessageInfo
359
360func (m *StorageUsageSatelliteRequest) GetHeader() *RequestHeader {
361	if m != nil {
362		return m.Header
363	}
364	return nil
365}
366
367func (m *StorageUsageSatelliteRequest) GetFrom() time.Time {
368	if m != nil {
369		return m.From
370	}
371	return time.Time{}
372}
373
374func (m *StorageUsageSatelliteRequest) GetTo() time.Time {
375	if m != nil {
376		return m.To
377	}
378	return time.Time{}
379}
380
381type StorageUsageSatelliteResponse struct {
382	StorageUsage         []*StorageUsage `protobuf:"bytes,1,rep,name=storage_usage,json=storageUsage,proto3" json:"storage_usage,omitempty"`
383	Summary              float64         `protobuf:"fixed64,2,opt,name=summary,proto3" json:"summary,omitempty"`
384	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
385	XXX_unrecognized     []byte          `json:"-"`
386	XXX_sizecache        int32           `json:"-"`
387}
388
389func (m *StorageUsageSatelliteResponse) Reset()         { *m = StorageUsageSatelliteResponse{} }
390func (m *StorageUsageSatelliteResponse) String() string { return proto.CompactTextString(m) }
391func (*StorageUsageSatelliteResponse) ProtoMessage()    {}
392func (*StorageUsageSatelliteResponse) Descriptor() ([]byte, []int) {
393	return fileDescriptor_9a45fd79b06f3a1b, []int{7}
394}
395func (m *StorageUsageSatelliteResponse) XXX_Unmarshal(b []byte) error {
396	return xxx_messageInfo_StorageUsageSatelliteResponse.Unmarshal(m, b)
397}
398func (m *StorageUsageSatelliteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
399	return xxx_messageInfo_StorageUsageSatelliteResponse.Marshal(b, m, deterministic)
400}
401func (m *StorageUsageSatelliteResponse) XXX_Merge(src proto.Message) {
402	xxx_messageInfo_StorageUsageSatelliteResponse.Merge(m, src)
403}
404func (m *StorageUsageSatelliteResponse) XXX_Size() int {
405	return xxx_messageInfo_StorageUsageSatelliteResponse.Size(m)
406}
407func (m *StorageUsageSatelliteResponse) XXX_DiscardUnknown() {
408	xxx_messageInfo_StorageUsageSatelliteResponse.DiscardUnknown(m)
409}
410
411var xxx_messageInfo_StorageUsageSatelliteResponse proto.InternalMessageInfo
412
413func (m *StorageUsageSatelliteResponse) GetStorageUsage() []*StorageUsage {
414	if m != nil {
415		return m.StorageUsage
416	}
417	return nil
418}
419
420func (m *StorageUsageSatelliteResponse) GetSummary() float64 {
421	if m != nil {
422		return m.Summary
423	}
424	return 0
425}
426
427type BandwidthMonthSummaryRequest struct {
428	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
429	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
430	XXX_unrecognized     []byte         `json:"-"`
431	XXX_sizecache        int32          `json:"-"`
432}
433
434func (m *BandwidthMonthSummaryRequest) Reset()         { *m = BandwidthMonthSummaryRequest{} }
435func (m *BandwidthMonthSummaryRequest) String() string { return proto.CompactTextString(m) }
436func (*BandwidthMonthSummaryRequest) ProtoMessage()    {}
437func (*BandwidthMonthSummaryRequest) Descriptor() ([]byte, []int) {
438	return fileDescriptor_9a45fd79b06f3a1b, []int{8}
439}
440func (m *BandwidthMonthSummaryRequest) XXX_Unmarshal(b []byte) error {
441	return xxx_messageInfo_BandwidthMonthSummaryRequest.Unmarshal(m, b)
442}
443func (m *BandwidthMonthSummaryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
444	return xxx_messageInfo_BandwidthMonthSummaryRequest.Marshal(b, m, deterministic)
445}
446func (m *BandwidthMonthSummaryRequest) XXX_Merge(src proto.Message) {
447	xxx_messageInfo_BandwidthMonthSummaryRequest.Merge(m, src)
448}
449func (m *BandwidthMonthSummaryRequest) XXX_Size() int {
450	return xxx_messageInfo_BandwidthMonthSummaryRequest.Size(m)
451}
452func (m *BandwidthMonthSummaryRequest) XXX_DiscardUnknown() {
453	xxx_messageInfo_BandwidthMonthSummaryRequest.DiscardUnknown(m)
454}
455
456var xxx_messageInfo_BandwidthMonthSummaryRequest proto.InternalMessageInfo
457
458func (m *BandwidthMonthSummaryRequest) GetHeader() *RequestHeader {
459	if m != nil {
460		return m.Header
461	}
462	return nil
463}
464
465type BandwidthMonthSummaryResponse struct {
466	Used                 int64    `protobuf:"varint,1,opt,name=used,proto3" json:"used,omitempty"`
467	XXX_NoUnkeyedLiteral struct{} `json:"-"`
468	XXX_unrecognized     []byte   `json:"-"`
469	XXX_sizecache        int32    `json:"-"`
470}
471
472func (m *BandwidthMonthSummaryResponse) Reset()         { *m = BandwidthMonthSummaryResponse{} }
473func (m *BandwidthMonthSummaryResponse) String() string { return proto.CompactTextString(m) }
474func (*BandwidthMonthSummaryResponse) ProtoMessage()    {}
475func (*BandwidthMonthSummaryResponse) Descriptor() ([]byte, []int) {
476	return fileDescriptor_9a45fd79b06f3a1b, []int{9}
477}
478func (m *BandwidthMonthSummaryResponse) XXX_Unmarshal(b []byte) error {
479	return xxx_messageInfo_BandwidthMonthSummaryResponse.Unmarshal(m, b)
480}
481func (m *BandwidthMonthSummaryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
482	return xxx_messageInfo_BandwidthMonthSummaryResponse.Marshal(b, m, deterministic)
483}
484func (m *BandwidthMonthSummaryResponse) XXX_Merge(src proto.Message) {
485	xxx_messageInfo_BandwidthMonthSummaryResponse.Merge(m, src)
486}
487func (m *BandwidthMonthSummaryResponse) XXX_Size() int {
488	return xxx_messageInfo_BandwidthMonthSummaryResponse.Size(m)
489}
490func (m *BandwidthMonthSummaryResponse) XXX_DiscardUnknown() {
491	xxx_messageInfo_BandwidthMonthSummaryResponse.DiscardUnknown(m)
492}
493
494var xxx_messageInfo_BandwidthMonthSummaryResponse proto.InternalMessageInfo
495
496func (m *BandwidthMonthSummaryResponse) GetUsed() int64 {
497	if m != nil {
498		return m.Used
499	}
500	return 0
501}
502
503type BandwidthSummarySatelliteRequest struct {
504	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
505	SatelliteId          NodeID         `protobuf:"bytes,2,opt,name=satellite_id,json=satelliteId,proto3,customtype=NodeID" json:"satellite_id"`
506	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
507	XXX_unrecognized     []byte         `json:"-"`
508	XXX_sizecache        int32          `json:"-"`
509}
510
511func (m *BandwidthSummarySatelliteRequest) Reset()         { *m = BandwidthSummarySatelliteRequest{} }
512func (m *BandwidthSummarySatelliteRequest) String() string { return proto.CompactTextString(m) }
513func (*BandwidthSummarySatelliteRequest) ProtoMessage()    {}
514func (*BandwidthSummarySatelliteRequest) Descriptor() ([]byte, []int) {
515	return fileDescriptor_9a45fd79b06f3a1b, []int{10}
516}
517func (m *BandwidthSummarySatelliteRequest) XXX_Unmarshal(b []byte) error {
518	return xxx_messageInfo_BandwidthSummarySatelliteRequest.Unmarshal(m, b)
519}
520func (m *BandwidthSummarySatelliteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
521	return xxx_messageInfo_BandwidthSummarySatelliteRequest.Marshal(b, m, deterministic)
522}
523func (m *BandwidthSummarySatelliteRequest) XXX_Merge(src proto.Message) {
524	xxx_messageInfo_BandwidthSummarySatelliteRequest.Merge(m, src)
525}
526func (m *BandwidthSummarySatelliteRequest) XXX_Size() int {
527	return xxx_messageInfo_BandwidthSummarySatelliteRequest.Size(m)
528}
529func (m *BandwidthSummarySatelliteRequest) XXX_DiscardUnknown() {
530	xxx_messageInfo_BandwidthSummarySatelliteRequest.DiscardUnknown(m)
531}
532
533var xxx_messageInfo_BandwidthSummarySatelliteRequest proto.InternalMessageInfo
534
535func (m *BandwidthSummarySatelliteRequest) GetHeader() *RequestHeader {
536	if m != nil {
537		return m.Header
538	}
539	return nil
540}
541
542type BandwidthSummarySatelliteResponse struct {
543	Summary              int64    `protobuf:"varint,1,opt,name=summary,proto3" json:"summary,omitempty"`
544	XXX_NoUnkeyedLiteral struct{} `json:"-"`
545	XXX_unrecognized     []byte   `json:"-"`
546	XXX_sizecache        int32    `json:"-"`
547}
548
549func (m *BandwidthSummarySatelliteResponse) Reset()         { *m = BandwidthSummarySatelliteResponse{} }
550func (m *BandwidthSummarySatelliteResponse) String() string { return proto.CompactTextString(m) }
551func (*BandwidthSummarySatelliteResponse) ProtoMessage()    {}
552func (*BandwidthSummarySatelliteResponse) Descriptor() ([]byte, []int) {
553	return fileDescriptor_9a45fd79b06f3a1b, []int{11}
554}
555func (m *BandwidthSummarySatelliteResponse) XXX_Unmarshal(b []byte) error {
556	return xxx_messageInfo_BandwidthSummarySatelliteResponse.Unmarshal(m, b)
557}
558func (m *BandwidthSummarySatelliteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
559	return xxx_messageInfo_BandwidthSummarySatelliteResponse.Marshal(b, m, deterministic)
560}
561func (m *BandwidthSummarySatelliteResponse) XXX_Merge(src proto.Message) {
562	xxx_messageInfo_BandwidthSummarySatelliteResponse.Merge(m, src)
563}
564func (m *BandwidthSummarySatelliteResponse) XXX_Size() int {
565	return xxx_messageInfo_BandwidthSummarySatelliteResponse.Size(m)
566}
567func (m *BandwidthSummarySatelliteResponse) XXX_DiscardUnknown() {
568	xxx_messageInfo_BandwidthSummarySatelliteResponse.DiscardUnknown(m)
569}
570
571var xxx_messageInfo_BandwidthSummarySatelliteResponse proto.InternalMessageInfo
572
573func (m *BandwidthSummarySatelliteResponse) GetSummary() int64 {
574	if m != nil {
575		return m.Summary
576	}
577	return 0
578}
579
580type BandwidthSummaryRequest struct {
581	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
582	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
583	XXX_unrecognized     []byte         `json:"-"`
584	XXX_sizecache        int32          `json:"-"`
585}
586
587func (m *BandwidthSummaryRequest) Reset()         { *m = BandwidthSummaryRequest{} }
588func (m *BandwidthSummaryRequest) String() string { return proto.CompactTextString(m) }
589func (*BandwidthSummaryRequest) ProtoMessage()    {}
590func (*BandwidthSummaryRequest) Descriptor() ([]byte, []int) {
591	return fileDescriptor_9a45fd79b06f3a1b, []int{12}
592}
593func (m *BandwidthSummaryRequest) XXX_Unmarshal(b []byte) error {
594	return xxx_messageInfo_BandwidthSummaryRequest.Unmarshal(m, b)
595}
596func (m *BandwidthSummaryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
597	return xxx_messageInfo_BandwidthSummaryRequest.Marshal(b, m, deterministic)
598}
599func (m *BandwidthSummaryRequest) XXX_Merge(src proto.Message) {
600	xxx_messageInfo_BandwidthSummaryRequest.Merge(m, src)
601}
602func (m *BandwidthSummaryRequest) XXX_Size() int {
603	return xxx_messageInfo_BandwidthSummaryRequest.Size(m)
604}
605func (m *BandwidthSummaryRequest) XXX_DiscardUnknown() {
606	xxx_messageInfo_BandwidthSummaryRequest.DiscardUnknown(m)
607}
608
609var xxx_messageInfo_BandwidthSummaryRequest proto.InternalMessageInfo
610
611func (m *BandwidthSummaryRequest) GetHeader() *RequestHeader {
612	if m != nil {
613		return m.Header
614	}
615	return nil
616}
617
618type BandwidthSummaryResponse struct {
619	Summary              int64    `protobuf:"varint,1,opt,name=summary,proto3" json:"summary,omitempty"`
620	XXX_NoUnkeyedLiteral struct{} `json:"-"`
621	XXX_unrecognized     []byte   `json:"-"`
622	XXX_sizecache        int32    `json:"-"`
623}
624
625func (m *BandwidthSummaryResponse) Reset()         { *m = BandwidthSummaryResponse{} }
626func (m *BandwidthSummaryResponse) String() string { return proto.CompactTextString(m) }
627func (*BandwidthSummaryResponse) ProtoMessage()    {}
628func (*BandwidthSummaryResponse) Descriptor() ([]byte, []int) {
629	return fileDescriptor_9a45fd79b06f3a1b, []int{13}
630}
631func (m *BandwidthSummaryResponse) XXX_Unmarshal(b []byte) error {
632	return xxx_messageInfo_BandwidthSummaryResponse.Unmarshal(m, b)
633}
634func (m *BandwidthSummaryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
635	return xxx_messageInfo_BandwidthSummaryResponse.Marshal(b, m, deterministic)
636}
637func (m *BandwidthSummaryResponse) XXX_Merge(src proto.Message) {
638	xxx_messageInfo_BandwidthSummaryResponse.Merge(m, src)
639}
640func (m *BandwidthSummaryResponse) XXX_Size() int {
641	return xxx_messageInfo_BandwidthSummaryResponse.Size(m)
642}
643func (m *BandwidthSummaryResponse) XXX_DiscardUnknown() {
644	xxx_messageInfo_BandwidthSummaryResponse.DiscardUnknown(m)
645}
646
647var xxx_messageInfo_BandwidthSummaryResponse proto.InternalMessageInfo
648
649func (m *BandwidthSummaryResponse) GetSummary() int64 {
650	if m != nil {
651		return m.Summary
652	}
653	return 0
654}
655
656type EgressSummarySatelliteRequest struct {
657	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
658	SatelliteId          NodeID         `protobuf:"bytes,2,opt,name=satellite_id,json=satelliteId,proto3,customtype=NodeID" json:"satellite_id"`
659	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
660	XXX_unrecognized     []byte         `json:"-"`
661	XXX_sizecache        int32          `json:"-"`
662}
663
664func (m *EgressSummarySatelliteRequest) Reset()         { *m = EgressSummarySatelliteRequest{} }
665func (m *EgressSummarySatelliteRequest) String() string { return proto.CompactTextString(m) }
666func (*EgressSummarySatelliteRequest) ProtoMessage()    {}
667func (*EgressSummarySatelliteRequest) Descriptor() ([]byte, []int) {
668	return fileDescriptor_9a45fd79b06f3a1b, []int{14}
669}
670func (m *EgressSummarySatelliteRequest) XXX_Unmarshal(b []byte) error {
671	return xxx_messageInfo_EgressSummarySatelliteRequest.Unmarshal(m, b)
672}
673func (m *EgressSummarySatelliteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
674	return xxx_messageInfo_EgressSummarySatelliteRequest.Marshal(b, m, deterministic)
675}
676func (m *EgressSummarySatelliteRequest) XXX_Merge(src proto.Message) {
677	xxx_messageInfo_EgressSummarySatelliteRequest.Merge(m, src)
678}
679func (m *EgressSummarySatelliteRequest) XXX_Size() int {
680	return xxx_messageInfo_EgressSummarySatelliteRequest.Size(m)
681}
682func (m *EgressSummarySatelliteRequest) XXX_DiscardUnknown() {
683	xxx_messageInfo_EgressSummarySatelliteRequest.DiscardUnknown(m)
684}
685
686var xxx_messageInfo_EgressSummarySatelliteRequest proto.InternalMessageInfo
687
688func (m *EgressSummarySatelliteRequest) GetHeader() *RequestHeader {
689	if m != nil {
690		return m.Header
691	}
692	return nil
693}
694
695type EgressSummarySatelliteResponse struct {
696	Summary              int64    `protobuf:"varint,1,opt,name=summary,proto3" json:"summary,omitempty"`
697	XXX_NoUnkeyedLiteral struct{} `json:"-"`
698	XXX_unrecognized     []byte   `json:"-"`
699	XXX_sizecache        int32    `json:"-"`
700}
701
702func (m *EgressSummarySatelliteResponse) Reset()         { *m = EgressSummarySatelliteResponse{} }
703func (m *EgressSummarySatelliteResponse) String() string { return proto.CompactTextString(m) }
704func (*EgressSummarySatelliteResponse) ProtoMessage()    {}
705func (*EgressSummarySatelliteResponse) Descriptor() ([]byte, []int) {
706	return fileDescriptor_9a45fd79b06f3a1b, []int{15}
707}
708func (m *EgressSummarySatelliteResponse) XXX_Unmarshal(b []byte) error {
709	return xxx_messageInfo_EgressSummarySatelliteResponse.Unmarshal(m, b)
710}
711func (m *EgressSummarySatelliteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
712	return xxx_messageInfo_EgressSummarySatelliteResponse.Marshal(b, m, deterministic)
713}
714func (m *EgressSummarySatelliteResponse) XXX_Merge(src proto.Message) {
715	xxx_messageInfo_EgressSummarySatelliteResponse.Merge(m, src)
716}
717func (m *EgressSummarySatelliteResponse) XXX_Size() int {
718	return xxx_messageInfo_EgressSummarySatelliteResponse.Size(m)
719}
720func (m *EgressSummarySatelliteResponse) XXX_DiscardUnknown() {
721	xxx_messageInfo_EgressSummarySatelliteResponse.DiscardUnknown(m)
722}
723
724var xxx_messageInfo_EgressSummarySatelliteResponse proto.InternalMessageInfo
725
726func (m *EgressSummarySatelliteResponse) GetSummary() int64 {
727	if m != nil {
728		return m.Summary
729	}
730	return 0
731}
732
733type EgressSummaryRequest struct {
734	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
735	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
736	XXX_unrecognized     []byte         `json:"-"`
737	XXX_sizecache        int32          `json:"-"`
738}
739
740func (m *EgressSummaryRequest) Reset()         { *m = EgressSummaryRequest{} }
741func (m *EgressSummaryRequest) String() string { return proto.CompactTextString(m) }
742func (*EgressSummaryRequest) ProtoMessage()    {}
743func (*EgressSummaryRequest) Descriptor() ([]byte, []int) {
744	return fileDescriptor_9a45fd79b06f3a1b, []int{16}
745}
746func (m *EgressSummaryRequest) XXX_Unmarshal(b []byte) error {
747	return xxx_messageInfo_EgressSummaryRequest.Unmarshal(m, b)
748}
749func (m *EgressSummaryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
750	return xxx_messageInfo_EgressSummaryRequest.Marshal(b, m, deterministic)
751}
752func (m *EgressSummaryRequest) XXX_Merge(src proto.Message) {
753	xxx_messageInfo_EgressSummaryRequest.Merge(m, src)
754}
755func (m *EgressSummaryRequest) XXX_Size() int {
756	return xxx_messageInfo_EgressSummaryRequest.Size(m)
757}
758func (m *EgressSummaryRequest) XXX_DiscardUnknown() {
759	xxx_messageInfo_EgressSummaryRequest.DiscardUnknown(m)
760}
761
762var xxx_messageInfo_EgressSummaryRequest proto.InternalMessageInfo
763
764func (m *EgressSummaryRequest) GetHeader() *RequestHeader {
765	if m != nil {
766		return m.Header
767	}
768	return nil
769}
770
771type EgressSummaryResponse struct {
772	Summary              int64    `protobuf:"varint,1,opt,name=summary,proto3" json:"summary,omitempty"`
773	XXX_NoUnkeyedLiteral struct{} `json:"-"`
774	XXX_unrecognized     []byte   `json:"-"`
775	XXX_sizecache        int32    `json:"-"`
776}
777
778func (m *EgressSummaryResponse) Reset()         { *m = EgressSummaryResponse{} }
779func (m *EgressSummaryResponse) String() string { return proto.CompactTextString(m) }
780func (*EgressSummaryResponse) ProtoMessage()    {}
781func (*EgressSummaryResponse) Descriptor() ([]byte, []int) {
782	return fileDescriptor_9a45fd79b06f3a1b, []int{17}
783}
784func (m *EgressSummaryResponse) XXX_Unmarshal(b []byte) error {
785	return xxx_messageInfo_EgressSummaryResponse.Unmarshal(m, b)
786}
787func (m *EgressSummaryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
788	return xxx_messageInfo_EgressSummaryResponse.Marshal(b, m, deterministic)
789}
790func (m *EgressSummaryResponse) XXX_Merge(src proto.Message) {
791	xxx_messageInfo_EgressSummaryResponse.Merge(m, src)
792}
793func (m *EgressSummaryResponse) XXX_Size() int {
794	return xxx_messageInfo_EgressSummaryResponse.Size(m)
795}
796func (m *EgressSummaryResponse) XXX_DiscardUnknown() {
797	xxx_messageInfo_EgressSummaryResponse.DiscardUnknown(m)
798}
799
800var xxx_messageInfo_EgressSummaryResponse proto.InternalMessageInfo
801
802func (m *EgressSummaryResponse) GetSummary() int64 {
803	if m != nil {
804		return m.Summary
805	}
806	return 0
807}
808
809type IngressSummarySatelliteRequest struct {
810	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
811	SatelliteId          NodeID         `protobuf:"bytes,2,opt,name=satellite_id,json=satelliteId,proto3,customtype=NodeID" json:"satellite_id"`
812	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
813	XXX_unrecognized     []byte         `json:"-"`
814	XXX_sizecache        int32          `json:"-"`
815}
816
817func (m *IngressSummarySatelliteRequest) Reset()         { *m = IngressSummarySatelliteRequest{} }
818func (m *IngressSummarySatelliteRequest) String() string { return proto.CompactTextString(m) }
819func (*IngressSummarySatelliteRequest) ProtoMessage()    {}
820func (*IngressSummarySatelliteRequest) Descriptor() ([]byte, []int) {
821	return fileDescriptor_9a45fd79b06f3a1b, []int{18}
822}
823func (m *IngressSummarySatelliteRequest) XXX_Unmarshal(b []byte) error {
824	return xxx_messageInfo_IngressSummarySatelliteRequest.Unmarshal(m, b)
825}
826func (m *IngressSummarySatelliteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
827	return xxx_messageInfo_IngressSummarySatelliteRequest.Marshal(b, m, deterministic)
828}
829func (m *IngressSummarySatelliteRequest) XXX_Merge(src proto.Message) {
830	xxx_messageInfo_IngressSummarySatelliteRequest.Merge(m, src)
831}
832func (m *IngressSummarySatelliteRequest) XXX_Size() int {
833	return xxx_messageInfo_IngressSummarySatelliteRequest.Size(m)
834}
835func (m *IngressSummarySatelliteRequest) XXX_DiscardUnknown() {
836	xxx_messageInfo_IngressSummarySatelliteRequest.DiscardUnknown(m)
837}
838
839var xxx_messageInfo_IngressSummarySatelliteRequest proto.InternalMessageInfo
840
841func (m *IngressSummarySatelliteRequest) GetHeader() *RequestHeader {
842	if m != nil {
843		return m.Header
844	}
845	return nil
846}
847
848type IngressSummarySatelliteResponse struct {
849	Summary              int64    `protobuf:"varint,1,opt,name=summary,proto3" json:"summary,omitempty"`
850	XXX_NoUnkeyedLiteral struct{} `json:"-"`
851	XXX_unrecognized     []byte   `json:"-"`
852	XXX_sizecache        int32    `json:"-"`
853}
854
855func (m *IngressSummarySatelliteResponse) Reset()         { *m = IngressSummarySatelliteResponse{} }
856func (m *IngressSummarySatelliteResponse) String() string { return proto.CompactTextString(m) }
857func (*IngressSummarySatelliteResponse) ProtoMessage()    {}
858func (*IngressSummarySatelliteResponse) Descriptor() ([]byte, []int) {
859	return fileDescriptor_9a45fd79b06f3a1b, []int{19}
860}
861func (m *IngressSummarySatelliteResponse) XXX_Unmarshal(b []byte) error {
862	return xxx_messageInfo_IngressSummarySatelliteResponse.Unmarshal(m, b)
863}
864func (m *IngressSummarySatelliteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
865	return xxx_messageInfo_IngressSummarySatelliteResponse.Marshal(b, m, deterministic)
866}
867func (m *IngressSummarySatelliteResponse) XXX_Merge(src proto.Message) {
868	xxx_messageInfo_IngressSummarySatelliteResponse.Merge(m, src)
869}
870func (m *IngressSummarySatelliteResponse) XXX_Size() int {
871	return xxx_messageInfo_IngressSummarySatelliteResponse.Size(m)
872}
873func (m *IngressSummarySatelliteResponse) XXX_DiscardUnknown() {
874	xxx_messageInfo_IngressSummarySatelliteResponse.DiscardUnknown(m)
875}
876
877var xxx_messageInfo_IngressSummarySatelliteResponse proto.InternalMessageInfo
878
879func (m *IngressSummarySatelliteResponse) GetSummary() int64 {
880	if m != nil {
881		return m.Summary
882	}
883	return 0
884}
885
886type IngressSummaryRequest struct {
887	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
888	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
889	XXX_unrecognized     []byte         `json:"-"`
890	XXX_sizecache        int32          `json:"-"`
891}
892
893func (m *IngressSummaryRequest) Reset()         { *m = IngressSummaryRequest{} }
894func (m *IngressSummaryRequest) String() string { return proto.CompactTextString(m) }
895func (*IngressSummaryRequest) ProtoMessage()    {}
896func (*IngressSummaryRequest) Descriptor() ([]byte, []int) {
897	return fileDescriptor_9a45fd79b06f3a1b, []int{20}
898}
899func (m *IngressSummaryRequest) XXX_Unmarshal(b []byte) error {
900	return xxx_messageInfo_IngressSummaryRequest.Unmarshal(m, b)
901}
902func (m *IngressSummaryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
903	return xxx_messageInfo_IngressSummaryRequest.Marshal(b, m, deterministic)
904}
905func (m *IngressSummaryRequest) XXX_Merge(src proto.Message) {
906	xxx_messageInfo_IngressSummaryRequest.Merge(m, src)
907}
908func (m *IngressSummaryRequest) XXX_Size() int {
909	return xxx_messageInfo_IngressSummaryRequest.Size(m)
910}
911func (m *IngressSummaryRequest) XXX_DiscardUnknown() {
912	xxx_messageInfo_IngressSummaryRequest.DiscardUnknown(m)
913}
914
915var xxx_messageInfo_IngressSummaryRequest proto.InternalMessageInfo
916
917func (m *IngressSummaryRequest) GetHeader() *RequestHeader {
918	if m != nil {
919		return m.Header
920	}
921	return nil
922}
923
924type IngressSummaryResponse struct {
925	Summary              int64    `protobuf:"varint,1,opt,name=summary,proto3" json:"summary,omitempty"`
926	XXX_NoUnkeyedLiteral struct{} `json:"-"`
927	XXX_unrecognized     []byte   `json:"-"`
928	XXX_sizecache        int32    `json:"-"`
929}
930
931func (m *IngressSummaryResponse) Reset()         { *m = IngressSummaryResponse{} }
932func (m *IngressSummaryResponse) String() string { return proto.CompactTextString(m) }
933func (*IngressSummaryResponse) ProtoMessage()    {}
934func (*IngressSummaryResponse) Descriptor() ([]byte, []int) {
935	return fileDescriptor_9a45fd79b06f3a1b, []int{21}
936}
937func (m *IngressSummaryResponse) XXX_Unmarshal(b []byte) error {
938	return xxx_messageInfo_IngressSummaryResponse.Unmarshal(m, b)
939}
940func (m *IngressSummaryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
941	return xxx_messageInfo_IngressSummaryResponse.Marshal(b, m, deterministic)
942}
943func (m *IngressSummaryResponse) XXX_Merge(src proto.Message) {
944	xxx_messageInfo_IngressSummaryResponse.Merge(m, src)
945}
946func (m *IngressSummaryResponse) XXX_Size() int {
947	return xxx_messageInfo_IngressSummaryResponse.Size(m)
948}
949func (m *IngressSummaryResponse) XXX_DiscardUnknown() {
950	xxx_messageInfo_IngressSummaryResponse.DiscardUnknown(m)
951}
952
953var xxx_messageInfo_IngressSummaryResponse proto.InternalMessageInfo
954
955func (m *IngressSummaryResponse) GetSummary() int64 {
956	if m != nil {
957		return m.Summary
958	}
959	return 0
960}
961
962type DailySatelliteRequest struct {
963	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
964	SatelliteId          NodeID         `protobuf:"bytes,2,opt,name=satellite_id,json=satelliteId,proto3,customtype=NodeID" json:"satellite_id"`
965	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
966	XXX_unrecognized     []byte         `json:"-"`
967	XXX_sizecache        int32          `json:"-"`
968}
969
970func (m *DailySatelliteRequest) Reset()         { *m = DailySatelliteRequest{} }
971func (m *DailySatelliteRequest) String() string { return proto.CompactTextString(m) }
972func (*DailySatelliteRequest) ProtoMessage()    {}
973func (*DailySatelliteRequest) Descriptor() ([]byte, []int) {
974	return fileDescriptor_9a45fd79b06f3a1b, []int{22}
975}
976func (m *DailySatelliteRequest) XXX_Unmarshal(b []byte) error {
977	return xxx_messageInfo_DailySatelliteRequest.Unmarshal(m, b)
978}
979func (m *DailySatelliteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
980	return xxx_messageInfo_DailySatelliteRequest.Marshal(b, m, deterministic)
981}
982func (m *DailySatelliteRequest) XXX_Merge(src proto.Message) {
983	xxx_messageInfo_DailySatelliteRequest.Merge(m, src)
984}
985func (m *DailySatelliteRequest) XXX_Size() int {
986	return xxx_messageInfo_DailySatelliteRequest.Size(m)
987}
988func (m *DailySatelliteRequest) XXX_DiscardUnknown() {
989	xxx_messageInfo_DailySatelliteRequest.DiscardUnknown(m)
990}
991
992var xxx_messageInfo_DailySatelliteRequest proto.InternalMessageInfo
993
994func (m *DailySatelliteRequest) GetHeader() *RequestHeader {
995	if m != nil {
996		return m.Header
997	}
998	return nil
999}
1000
1001type DailySatelliteResponse struct {
1002	UsageRollup          []*UsageRollup `protobuf:"bytes,1,rep,name=usage_rollup,json=usageRollup,proto3" json:"usage_rollup,omitempty"`
1003	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
1004	XXX_unrecognized     []byte         `json:"-"`
1005	XXX_sizecache        int32          `json:"-"`
1006}
1007
1008func (m *DailySatelliteResponse) Reset()         { *m = DailySatelliteResponse{} }
1009func (m *DailySatelliteResponse) String() string { return proto.CompactTextString(m) }
1010func (*DailySatelliteResponse) ProtoMessage()    {}
1011func (*DailySatelliteResponse) Descriptor() ([]byte, []int) {
1012	return fileDescriptor_9a45fd79b06f3a1b, []int{23}
1013}
1014func (m *DailySatelliteResponse) XXX_Unmarshal(b []byte) error {
1015	return xxx_messageInfo_DailySatelliteResponse.Unmarshal(m, b)
1016}
1017func (m *DailySatelliteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1018	return xxx_messageInfo_DailySatelliteResponse.Marshal(b, m, deterministic)
1019}
1020func (m *DailySatelliteResponse) XXX_Merge(src proto.Message) {
1021	xxx_messageInfo_DailySatelliteResponse.Merge(m, src)
1022}
1023func (m *DailySatelliteResponse) XXX_Size() int {
1024	return xxx_messageInfo_DailySatelliteResponse.Size(m)
1025}
1026func (m *DailySatelliteResponse) XXX_DiscardUnknown() {
1027	xxx_messageInfo_DailySatelliteResponse.DiscardUnknown(m)
1028}
1029
1030var xxx_messageInfo_DailySatelliteResponse proto.InternalMessageInfo
1031
1032func (m *DailySatelliteResponse) GetUsageRollup() []*UsageRollup {
1033	if m != nil {
1034		return m.UsageRollup
1035	}
1036	return nil
1037}
1038
1039type DailyRequest struct {
1040	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
1041	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
1042	XXX_unrecognized     []byte         `json:"-"`
1043	XXX_sizecache        int32          `json:"-"`
1044}
1045
1046func (m *DailyRequest) Reset()         { *m = DailyRequest{} }
1047func (m *DailyRequest) String() string { return proto.CompactTextString(m) }
1048func (*DailyRequest) ProtoMessage()    {}
1049func (*DailyRequest) Descriptor() ([]byte, []int) {
1050	return fileDescriptor_9a45fd79b06f3a1b, []int{24}
1051}
1052func (m *DailyRequest) XXX_Unmarshal(b []byte) error {
1053	return xxx_messageInfo_DailyRequest.Unmarshal(m, b)
1054}
1055func (m *DailyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1056	return xxx_messageInfo_DailyRequest.Marshal(b, m, deterministic)
1057}
1058func (m *DailyRequest) XXX_Merge(src proto.Message) {
1059	xxx_messageInfo_DailyRequest.Merge(m, src)
1060}
1061func (m *DailyRequest) XXX_Size() int {
1062	return xxx_messageInfo_DailyRequest.Size(m)
1063}
1064func (m *DailyRequest) XXX_DiscardUnknown() {
1065	xxx_messageInfo_DailyRequest.DiscardUnknown(m)
1066}
1067
1068var xxx_messageInfo_DailyRequest proto.InternalMessageInfo
1069
1070func (m *DailyRequest) GetHeader() *RequestHeader {
1071	if m != nil {
1072		return m.Header
1073	}
1074	return nil
1075}
1076
1077type DailyResponse struct {
1078	UsageRollup          []*UsageRollup `protobuf:"bytes,1,rep,name=usage_rollup,json=usageRollup,proto3" json:"usage_rollup,omitempty"`
1079	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
1080	XXX_unrecognized     []byte         `json:"-"`
1081	XXX_sizecache        int32          `json:"-"`
1082}
1083
1084func (m *DailyResponse) Reset()         { *m = DailyResponse{} }
1085func (m *DailyResponse) String() string { return proto.CompactTextString(m) }
1086func (*DailyResponse) ProtoMessage()    {}
1087func (*DailyResponse) Descriptor() ([]byte, []int) {
1088	return fileDescriptor_9a45fd79b06f3a1b, []int{25}
1089}
1090func (m *DailyResponse) XXX_Unmarshal(b []byte) error {
1091	return xxx_messageInfo_DailyResponse.Unmarshal(m, b)
1092}
1093func (m *DailyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1094	return xxx_messageInfo_DailyResponse.Marshal(b, m, deterministic)
1095}
1096func (m *DailyResponse) XXX_Merge(src proto.Message) {
1097	xxx_messageInfo_DailyResponse.Merge(m, src)
1098}
1099func (m *DailyResponse) XXX_Size() int {
1100	return xxx_messageInfo_DailyResponse.Size(m)
1101}
1102func (m *DailyResponse) XXX_DiscardUnknown() {
1103	xxx_messageInfo_DailyResponse.DiscardUnknown(m)
1104}
1105
1106var xxx_messageInfo_DailyResponse proto.InternalMessageInfo
1107
1108func (m *DailyResponse) GetUsageRollup() []*UsageRollup {
1109	if m != nil {
1110		return m.UsageRollup
1111	}
1112	return nil
1113}
1114
1115type UsageRollup struct {
1116	Egress               *Egress   `protobuf:"bytes,1,opt,name=egress,proto3" json:"egress,omitempty"`
1117	Ingress              *Ingress  `protobuf:"bytes,2,opt,name=ingress,proto3" json:"ingress,omitempty"`
1118	Delete               int64     `protobuf:"varint,3,opt,name=delete,proto3" json:"delete,omitempty"`
1119	IntervalStart        time.Time `protobuf:"bytes,4,opt,name=interval_start,json=intervalStart,proto3,stdtime" json:"interval_start"`
1120	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
1121	XXX_unrecognized     []byte    `json:"-"`
1122	XXX_sizecache        int32     `json:"-"`
1123}
1124
1125func (m *UsageRollup) Reset()         { *m = UsageRollup{} }
1126func (m *UsageRollup) String() string { return proto.CompactTextString(m) }
1127func (*UsageRollup) ProtoMessage()    {}
1128func (*UsageRollup) Descriptor() ([]byte, []int) {
1129	return fileDescriptor_9a45fd79b06f3a1b, []int{26}
1130}
1131func (m *UsageRollup) XXX_Unmarshal(b []byte) error {
1132	return xxx_messageInfo_UsageRollup.Unmarshal(m, b)
1133}
1134func (m *UsageRollup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1135	return xxx_messageInfo_UsageRollup.Marshal(b, m, deterministic)
1136}
1137func (m *UsageRollup) XXX_Merge(src proto.Message) {
1138	xxx_messageInfo_UsageRollup.Merge(m, src)
1139}
1140func (m *UsageRollup) XXX_Size() int {
1141	return xxx_messageInfo_UsageRollup.Size(m)
1142}
1143func (m *UsageRollup) XXX_DiscardUnknown() {
1144	xxx_messageInfo_UsageRollup.DiscardUnknown(m)
1145}
1146
1147var xxx_messageInfo_UsageRollup proto.InternalMessageInfo
1148
1149func (m *UsageRollup) GetEgress() *Egress {
1150	if m != nil {
1151		return m.Egress
1152	}
1153	return nil
1154}
1155
1156func (m *UsageRollup) GetIngress() *Ingress {
1157	if m != nil {
1158		return m.Ingress
1159	}
1160	return nil
1161}
1162
1163func (m *UsageRollup) GetDelete() int64 {
1164	if m != nil {
1165		return m.Delete
1166	}
1167	return 0
1168}
1169
1170func (m *UsageRollup) GetIntervalStart() time.Time {
1171	if m != nil {
1172		return m.IntervalStart
1173	}
1174	return time.Time{}
1175}
1176
1177type Egress struct {
1178	Repair               int64    `protobuf:"varint,1,opt,name=repair,proto3" json:"repair,omitempty"`
1179	Audit                int64    `protobuf:"varint,2,opt,name=audit,proto3" json:"audit,omitempty"`
1180	Usage                int64    `protobuf:"varint,3,opt,name=usage,proto3" json:"usage,omitempty"`
1181	XXX_NoUnkeyedLiteral struct{} `json:"-"`
1182	XXX_unrecognized     []byte   `json:"-"`
1183	XXX_sizecache        int32    `json:"-"`
1184}
1185
1186func (m *Egress) Reset()         { *m = Egress{} }
1187func (m *Egress) String() string { return proto.CompactTextString(m) }
1188func (*Egress) ProtoMessage()    {}
1189func (*Egress) Descriptor() ([]byte, []int) {
1190	return fileDescriptor_9a45fd79b06f3a1b, []int{27}
1191}
1192func (m *Egress) XXX_Unmarshal(b []byte) error {
1193	return xxx_messageInfo_Egress.Unmarshal(m, b)
1194}
1195func (m *Egress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1196	return xxx_messageInfo_Egress.Marshal(b, m, deterministic)
1197}
1198func (m *Egress) XXX_Merge(src proto.Message) {
1199	xxx_messageInfo_Egress.Merge(m, src)
1200}
1201func (m *Egress) XXX_Size() int {
1202	return xxx_messageInfo_Egress.Size(m)
1203}
1204func (m *Egress) XXX_DiscardUnknown() {
1205	xxx_messageInfo_Egress.DiscardUnknown(m)
1206}
1207
1208var xxx_messageInfo_Egress proto.InternalMessageInfo
1209
1210func (m *Egress) GetRepair() int64 {
1211	if m != nil {
1212		return m.Repair
1213	}
1214	return 0
1215}
1216
1217func (m *Egress) GetAudit() int64 {
1218	if m != nil {
1219		return m.Audit
1220	}
1221	return 0
1222}
1223
1224func (m *Egress) GetUsage() int64 {
1225	if m != nil {
1226		return m.Usage
1227	}
1228	return 0
1229}
1230
1231type Ingress struct {
1232	Repaid               int64    `protobuf:"varint,1,opt,name=repaid,proto3" json:"repaid,omitempty"`
1233	Usage                int64    `protobuf:"varint,2,opt,name=usage,proto3" json:"usage,omitempty"`
1234	XXX_NoUnkeyedLiteral struct{} `json:"-"`
1235	XXX_unrecognized     []byte   `json:"-"`
1236	XXX_sizecache        int32    `json:"-"`
1237}
1238
1239func (m *Ingress) Reset()         { *m = Ingress{} }
1240func (m *Ingress) String() string { return proto.CompactTextString(m) }
1241func (*Ingress) ProtoMessage()    {}
1242func (*Ingress) Descriptor() ([]byte, []int) {
1243	return fileDescriptor_9a45fd79b06f3a1b, []int{28}
1244}
1245func (m *Ingress) XXX_Unmarshal(b []byte) error {
1246	return xxx_messageInfo_Ingress.Unmarshal(m, b)
1247}
1248func (m *Ingress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1249	return xxx_messageInfo_Ingress.Marshal(b, m, deterministic)
1250}
1251func (m *Ingress) XXX_Merge(src proto.Message) {
1252	xxx_messageInfo_Ingress.Merge(m, src)
1253}
1254func (m *Ingress) XXX_Size() int {
1255	return xxx_messageInfo_Ingress.Size(m)
1256}
1257func (m *Ingress) XXX_DiscardUnknown() {
1258	xxx_messageInfo_Ingress.DiscardUnknown(m)
1259}
1260
1261var xxx_messageInfo_Ingress proto.InternalMessageInfo
1262
1263func (m *Ingress) GetRepaid() int64 {
1264	if m != nil {
1265		return m.Repaid
1266	}
1267	return 0
1268}
1269
1270func (m *Ingress) GetUsage() int64 {
1271	if m != nil {
1272		return m.Usage
1273	}
1274	return 0
1275}
1276
1277type VersionRequest struct {
1278	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
1279	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
1280	XXX_unrecognized     []byte         `json:"-"`
1281	XXX_sizecache        int32          `json:"-"`
1282}
1283
1284func (m *VersionRequest) Reset()         { *m = VersionRequest{} }
1285func (m *VersionRequest) String() string { return proto.CompactTextString(m) }
1286func (*VersionRequest) ProtoMessage()    {}
1287func (*VersionRequest) Descriptor() ([]byte, []int) {
1288	return fileDescriptor_9a45fd79b06f3a1b, []int{29}
1289}
1290func (m *VersionRequest) XXX_Unmarshal(b []byte) error {
1291	return xxx_messageInfo_VersionRequest.Unmarshal(m, b)
1292}
1293func (m *VersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1294	return xxx_messageInfo_VersionRequest.Marshal(b, m, deterministic)
1295}
1296func (m *VersionRequest) XXX_Merge(src proto.Message) {
1297	xxx_messageInfo_VersionRequest.Merge(m, src)
1298}
1299func (m *VersionRequest) XXX_Size() int {
1300	return xxx_messageInfo_VersionRequest.Size(m)
1301}
1302func (m *VersionRequest) XXX_DiscardUnknown() {
1303	xxx_messageInfo_VersionRequest.DiscardUnknown(m)
1304}
1305
1306var xxx_messageInfo_VersionRequest proto.InternalMessageInfo
1307
1308func (m *VersionRequest) GetHeader() *RequestHeader {
1309	if m != nil {
1310		return m.Header
1311	}
1312	return nil
1313}
1314
1315type VersionResponse struct {
1316	Version              string   `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
1317	XXX_NoUnkeyedLiteral struct{} `json:"-"`
1318	XXX_unrecognized     []byte   `json:"-"`
1319	XXX_sizecache        int32    `json:"-"`
1320}
1321
1322func (m *VersionResponse) Reset()         { *m = VersionResponse{} }
1323func (m *VersionResponse) String() string { return proto.CompactTextString(m) }
1324func (*VersionResponse) ProtoMessage()    {}
1325func (*VersionResponse) Descriptor() ([]byte, []int) {
1326	return fileDescriptor_9a45fd79b06f3a1b, []int{30}
1327}
1328func (m *VersionResponse) XXX_Unmarshal(b []byte) error {
1329	return xxx_messageInfo_VersionResponse.Unmarshal(m, b)
1330}
1331func (m *VersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1332	return xxx_messageInfo_VersionResponse.Marshal(b, m, deterministic)
1333}
1334func (m *VersionResponse) XXX_Merge(src proto.Message) {
1335	xxx_messageInfo_VersionResponse.Merge(m, src)
1336}
1337func (m *VersionResponse) XXX_Size() int {
1338	return xxx_messageInfo_VersionResponse.Size(m)
1339}
1340func (m *VersionResponse) XXX_DiscardUnknown() {
1341	xxx_messageInfo_VersionResponse.DiscardUnknown(m)
1342}
1343
1344var xxx_messageInfo_VersionResponse proto.InternalMessageInfo
1345
1346func (m *VersionResponse) GetVersion() string {
1347	if m != nil {
1348		return m.Version
1349	}
1350	return ""
1351}
1352
1353type LastContactRequest struct {
1354	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
1355	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
1356	XXX_unrecognized     []byte         `json:"-"`
1357	XXX_sizecache        int32          `json:"-"`
1358}
1359
1360func (m *LastContactRequest) Reset()         { *m = LastContactRequest{} }
1361func (m *LastContactRequest) String() string { return proto.CompactTextString(m) }
1362func (*LastContactRequest) ProtoMessage()    {}
1363func (*LastContactRequest) Descriptor() ([]byte, []int) {
1364	return fileDescriptor_9a45fd79b06f3a1b, []int{31}
1365}
1366func (m *LastContactRequest) XXX_Unmarshal(b []byte) error {
1367	return xxx_messageInfo_LastContactRequest.Unmarshal(m, b)
1368}
1369func (m *LastContactRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1370	return xxx_messageInfo_LastContactRequest.Marshal(b, m, deterministic)
1371}
1372func (m *LastContactRequest) XXX_Merge(src proto.Message) {
1373	xxx_messageInfo_LastContactRequest.Merge(m, src)
1374}
1375func (m *LastContactRequest) XXX_Size() int {
1376	return xxx_messageInfo_LastContactRequest.Size(m)
1377}
1378func (m *LastContactRequest) XXX_DiscardUnknown() {
1379	xxx_messageInfo_LastContactRequest.DiscardUnknown(m)
1380}
1381
1382var xxx_messageInfo_LastContactRequest proto.InternalMessageInfo
1383
1384func (m *LastContactRequest) GetHeader() *RequestHeader {
1385	if m != nil {
1386		return m.Header
1387	}
1388	return nil
1389}
1390
1391type LastContactResponse struct {
1392	LastContact          time.Time `protobuf:"bytes,1,opt,name=last_contact,json=lastContact,proto3,stdtime" json:"last_contact"`
1393	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
1394	XXX_unrecognized     []byte    `json:"-"`
1395	XXX_sizecache        int32     `json:"-"`
1396}
1397
1398func (m *LastContactResponse) Reset()         { *m = LastContactResponse{} }
1399func (m *LastContactResponse) String() string { return proto.CompactTextString(m) }
1400func (*LastContactResponse) ProtoMessage()    {}
1401func (*LastContactResponse) Descriptor() ([]byte, []int) {
1402	return fileDescriptor_9a45fd79b06f3a1b, []int{32}
1403}
1404func (m *LastContactResponse) XXX_Unmarshal(b []byte) error {
1405	return xxx_messageInfo_LastContactResponse.Unmarshal(m, b)
1406}
1407func (m *LastContactResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1408	return xxx_messageInfo_LastContactResponse.Marshal(b, m, deterministic)
1409}
1410func (m *LastContactResponse) XXX_Merge(src proto.Message) {
1411	xxx_messageInfo_LastContactResponse.Merge(m, src)
1412}
1413func (m *LastContactResponse) XXX_Size() int {
1414	return xxx_messageInfo_LastContactResponse.Size(m)
1415}
1416func (m *LastContactResponse) XXX_DiscardUnknown() {
1417	xxx_messageInfo_LastContactResponse.DiscardUnknown(m)
1418}
1419
1420var xxx_messageInfo_LastContactResponse proto.InternalMessageInfo
1421
1422func (m *LastContactResponse) GetLastContact() time.Time {
1423	if m != nil {
1424		return m.LastContact
1425	}
1426	return time.Time{}
1427}
1428
1429type ReputationRequest struct {
1430	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
1431	SatelliteId          NodeID         `protobuf:"bytes,2,opt,name=satellite_id,json=satelliteId,proto3,customtype=NodeID" json:"satellite_id"`
1432	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
1433	XXX_unrecognized     []byte         `json:"-"`
1434	XXX_sizecache        int32          `json:"-"`
1435}
1436
1437func (m *ReputationRequest) Reset()         { *m = ReputationRequest{} }
1438func (m *ReputationRequest) String() string { return proto.CompactTextString(m) }
1439func (*ReputationRequest) ProtoMessage()    {}
1440func (*ReputationRequest) Descriptor() ([]byte, []int) {
1441	return fileDescriptor_9a45fd79b06f3a1b, []int{33}
1442}
1443func (m *ReputationRequest) XXX_Unmarshal(b []byte) error {
1444	return xxx_messageInfo_ReputationRequest.Unmarshal(m, b)
1445}
1446func (m *ReputationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1447	return xxx_messageInfo_ReputationRequest.Marshal(b, m, deterministic)
1448}
1449func (m *ReputationRequest) XXX_Merge(src proto.Message) {
1450	xxx_messageInfo_ReputationRequest.Merge(m, src)
1451}
1452func (m *ReputationRequest) XXX_Size() int {
1453	return xxx_messageInfo_ReputationRequest.Size(m)
1454}
1455func (m *ReputationRequest) XXX_DiscardUnknown() {
1456	xxx_messageInfo_ReputationRequest.DiscardUnknown(m)
1457}
1458
1459var xxx_messageInfo_ReputationRequest proto.InternalMessageInfo
1460
1461func (m *ReputationRequest) GetHeader() *RequestHeader {
1462	if m != nil {
1463		return m.Header
1464	}
1465	return nil
1466}
1467
1468type AuditWindow struct {
1469	WindowStart          time.Time `protobuf:"bytes,1,opt,name=window_start,json=windowStart,proto3,stdtime" json:"window_start"`
1470	OnlineCount          int32     `protobuf:"varint,2,opt,name=online_count,json=onlineCount,proto3" json:"online_count,omitempty"`
1471	TotalCount           int32     `protobuf:"varint,3,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
1472	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
1473	XXX_unrecognized     []byte    `json:"-"`
1474	XXX_sizecache        int32     `json:"-"`
1475}
1476
1477func (m *AuditWindow) Reset()         { *m = AuditWindow{} }
1478func (m *AuditWindow) String() string { return proto.CompactTextString(m) }
1479func (*AuditWindow) ProtoMessage()    {}
1480func (*AuditWindow) Descriptor() ([]byte, []int) {
1481	return fileDescriptor_9a45fd79b06f3a1b, []int{34}
1482}
1483func (m *AuditWindow) XXX_Unmarshal(b []byte) error {
1484	return xxx_messageInfo_AuditWindow.Unmarshal(m, b)
1485}
1486func (m *AuditWindow) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1487	return xxx_messageInfo_AuditWindow.Marshal(b, m, deterministic)
1488}
1489func (m *AuditWindow) XXX_Merge(src proto.Message) {
1490	xxx_messageInfo_AuditWindow.Merge(m, src)
1491}
1492func (m *AuditWindow) XXX_Size() int {
1493	return xxx_messageInfo_AuditWindow.Size(m)
1494}
1495func (m *AuditWindow) XXX_DiscardUnknown() {
1496	xxx_messageInfo_AuditWindow.DiscardUnknown(m)
1497}
1498
1499var xxx_messageInfo_AuditWindow proto.InternalMessageInfo
1500
1501func (m *AuditWindow) GetWindowStart() time.Time {
1502	if m != nil {
1503		return m.WindowStart
1504	}
1505	return time.Time{}
1506}
1507
1508func (m *AuditWindow) GetOnlineCount() int32 {
1509	if m != nil {
1510		return m.OnlineCount
1511	}
1512	return 0
1513}
1514
1515func (m *AuditWindow) GetTotalCount() int32 {
1516	if m != nil {
1517		return m.TotalCount
1518	}
1519	return 0
1520}
1521
1522type ReputationResponse struct {
1523	Online               *ReputationResponse_Online `protobuf:"bytes,1,opt,name=online,proto3" json:"online,omitempty"`
1524	Audit                *ReputationResponse_Audit  `protobuf:"bytes,2,opt,name=audit,proto3" json:"audit,omitempty"`
1525	DisqualifiedAt       *time.Time                 `protobuf:"bytes,3,opt,name=disqualified_at,json=disqualifiedAt,proto3,stdtime" json:"disqualified_at,omitempty"`
1526	SuspendedAt          *time.Time                 `protobuf:"bytes,4,opt,name=suspended_at,json=suspendedAt,proto3,stdtime" json:"suspended_at,omitempty"`
1527	OfflineSuspendedAt   *time.Time                 `protobuf:"bytes,5,opt,name=offline_suspended_at,json=offlineSuspendedAt,proto3,stdtime" json:"offline_suspended_at,omitempty"`
1528	OfflineUnderReviewAt *time.Time                 `protobuf:"bytes,6,opt,name=offline_under_review_at,json=offlineUnderReviewAt,proto3,stdtime" json:"offline_under_review_at,omitempty"`
1529	VettedAt             *time.Time                 `protobuf:"bytes,9,opt,name=vetted_at,json=vettedAt,proto3,stdtime" json:"vetted_at,omitempty"`
1530	UpdatedAt            time.Time                  `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3,stdtime" json:"updated_at"`
1531	JoinedAt             time.Time                  `protobuf:"bytes,8,opt,name=joined_at,json=joinedAt,proto3,stdtime" json:"joined_at"`
1532	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
1533	XXX_unrecognized     []byte                     `json:"-"`
1534	XXX_sizecache        int32                      `json:"-"`
1535}
1536
1537func (m *ReputationResponse) Reset()         { *m = ReputationResponse{} }
1538func (m *ReputationResponse) String() string { return proto.CompactTextString(m) }
1539func (*ReputationResponse) ProtoMessage()    {}
1540func (*ReputationResponse) Descriptor() ([]byte, []int) {
1541	return fileDescriptor_9a45fd79b06f3a1b, []int{35}
1542}
1543func (m *ReputationResponse) XXX_Unmarshal(b []byte) error {
1544	return xxx_messageInfo_ReputationResponse.Unmarshal(m, b)
1545}
1546func (m *ReputationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1547	return xxx_messageInfo_ReputationResponse.Marshal(b, m, deterministic)
1548}
1549func (m *ReputationResponse) XXX_Merge(src proto.Message) {
1550	xxx_messageInfo_ReputationResponse.Merge(m, src)
1551}
1552func (m *ReputationResponse) XXX_Size() int {
1553	return xxx_messageInfo_ReputationResponse.Size(m)
1554}
1555func (m *ReputationResponse) XXX_DiscardUnknown() {
1556	xxx_messageInfo_ReputationResponse.DiscardUnknown(m)
1557}
1558
1559var xxx_messageInfo_ReputationResponse proto.InternalMessageInfo
1560
1561func (m *ReputationResponse) GetOnline() *ReputationResponse_Online {
1562	if m != nil {
1563		return m.Online
1564	}
1565	return nil
1566}
1567
1568func (m *ReputationResponse) GetAudit() *ReputationResponse_Audit {
1569	if m != nil {
1570		return m.Audit
1571	}
1572	return nil
1573}
1574
1575func (m *ReputationResponse) GetDisqualifiedAt() *time.Time {
1576	if m != nil {
1577		return m.DisqualifiedAt
1578	}
1579	return nil
1580}
1581
1582func (m *ReputationResponse) GetSuspendedAt() *time.Time {
1583	if m != nil {
1584		return m.SuspendedAt
1585	}
1586	return nil
1587}
1588
1589func (m *ReputationResponse) GetOfflineSuspendedAt() *time.Time {
1590	if m != nil {
1591		return m.OfflineSuspendedAt
1592	}
1593	return nil
1594}
1595
1596func (m *ReputationResponse) GetOfflineUnderReviewAt() *time.Time {
1597	if m != nil {
1598		return m.OfflineUnderReviewAt
1599	}
1600	return nil
1601}
1602
1603func (m *ReputationResponse) GetVettedAt() *time.Time {
1604	if m != nil {
1605		return m.VettedAt
1606	}
1607	return nil
1608}
1609
1610func (m *ReputationResponse) GetUpdatedAt() time.Time {
1611	if m != nil {
1612		return m.UpdatedAt
1613	}
1614	return time.Time{}
1615}
1616
1617func (m *ReputationResponse) GetJoinedAt() time.Time {
1618	if m != nil {
1619		return m.JoinedAt
1620	}
1621	return time.Time{}
1622}
1623
1624type ReputationResponse_Online struct {
1625	Score                float64  `protobuf:"fixed64,1,opt,name=score,proto3" json:"score,omitempty"`
1626	XXX_NoUnkeyedLiteral struct{} `json:"-"`
1627	XXX_unrecognized     []byte   `json:"-"`
1628	XXX_sizecache        int32    `json:"-"`
1629}
1630
1631func (m *ReputationResponse_Online) Reset()         { *m = ReputationResponse_Online{} }
1632func (m *ReputationResponse_Online) String() string { return proto.CompactTextString(m) }
1633func (*ReputationResponse_Online) ProtoMessage()    {}
1634func (*ReputationResponse_Online) Descriptor() ([]byte, []int) {
1635	return fileDescriptor_9a45fd79b06f3a1b, []int{35, 0}
1636}
1637func (m *ReputationResponse_Online) XXX_Unmarshal(b []byte) error {
1638	return xxx_messageInfo_ReputationResponse_Online.Unmarshal(m, b)
1639}
1640func (m *ReputationResponse_Online) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1641	return xxx_messageInfo_ReputationResponse_Online.Marshal(b, m, deterministic)
1642}
1643func (m *ReputationResponse_Online) XXX_Merge(src proto.Message) {
1644	xxx_messageInfo_ReputationResponse_Online.Merge(m, src)
1645}
1646func (m *ReputationResponse_Online) XXX_Size() int {
1647	return xxx_messageInfo_ReputationResponse_Online.Size(m)
1648}
1649func (m *ReputationResponse_Online) XXX_DiscardUnknown() {
1650	xxx_messageInfo_ReputationResponse_Online.DiscardUnknown(m)
1651}
1652
1653var xxx_messageInfo_ReputationResponse_Online proto.InternalMessageInfo
1654
1655func (m *ReputationResponse_Online) GetScore() float64 {
1656	if m != nil {
1657		return m.Score
1658	}
1659	return 0
1660}
1661
1662type ReputationResponse_Audit struct {
1663	Score                float64        `protobuf:"fixed64,1,opt,name=score,proto3" json:"score,omitempty"`
1664	SuspensionScore      float64        `protobuf:"fixed64,2,opt,name=suspension_score,json=suspensionScore,proto3" json:"suspension_score,omitempty"`
1665	TotalCount           int64          `protobuf:"varint,3,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
1666	SuccessCount         int64          `protobuf:"varint,4,opt,name=success_count,json=successCount,proto3" json:"success_count,omitempty"`
1667	Alpha                float64        `protobuf:"fixed64,5,opt,name=alpha,proto3" json:"alpha,omitempty"`
1668	Beta                 float64        `protobuf:"fixed64,6,opt,name=beta,proto3" json:"beta,omitempty"`
1669	UnknownAlpha         float64        `protobuf:"fixed64,7,opt,name=unknown_alpha,json=unknownAlpha,proto3" json:"unknown_alpha,omitempty"`
1670	UnknownBeta          float64        `protobuf:"fixed64,8,opt,name=unknown_beta,json=unknownBeta,proto3" json:"unknown_beta,omitempty"`
1671	History              []*AuditWindow `protobuf:"bytes,9,rep,name=history,proto3" json:"history,omitempty"`
1672	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
1673	XXX_unrecognized     []byte         `json:"-"`
1674	XXX_sizecache        int32          `json:"-"`
1675}
1676
1677func (m *ReputationResponse_Audit) Reset()         { *m = ReputationResponse_Audit{} }
1678func (m *ReputationResponse_Audit) String() string { return proto.CompactTextString(m) }
1679func (*ReputationResponse_Audit) ProtoMessage()    {}
1680func (*ReputationResponse_Audit) Descriptor() ([]byte, []int) {
1681	return fileDescriptor_9a45fd79b06f3a1b, []int{35, 1}
1682}
1683func (m *ReputationResponse_Audit) XXX_Unmarshal(b []byte) error {
1684	return xxx_messageInfo_ReputationResponse_Audit.Unmarshal(m, b)
1685}
1686func (m *ReputationResponse_Audit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1687	return xxx_messageInfo_ReputationResponse_Audit.Marshal(b, m, deterministic)
1688}
1689func (m *ReputationResponse_Audit) XXX_Merge(src proto.Message) {
1690	xxx_messageInfo_ReputationResponse_Audit.Merge(m, src)
1691}
1692func (m *ReputationResponse_Audit) XXX_Size() int {
1693	return xxx_messageInfo_ReputationResponse_Audit.Size(m)
1694}
1695func (m *ReputationResponse_Audit) XXX_DiscardUnknown() {
1696	xxx_messageInfo_ReputationResponse_Audit.DiscardUnknown(m)
1697}
1698
1699var xxx_messageInfo_ReputationResponse_Audit proto.InternalMessageInfo
1700
1701func (m *ReputationResponse_Audit) GetScore() float64 {
1702	if m != nil {
1703		return m.Score
1704	}
1705	return 0
1706}
1707
1708func (m *ReputationResponse_Audit) GetSuspensionScore() float64 {
1709	if m != nil {
1710		return m.SuspensionScore
1711	}
1712	return 0
1713}
1714
1715func (m *ReputationResponse_Audit) GetTotalCount() int64 {
1716	if m != nil {
1717		return m.TotalCount
1718	}
1719	return 0
1720}
1721
1722func (m *ReputationResponse_Audit) GetSuccessCount() int64 {
1723	if m != nil {
1724		return m.SuccessCount
1725	}
1726	return 0
1727}
1728
1729func (m *ReputationResponse_Audit) GetAlpha() float64 {
1730	if m != nil {
1731		return m.Alpha
1732	}
1733	return 0
1734}
1735
1736func (m *ReputationResponse_Audit) GetBeta() float64 {
1737	if m != nil {
1738		return m.Beta
1739	}
1740	return 0
1741}
1742
1743func (m *ReputationResponse_Audit) GetUnknownAlpha() float64 {
1744	if m != nil {
1745		return m.UnknownAlpha
1746	}
1747	return 0
1748}
1749
1750func (m *ReputationResponse_Audit) GetUnknownBeta() float64 {
1751	if m != nil {
1752		return m.UnknownBeta
1753	}
1754	return 0
1755}
1756
1757func (m *ReputationResponse_Audit) GetHistory() []*AuditWindow {
1758	if m != nil {
1759		return m.History
1760	}
1761	return nil
1762}
1763
1764type TrustedSatellitesRequest struct {
1765	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
1766	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
1767	XXX_unrecognized     []byte         `json:"-"`
1768	XXX_sizecache        int32          `json:"-"`
1769}
1770
1771func (m *TrustedSatellitesRequest) Reset()         { *m = TrustedSatellitesRequest{} }
1772func (m *TrustedSatellitesRequest) String() string { return proto.CompactTextString(m) }
1773func (*TrustedSatellitesRequest) ProtoMessage()    {}
1774func (*TrustedSatellitesRequest) Descriptor() ([]byte, []int) {
1775	return fileDescriptor_9a45fd79b06f3a1b, []int{36}
1776}
1777func (m *TrustedSatellitesRequest) XXX_Unmarshal(b []byte) error {
1778	return xxx_messageInfo_TrustedSatellitesRequest.Unmarshal(m, b)
1779}
1780func (m *TrustedSatellitesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1781	return xxx_messageInfo_TrustedSatellitesRequest.Marshal(b, m, deterministic)
1782}
1783func (m *TrustedSatellitesRequest) XXX_Merge(src proto.Message) {
1784	xxx_messageInfo_TrustedSatellitesRequest.Merge(m, src)
1785}
1786func (m *TrustedSatellitesRequest) XXX_Size() int {
1787	return xxx_messageInfo_TrustedSatellitesRequest.Size(m)
1788}
1789func (m *TrustedSatellitesRequest) XXX_DiscardUnknown() {
1790	xxx_messageInfo_TrustedSatellitesRequest.DiscardUnknown(m)
1791}
1792
1793var xxx_messageInfo_TrustedSatellitesRequest proto.InternalMessageInfo
1794
1795func (m *TrustedSatellitesRequest) GetHeader() *RequestHeader {
1796	if m != nil {
1797		return m.Header
1798	}
1799	return nil
1800}
1801
1802type TrustedSatellitesResponse struct {
1803	TrustedSatellites    []*TrustedSatellitesResponse_NodeURL `protobuf:"bytes,1,rep,name=trusted_satellites,json=trustedSatellites,proto3" json:"trusted_satellites,omitempty"`
1804	XXX_NoUnkeyedLiteral struct{}                             `json:"-"`
1805	XXX_unrecognized     []byte                               `json:"-"`
1806	XXX_sizecache        int32                                `json:"-"`
1807}
1808
1809func (m *TrustedSatellitesResponse) Reset()         { *m = TrustedSatellitesResponse{} }
1810func (m *TrustedSatellitesResponse) String() string { return proto.CompactTextString(m) }
1811func (*TrustedSatellitesResponse) ProtoMessage()    {}
1812func (*TrustedSatellitesResponse) Descriptor() ([]byte, []int) {
1813	return fileDescriptor_9a45fd79b06f3a1b, []int{37}
1814}
1815func (m *TrustedSatellitesResponse) XXX_Unmarshal(b []byte) error {
1816	return xxx_messageInfo_TrustedSatellitesResponse.Unmarshal(m, b)
1817}
1818func (m *TrustedSatellitesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1819	return xxx_messageInfo_TrustedSatellitesResponse.Marshal(b, m, deterministic)
1820}
1821func (m *TrustedSatellitesResponse) XXX_Merge(src proto.Message) {
1822	xxx_messageInfo_TrustedSatellitesResponse.Merge(m, src)
1823}
1824func (m *TrustedSatellitesResponse) XXX_Size() int {
1825	return xxx_messageInfo_TrustedSatellitesResponse.Size(m)
1826}
1827func (m *TrustedSatellitesResponse) XXX_DiscardUnknown() {
1828	xxx_messageInfo_TrustedSatellitesResponse.DiscardUnknown(m)
1829}
1830
1831var xxx_messageInfo_TrustedSatellitesResponse proto.InternalMessageInfo
1832
1833func (m *TrustedSatellitesResponse) GetTrustedSatellites() []*TrustedSatellitesResponse_NodeURL {
1834	if m != nil {
1835		return m.TrustedSatellites
1836	}
1837	return nil
1838}
1839
1840type TrustedSatellitesResponse_NodeURL struct {
1841	NodeId               NodeID   `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3,customtype=NodeID" json:"node_id"`
1842	Address              string   `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
1843	XXX_NoUnkeyedLiteral struct{} `json:"-"`
1844	XXX_unrecognized     []byte   `json:"-"`
1845	XXX_sizecache        int32    `json:"-"`
1846}
1847
1848func (m *TrustedSatellitesResponse_NodeURL) Reset()         { *m = TrustedSatellitesResponse_NodeURL{} }
1849func (m *TrustedSatellitesResponse_NodeURL) String() string { return proto.CompactTextString(m) }
1850func (*TrustedSatellitesResponse_NodeURL) ProtoMessage()    {}
1851func (*TrustedSatellitesResponse_NodeURL) Descriptor() ([]byte, []int) {
1852	return fileDescriptor_9a45fd79b06f3a1b, []int{37, 0}
1853}
1854func (m *TrustedSatellitesResponse_NodeURL) XXX_Unmarshal(b []byte) error {
1855	return xxx_messageInfo_TrustedSatellitesResponse_NodeURL.Unmarshal(m, b)
1856}
1857func (m *TrustedSatellitesResponse_NodeURL) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1858	return xxx_messageInfo_TrustedSatellitesResponse_NodeURL.Marshal(b, m, deterministic)
1859}
1860func (m *TrustedSatellitesResponse_NodeURL) XXX_Merge(src proto.Message) {
1861	xxx_messageInfo_TrustedSatellitesResponse_NodeURL.Merge(m, src)
1862}
1863func (m *TrustedSatellitesResponse_NodeURL) XXX_Size() int {
1864	return xxx_messageInfo_TrustedSatellitesResponse_NodeURL.Size(m)
1865}
1866func (m *TrustedSatellitesResponse_NodeURL) XXX_DiscardUnknown() {
1867	xxx_messageInfo_TrustedSatellitesResponse_NodeURL.DiscardUnknown(m)
1868}
1869
1870var xxx_messageInfo_TrustedSatellitesResponse_NodeURL proto.InternalMessageInfo
1871
1872func (m *TrustedSatellitesResponse_NodeURL) GetAddress() string {
1873	if m != nil {
1874		return m.Address
1875	}
1876	return ""
1877}
1878
1879type OperatorRequest struct {
1880	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
1881	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
1882	XXX_unrecognized     []byte         `json:"-"`
1883	XXX_sizecache        int32          `json:"-"`
1884}
1885
1886func (m *OperatorRequest) Reset()         { *m = OperatorRequest{} }
1887func (m *OperatorRequest) String() string { return proto.CompactTextString(m) }
1888func (*OperatorRequest) ProtoMessage()    {}
1889func (*OperatorRequest) Descriptor() ([]byte, []int) {
1890	return fileDescriptor_9a45fd79b06f3a1b, []int{38}
1891}
1892func (m *OperatorRequest) XXX_Unmarshal(b []byte) error {
1893	return xxx_messageInfo_OperatorRequest.Unmarshal(m, b)
1894}
1895func (m *OperatorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1896	return xxx_messageInfo_OperatorRequest.Marshal(b, m, deterministic)
1897}
1898func (m *OperatorRequest) XXX_Merge(src proto.Message) {
1899	xxx_messageInfo_OperatorRequest.Merge(m, src)
1900}
1901func (m *OperatorRequest) XXX_Size() int {
1902	return xxx_messageInfo_OperatorRequest.Size(m)
1903}
1904func (m *OperatorRequest) XXX_DiscardUnknown() {
1905	xxx_messageInfo_OperatorRequest.DiscardUnknown(m)
1906}
1907
1908var xxx_messageInfo_OperatorRequest proto.InternalMessageInfo
1909
1910func (m *OperatorRequest) GetHeader() *RequestHeader {
1911	if m != nil {
1912		return m.Header
1913	}
1914	return nil
1915}
1916
1917type OperatorResponse struct {
1918	Email                string   `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
1919	Wallet               string   `protobuf:"bytes,2,opt,name=wallet,proto3" json:"wallet,omitempty"`
1920	WalletFeatures       []string `protobuf:"bytes,3,rep,name=wallet_features,json=walletFeatures,proto3" json:"wallet_features,omitempty"`
1921	XXX_NoUnkeyedLiteral struct{} `json:"-"`
1922	XXX_unrecognized     []byte   `json:"-"`
1923	XXX_sizecache        int32    `json:"-"`
1924}
1925
1926func (m *OperatorResponse) Reset()         { *m = OperatorResponse{} }
1927func (m *OperatorResponse) String() string { return proto.CompactTextString(m) }
1928func (*OperatorResponse) ProtoMessage()    {}
1929func (*OperatorResponse) Descriptor() ([]byte, []int) {
1930	return fileDescriptor_9a45fd79b06f3a1b, []int{39}
1931}
1932func (m *OperatorResponse) XXX_Unmarshal(b []byte) error {
1933	return xxx_messageInfo_OperatorResponse.Unmarshal(m, b)
1934}
1935func (m *OperatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1936	return xxx_messageInfo_OperatorResponse.Marshal(b, m, deterministic)
1937}
1938func (m *OperatorResponse) XXX_Merge(src proto.Message) {
1939	xxx_messageInfo_OperatorResponse.Merge(m, src)
1940}
1941func (m *OperatorResponse) XXX_Size() int {
1942	return xxx_messageInfo_OperatorResponse.Size(m)
1943}
1944func (m *OperatorResponse) XXX_DiscardUnknown() {
1945	xxx_messageInfo_OperatorResponse.DiscardUnknown(m)
1946}
1947
1948var xxx_messageInfo_OperatorResponse proto.InternalMessageInfo
1949
1950func (m *OperatorResponse) GetEmail() string {
1951	if m != nil {
1952		return m.Email
1953	}
1954	return ""
1955}
1956
1957func (m *OperatorResponse) GetWallet() string {
1958	if m != nil {
1959		return m.Wallet
1960	}
1961	return ""
1962}
1963
1964func (m *OperatorResponse) GetWalletFeatures() []string {
1965	if m != nil {
1966		return m.WalletFeatures
1967	}
1968	return nil
1969}
1970
1971type EstimatedPayoutSatelliteRequest struct {
1972	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
1973	SatelliteId          NodeID         `protobuf:"bytes,2,opt,name=satellite_id,json=satelliteId,proto3,customtype=NodeID" json:"satellite_id"`
1974	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
1975	XXX_unrecognized     []byte         `json:"-"`
1976	XXX_sizecache        int32          `json:"-"`
1977}
1978
1979func (m *EstimatedPayoutSatelliteRequest) Reset()         { *m = EstimatedPayoutSatelliteRequest{} }
1980func (m *EstimatedPayoutSatelliteRequest) String() string { return proto.CompactTextString(m) }
1981func (*EstimatedPayoutSatelliteRequest) ProtoMessage()    {}
1982func (*EstimatedPayoutSatelliteRequest) Descriptor() ([]byte, []int) {
1983	return fileDescriptor_9a45fd79b06f3a1b, []int{40}
1984}
1985func (m *EstimatedPayoutSatelliteRequest) XXX_Unmarshal(b []byte) error {
1986	return xxx_messageInfo_EstimatedPayoutSatelliteRequest.Unmarshal(m, b)
1987}
1988func (m *EstimatedPayoutSatelliteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1989	return xxx_messageInfo_EstimatedPayoutSatelliteRequest.Marshal(b, m, deterministic)
1990}
1991func (m *EstimatedPayoutSatelliteRequest) XXX_Merge(src proto.Message) {
1992	xxx_messageInfo_EstimatedPayoutSatelliteRequest.Merge(m, src)
1993}
1994func (m *EstimatedPayoutSatelliteRequest) XXX_Size() int {
1995	return xxx_messageInfo_EstimatedPayoutSatelliteRequest.Size(m)
1996}
1997func (m *EstimatedPayoutSatelliteRequest) XXX_DiscardUnknown() {
1998	xxx_messageInfo_EstimatedPayoutSatelliteRequest.DiscardUnknown(m)
1999}
2000
2001var xxx_messageInfo_EstimatedPayoutSatelliteRequest proto.InternalMessageInfo
2002
2003func (m *EstimatedPayoutSatelliteRequest) GetHeader() *RequestHeader {
2004	if m != nil {
2005		return m.Header
2006	}
2007	return nil
2008}
2009
2010type EstimatedPayoutSatelliteResponse struct {
2011	EstimatedEarnings    int64    `protobuf:"varint,1,opt,name=estimated_earnings,json=estimatedEarnings,proto3" json:"estimated_earnings,omitempty"`
2012	XXX_NoUnkeyedLiteral struct{} `json:"-"`
2013	XXX_unrecognized     []byte   `json:"-"`
2014	XXX_sizecache        int32    `json:"-"`
2015}
2016
2017func (m *EstimatedPayoutSatelliteResponse) Reset()         { *m = EstimatedPayoutSatelliteResponse{} }
2018func (m *EstimatedPayoutSatelliteResponse) String() string { return proto.CompactTextString(m) }
2019func (*EstimatedPayoutSatelliteResponse) ProtoMessage()    {}
2020func (*EstimatedPayoutSatelliteResponse) Descriptor() ([]byte, []int) {
2021	return fileDescriptor_9a45fd79b06f3a1b, []int{41}
2022}
2023func (m *EstimatedPayoutSatelliteResponse) XXX_Unmarshal(b []byte) error {
2024	return xxx_messageInfo_EstimatedPayoutSatelliteResponse.Unmarshal(m, b)
2025}
2026func (m *EstimatedPayoutSatelliteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2027	return xxx_messageInfo_EstimatedPayoutSatelliteResponse.Marshal(b, m, deterministic)
2028}
2029func (m *EstimatedPayoutSatelliteResponse) XXX_Merge(src proto.Message) {
2030	xxx_messageInfo_EstimatedPayoutSatelliteResponse.Merge(m, src)
2031}
2032func (m *EstimatedPayoutSatelliteResponse) XXX_Size() int {
2033	return xxx_messageInfo_EstimatedPayoutSatelliteResponse.Size(m)
2034}
2035func (m *EstimatedPayoutSatelliteResponse) XXX_DiscardUnknown() {
2036	xxx_messageInfo_EstimatedPayoutSatelliteResponse.DiscardUnknown(m)
2037}
2038
2039var xxx_messageInfo_EstimatedPayoutSatelliteResponse proto.InternalMessageInfo
2040
2041func (m *EstimatedPayoutSatelliteResponse) GetEstimatedEarnings() int64 {
2042	if m != nil {
2043		return m.EstimatedEarnings
2044	}
2045	return 0
2046}
2047
2048type EstimatedPayoutRequest struct {
2049	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
2050	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
2051	XXX_unrecognized     []byte         `json:"-"`
2052	XXX_sizecache        int32          `json:"-"`
2053}
2054
2055func (m *EstimatedPayoutRequest) Reset()         { *m = EstimatedPayoutRequest{} }
2056func (m *EstimatedPayoutRequest) String() string { return proto.CompactTextString(m) }
2057func (*EstimatedPayoutRequest) ProtoMessage()    {}
2058func (*EstimatedPayoutRequest) Descriptor() ([]byte, []int) {
2059	return fileDescriptor_9a45fd79b06f3a1b, []int{42}
2060}
2061func (m *EstimatedPayoutRequest) XXX_Unmarshal(b []byte) error {
2062	return xxx_messageInfo_EstimatedPayoutRequest.Unmarshal(m, b)
2063}
2064func (m *EstimatedPayoutRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2065	return xxx_messageInfo_EstimatedPayoutRequest.Marshal(b, m, deterministic)
2066}
2067func (m *EstimatedPayoutRequest) XXX_Merge(src proto.Message) {
2068	xxx_messageInfo_EstimatedPayoutRequest.Merge(m, src)
2069}
2070func (m *EstimatedPayoutRequest) XXX_Size() int {
2071	return xxx_messageInfo_EstimatedPayoutRequest.Size(m)
2072}
2073func (m *EstimatedPayoutRequest) XXX_DiscardUnknown() {
2074	xxx_messageInfo_EstimatedPayoutRequest.DiscardUnknown(m)
2075}
2076
2077var xxx_messageInfo_EstimatedPayoutRequest proto.InternalMessageInfo
2078
2079func (m *EstimatedPayoutRequest) GetHeader() *RequestHeader {
2080	if m != nil {
2081		return m.Header
2082	}
2083	return nil
2084}
2085
2086type EstimatedPayoutResponse struct {
2087	EstimatedEarnings    int64    `protobuf:"varint,1,opt,name=estimated_earnings,json=estimatedEarnings,proto3" json:"estimated_earnings,omitempty"`
2088	XXX_NoUnkeyedLiteral struct{} `json:"-"`
2089	XXX_unrecognized     []byte   `json:"-"`
2090	XXX_sizecache        int32    `json:"-"`
2091}
2092
2093func (m *EstimatedPayoutResponse) Reset()         { *m = EstimatedPayoutResponse{} }
2094func (m *EstimatedPayoutResponse) String() string { return proto.CompactTextString(m) }
2095func (*EstimatedPayoutResponse) ProtoMessage()    {}
2096func (*EstimatedPayoutResponse) Descriptor() ([]byte, []int) {
2097	return fileDescriptor_9a45fd79b06f3a1b, []int{43}
2098}
2099func (m *EstimatedPayoutResponse) XXX_Unmarshal(b []byte) error {
2100	return xxx_messageInfo_EstimatedPayoutResponse.Unmarshal(m, b)
2101}
2102func (m *EstimatedPayoutResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2103	return xxx_messageInfo_EstimatedPayoutResponse.Marshal(b, m, deterministic)
2104}
2105func (m *EstimatedPayoutResponse) XXX_Merge(src proto.Message) {
2106	xxx_messageInfo_EstimatedPayoutResponse.Merge(m, src)
2107}
2108func (m *EstimatedPayoutResponse) XXX_Size() int {
2109	return xxx_messageInfo_EstimatedPayoutResponse.Size(m)
2110}
2111func (m *EstimatedPayoutResponse) XXX_DiscardUnknown() {
2112	xxx_messageInfo_EstimatedPayoutResponse.DiscardUnknown(m)
2113}
2114
2115var xxx_messageInfo_EstimatedPayoutResponse proto.InternalMessageInfo
2116
2117func (m *EstimatedPayoutResponse) GetEstimatedEarnings() int64 {
2118	if m != nil {
2119		return m.EstimatedEarnings
2120	}
2121	return 0
2122}
2123
2124type SummaryRequest struct {
2125	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
2126	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
2127	XXX_unrecognized     []byte         `json:"-"`
2128	XXX_sizecache        int32          `json:"-"`
2129}
2130
2131func (m *SummaryRequest) Reset()         { *m = SummaryRequest{} }
2132func (m *SummaryRequest) String() string { return proto.CompactTextString(m) }
2133func (*SummaryRequest) ProtoMessage()    {}
2134func (*SummaryRequest) Descriptor() ([]byte, []int) {
2135	return fileDescriptor_9a45fd79b06f3a1b, []int{44}
2136}
2137func (m *SummaryRequest) XXX_Unmarshal(b []byte) error {
2138	return xxx_messageInfo_SummaryRequest.Unmarshal(m, b)
2139}
2140func (m *SummaryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2141	return xxx_messageInfo_SummaryRequest.Marshal(b, m, deterministic)
2142}
2143func (m *SummaryRequest) XXX_Merge(src proto.Message) {
2144	xxx_messageInfo_SummaryRequest.Merge(m, src)
2145}
2146func (m *SummaryRequest) XXX_Size() int {
2147	return xxx_messageInfo_SummaryRequest.Size(m)
2148}
2149func (m *SummaryRequest) XXX_DiscardUnknown() {
2150	xxx_messageInfo_SummaryRequest.DiscardUnknown(m)
2151}
2152
2153var xxx_messageInfo_SummaryRequest proto.InternalMessageInfo
2154
2155func (m *SummaryRequest) GetHeader() *RequestHeader {
2156	if m != nil {
2157		return m.Header
2158	}
2159	return nil
2160}
2161
2162type SummaryResponse struct {
2163	PayoutInfo           *PayoutInfo `protobuf:"bytes,1,opt,name=payout_info,json=payoutInfo,proto3" json:"payout_info,omitempty"`
2164	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
2165	XXX_unrecognized     []byte      `json:"-"`
2166	XXX_sizecache        int32       `json:"-"`
2167}
2168
2169func (m *SummaryResponse) Reset()         { *m = SummaryResponse{} }
2170func (m *SummaryResponse) String() string { return proto.CompactTextString(m) }
2171func (*SummaryResponse) ProtoMessage()    {}
2172func (*SummaryResponse) Descriptor() ([]byte, []int) {
2173	return fileDescriptor_9a45fd79b06f3a1b, []int{45}
2174}
2175func (m *SummaryResponse) XXX_Unmarshal(b []byte) error {
2176	return xxx_messageInfo_SummaryResponse.Unmarshal(m, b)
2177}
2178func (m *SummaryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2179	return xxx_messageInfo_SummaryResponse.Marshal(b, m, deterministic)
2180}
2181func (m *SummaryResponse) XXX_Merge(src proto.Message) {
2182	xxx_messageInfo_SummaryResponse.Merge(m, src)
2183}
2184func (m *SummaryResponse) XXX_Size() int {
2185	return xxx_messageInfo_SummaryResponse.Size(m)
2186}
2187func (m *SummaryResponse) XXX_DiscardUnknown() {
2188	xxx_messageInfo_SummaryResponse.DiscardUnknown(m)
2189}
2190
2191var xxx_messageInfo_SummaryResponse proto.InternalMessageInfo
2192
2193func (m *SummaryResponse) GetPayoutInfo() *PayoutInfo {
2194	if m != nil {
2195		return m.PayoutInfo
2196	}
2197	return nil
2198}
2199
2200type SummaryPeriodRequest struct {
2201	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
2202	Period               string         `protobuf:"bytes,2,opt,name=period,proto3" json:"period,omitempty"`
2203	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
2204	XXX_unrecognized     []byte         `json:"-"`
2205	XXX_sizecache        int32          `json:"-"`
2206}
2207
2208func (m *SummaryPeriodRequest) Reset()         { *m = SummaryPeriodRequest{} }
2209func (m *SummaryPeriodRequest) String() string { return proto.CompactTextString(m) }
2210func (*SummaryPeriodRequest) ProtoMessage()    {}
2211func (*SummaryPeriodRequest) Descriptor() ([]byte, []int) {
2212	return fileDescriptor_9a45fd79b06f3a1b, []int{46}
2213}
2214func (m *SummaryPeriodRequest) XXX_Unmarshal(b []byte) error {
2215	return xxx_messageInfo_SummaryPeriodRequest.Unmarshal(m, b)
2216}
2217func (m *SummaryPeriodRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2218	return xxx_messageInfo_SummaryPeriodRequest.Marshal(b, m, deterministic)
2219}
2220func (m *SummaryPeriodRequest) XXX_Merge(src proto.Message) {
2221	xxx_messageInfo_SummaryPeriodRequest.Merge(m, src)
2222}
2223func (m *SummaryPeriodRequest) XXX_Size() int {
2224	return xxx_messageInfo_SummaryPeriodRequest.Size(m)
2225}
2226func (m *SummaryPeriodRequest) XXX_DiscardUnknown() {
2227	xxx_messageInfo_SummaryPeriodRequest.DiscardUnknown(m)
2228}
2229
2230var xxx_messageInfo_SummaryPeriodRequest proto.InternalMessageInfo
2231
2232func (m *SummaryPeriodRequest) GetHeader() *RequestHeader {
2233	if m != nil {
2234		return m.Header
2235	}
2236	return nil
2237}
2238
2239func (m *SummaryPeriodRequest) GetPeriod() string {
2240	if m != nil {
2241		return m.Period
2242	}
2243	return ""
2244}
2245
2246type SummaryPeriodResponse struct {
2247	PayoutInfo           *PayoutInfo `protobuf:"bytes,1,opt,name=payout_info,json=payoutInfo,proto3" json:"payout_info,omitempty"`
2248	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
2249	XXX_unrecognized     []byte      `json:"-"`
2250	XXX_sizecache        int32       `json:"-"`
2251}
2252
2253func (m *SummaryPeriodResponse) Reset()         { *m = SummaryPeriodResponse{} }
2254func (m *SummaryPeriodResponse) String() string { return proto.CompactTextString(m) }
2255func (*SummaryPeriodResponse) ProtoMessage()    {}
2256func (*SummaryPeriodResponse) Descriptor() ([]byte, []int) {
2257	return fileDescriptor_9a45fd79b06f3a1b, []int{47}
2258}
2259func (m *SummaryPeriodResponse) XXX_Unmarshal(b []byte) error {
2260	return xxx_messageInfo_SummaryPeriodResponse.Unmarshal(m, b)
2261}
2262func (m *SummaryPeriodResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2263	return xxx_messageInfo_SummaryPeriodResponse.Marshal(b, m, deterministic)
2264}
2265func (m *SummaryPeriodResponse) XXX_Merge(src proto.Message) {
2266	xxx_messageInfo_SummaryPeriodResponse.Merge(m, src)
2267}
2268func (m *SummaryPeriodResponse) XXX_Size() int {
2269	return xxx_messageInfo_SummaryPeriodResponse.Size(m)
2270}
2271func (m *SummaryPeriodResponse) XXX_DiscardUnknown() {
2272	xxx_messageInfo_SummaryPeriodResponse.DiscardUnknown(m)
2273}
2274
2275var xxx_messageInfo_SummaryPeriodResponse proto.InternalMessageInfo
2276
2277func (m *SummaryPeriodResponse) GetPayoutInfo() *PayoutInfo {
2278	if m != nil {
2279		return m.PayoutInfo
2280	}
2281	return nil
2282}
2283
2284type SummarySatelliteRequest struct {
2285	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
2286	SatelliteId          NodeID         `protobuf:"bytes,2,opt,name=satellite_id,json=satelliteId,proto3,customtype=NodeID" json:"satellite_id"`
2287	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
2288	XXX_unrecognized     []byte         `json:"-"`
2289	XXX_sizecache        int32          `json:"-"`
2290}
2291
2292func (m *SummarySatelliteRequest) Reset()         { *m = SummarySatelliteRequest{} }
2293func (m *SummarySatelliteRequest) String() string { return proto.CompactTextString(m) }
2294func (*SummarySatelliteRequest) ProtoMessage()    {}
2295func (*SummarySatelliteRequest) Descriptor() ([]byte, []int) {
2296	return fileDescriptor_9a45fd79b06f3a1b, []int{48}
2297}
2298func (m *SummarySatelliteRequest) XXX_Unmarshal(b []byte) error {
2299	return xxx_messageInfo_SummarySatelliteRequest.Unmarshal(m, b)
2300}
2301func (m *SummarySatelliteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2302	return xxx_messageInfo_SummarySatelliteRequest.Marshal(b, m, deterministic)
2303}
2304func (m *SummarySatelliteRequest) XXX_Merge(src proto.Message) {
2305	xxx_messageInfo_SummarySatelliteRequest.Merge(m, src)
2306}
2307func (m *SummarySatelliteRequest) XXX_Size() int {
2308	return xxx_messageInfo_SummarySatelliteRequest.Size(m)
2309}
2310func (m *SummarySatelliteRequest) XXX_DiscardUnknown() {
2311	xxx_messageInfo_SummarySatelliteRequest.DiscardUnknown(m)
2312}
2313
2314var xxx_messageInfo_SummarySatelliteRequest proto.InternalMessageInfo
2315
2316func (m *SummarySatelliteRequest) GetHeader() *RequestHeader {
2317	if m != nil {
2318		return m.Header
2319	}
2320	return nil
2321}
2322
2323type SummarySatelliteResponse struct {
2324	PayoutInfo           *PayoutInfo `protobuf:"bytes,1,opt,name=payout_info,json=payoutInfo,proto3" json:"payout_info,omitempty"`
2325	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
2326	XXX_unrecognized     []byte      `json:"-"`
2327	XXX_sizecache        int32       `json:"-"`
2328}
2329
2330func (m *SummarySatelliteResponse) Reset()         { *m = SummarySatelliteResponse{} }
2331func (m *SummarySatelliteResponse) String() string { return proto.CompactTextString(m) }
2332func (*SummarySatelliteResponse) ProtoMessage()    {}
2333func (*SummarySatelliteResponse) Descriptor() ([]byte, []int) {
2334	return fileDescriptor_9a45fd79b06f3a1b, []int{49}
2335}
2336func (m *SummarySatelliteResponse) XXX_Unmarshal(b []byte) error {
2337	return xxx_messageInfo_SummarySatelliteResponse.Unmarshal(m, b)
2338}
2339func (m *SummarySatelliteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2340	return xxx_messageInfo_SummarySatelliteResponse.Marshal(b, m, deterministic)
2341}
2342func (m *SummarySatelliteResponse) XXX_Merge(src proto.Message) {
2343	xxx_messageInfo_SummarySatelliteResponse.Merge(m, src)
2344}
2345func (m *SummarySatelliteResponse) XXX_Size() int {
2346	return xxx_messageInfo_SummarySatelliteResponse.Size(m)
2347}
2348func (m *SummarySatelliteResponse) XXX_DiscardUnknown() {
2349	xxx_messageInfo_SummarySatelliteResponse.DiscardUnknown(m)
2350}
2351
2352var xxx_messageInfo_SummarySatelliteResponse proto.InternalMessageInfo
2353
2354func (m *SummarySatelliteResponse) GetPayoutInfo() *PayoutInfo {
2355	if m != nil {
2356		return m.PayoutInfo
2357	}
2358	return nil
2359}
2360
2361type SummarySatellitePeriodRequest struct {
2362	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
2363	SatelliteId          NodeID         `protobuf:"bytes,2,opt,name=satellite_id,json=satelliteId,proto3,customtype=NodeID" json:"satellite_id"`
2364	Period               string         `protobuf:"bytes,3,opt,name=period,proto3" json:"period,omitempty"`
2365	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
2366	XXX_unrecognized     []byte         `json:"-"`
2367	XXX_sizecache        int32          `json:"-"`
2368}
2369
2370func (m *SummarySatellitePeriodRequest) Reset()         { *m = SummarySatellitePeriodRequest{} }
2371func (m *SummarySatellitePeriodRequest) String() string { return proto.CompactTextString(m) }
2372func (*SummarySatellitePeriodRequest) ProtoMessage()    {}
2373func (*SummarySatellitePeriodRequest) Descriptor() ([]byte, []int) {
2374	return fileDescriptor_9a45fd79b06f3a1b, []int{50}
2375}
2376func (m *SummarySatellitePeriodRequest) XXX_Unmarshal(b []byte) error {
2377	return xxx_messageInfo_SummarySatellitePeriodRequest.Unmarshal(m, b)
2378}
2379func (m *SummarySatellitePeriodRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2380	return xxx_messageInfo_SummarySatellitePeriodRequest.Marshal(b, m, deterministic)
2381}
2382func (m *SummarySatellitePeriodRequest) XXX_Merge(src proto.Message) {
2383	xxx_messageInfo_SummarySatellitePeriodRequest.Merge(m, src)
2384}
2385func (m *SummarySatellitePeriodRequest) XXX_Size() int {
2386	return xxx_messageInfo_SummarySatellitePeriodRequest.Size(m)
2387}
2388func (m *SummarySatellitePeriodRequest) XXX_DiscardUnknown() {
2389	xxx_messageInfo_SummarySatellitePeriodRequest.DiscardUnknown(m)
2390}
2391
2392var xxx_messageInfo_SummarySatellitePeriodRequest proto.InternalMessageInfo
2393
2394func (m *SummarySatellitePeriodRequest) GetHeader() *RequestHeader {
2395	if m != nil {
2396		return m.Header
2397	}
2398	return nil
2399}
2400
2401func (m *SummarySatellitePeriodRequest) GetPeriod() string {
2402	if m != nil {
2403		return m.Period
2404	}
2405	return ""
2406}
2407
2408type SummarySatellitePeriodResponse struct {
2409	PayoutInfo           *PayoutInfo `protobuf:"bytes,1,opt,name=payout_info,json=payoutInfo,proto3" json:"payout_info,omitempty"`
2410	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
2411	XXX_unrecognized     []byte      `json:"-"`
2412	XXX_sizecache        int32       `json:"-"`
2413}
2414
2415func (m *SummarySatellitePeriodResponse) Reset()         { *m = SummarySatellitePeriodResponse{} }
2416func (m *SummarySatellitePeriodResponse) String() string { return proto.CompactTextString(m) }
2417func (*SummarySatellitePeriodResponse) ProtoMessage()    {}
2418func (*SummarySatellitePeriodResponse) Descriptor() ([]byte, []int) {
2419	return fileDescriptor_9a45fd79b06f3a1b, []int{51}
2420}
2421func (m *SummarySatellitePeriodResponse) XXX_Unmarshal(b []byte) error {
2422	return xxx_messageInfo_SummarySatellitePeriodResponse.Unmarshal(m, b)
2423}
2424func (m *SummarySatellitePeriodResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2425	return xxx_messageInfo_SummarySatellitePeriodResponse.Marshal(b, m, deterministic)
2426}
2427func (m *SummarySatellitePeriodResponse) XXX_Merge(src proto.Message) {
2428	xxx_messageInfo_SummarySatellitePeriodResponse.Merge(m, src)
2429}
2430func (m *SummarySatellitePeriodResponse) XXX_Size() int {
2431	return xxx_messageInfo_SummarySatellitePeriodResponse.Size(m)
2432}
2433func (m *SummarySatellitePeriodResponse) XXX_DiscardUnknown() {
2434	xxx_messageInfo_SummarySatellitePeriodResponse.DiscardUnknown(m)
2435}
2436
2437var xxx_messageInfo_SummarySatellitePeriodResponse proto.InternalMessageInfo
2438
2439func (m *SummarySatellitePeriodResponse) GetPayoutInfo() *PayoutInfo {
2440	if m != nil {
2441		return m.PayoutInfo
2442	}
2443	return nil
2444}
2445
2446type EarnedRequest struct {
2447	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
2448	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
2449	XXX_unrecognized     []byte         `json:"-"`
2450	XXX_sizecache        int32          `json:"-"`
2451}
2452
2453func (m *EarnedRequest) Reset()         { *m = EarnedRequest{} }
2454func (m *EarnedRequest) String() string { return proto.CompactTextString(m) }
2455func (*EarnedRequest) ProtoMessage()    {}
2456func (*EarnedRequest) Descriptor() ([]byte, []int) {
2457	return fileDescriptor_9a45fd79b06f3a1b, []int{52}
2458}
2459func (m *EarnedRequest) XXX_Unmarshal(b []byte) error {
2460	return xxx_messageInfo_EarnedRequest.Unmarshal(m, b)
2461}
2462func (m *EarnedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2463	return xxx_messageInfo_EarnedRequest.Marshal(b, m, deterministic)
2464}
2465func (m *EarnedRequest) XXX_Merge(src proto.Message) {
2466	xxx_messageInfo_EarnedRequest.Merge(m, src)
2467}
2468func (m *EarnedRequest) XXX_Size() int {
2469	return xxx_messageInfo_EarnedRequest.Size(m)
2470}
2471func (m *EarnedRequest) XXX_DiscardUnknown() {
2472	xxx_messageInfo_EarnedRequest.DiscardUnknown(m)
2473}
2474
2475var xxx_messageInfo_EarnedRequest proto.InternalMessageInfo
2476
2477func (m *EarnedRequest) GetHeader() *RequestHeader {
2478	if m != nil {
2479		return m.Header
2480	}
2481	return nil
2482}
2483
2484type EarnedResponse struct {
2485	Total                int64    `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
2486	XXX_NoUnkeyedLiteral struct{} `json:"-"`
2487	XXX_unrecognized     []byte   `json:"-"`
2488	XXX_sizecache        int32    `json:"-"`
2489}
2490
2491func (m *EarnedResponse) Reset()         { *m = EarnedResponse{} }
2492func (m *EarnedResponse) String() string { return proto.CompactTextString(m) }
2493func (*EarnedResponse) ProtoMessage()    {}
2494func (*EarnedResponse) Descriptor() ([]byte, []int) {
2495	return fileDescriptor_9a45fd79b06f3a1b, []int{53}
2496}
2497func (m *EarnedResponse) XXX_Unmarshal(b []byte) error {
2498	return xxx_messageInfo_EarnedResponse.Unmarshal(m, b)
2499}
2500func (m *EarnedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2501	return xxx_messageInfo_EarnedResponse.Marshal(b, m, deterministic)
2502}
2503func (m *EarnedResponse) XXX_Merge(src proto.Message) {
2504	xxx_messageInfo_EarnedResponse.Merge(m, src)
2505}
2506func (m *EarnedResponse) XXX_Size() int {
2507	return xxx_messageInfo_EarnedResponse.Size(m)
2508}
2509func (m *EarnedResponse) XXX_DiscardUnknown() {
2510	xxx_messageInfo_EarnedResponse.DiscardUnknown(m)
2511}
2512
2513var xxx_messageInfo_EarnedResponse proto.InternalMessageInfo
2514
2515func (m *EarnedResponse) GetTotal() int64 {
2516	if m != nil {
2517		return m.Total
2518	}
2519	return 0
2520}
2521
2522type EarnedSatelliteRequest struct {
2523	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
2524	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
2525	XXX_unrecognized     []byte         `json:"-"`
2526	XXX_sizecache        int32          `json:"-"`
2527}
2528
2529func (m *EarnedSatelliteRequest) Reset()         { *m = EarnedSatelliteRequest{} }
2530func (m *EarnedSatelliteRequest) String() string { return proto.CompactTextString(m) }
2531func (*EarnedSatelliteRequest) ProtoMessage()    {}
2532func (*EarnedSatelliteRequest) Descriptor() ([]byte, []int) {
2533	return fileDescriptor_9a45fd79b06f3a1b, []int{54}
2534}
2535func (m *EarnedSatelliteRequest) XXX_Unmarshal(b []byte) error {
2536	return xxx_messageInfo_EarnedSatelliteRequest.Unmarshal(m, b)
2537}
2538func (m *EarnedSatelliteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2539	return xxx_messageInfo_EarnedSatelliteRequest.Marshal(b, m, deterministic)
2540}
2541func (m *EarnedSatelliteRequest) XXX_Merge(src proto.Message) {
2542	xxx_messageInfo_EarnedSatelliteRequest.Merge(m, src)
2543}
2544func (m *EarnedSatelliteRequest) XXX_Size() int {
2545	return xxx_messageInfo_EarnedSatelliteRequest.Size(m)
2546}
2547func (m *EarnedSatelliteRequest) XXX_DiscardUnknown() {
2548	xxx_messageInfo_EarnedSatelliteRequest.DiscardUnknown(m)
2549}
2550
2551var xxx_messageInfo_EarnedSatelliteRequest proto.InternalMessageInfo
2552
2553func (m *EarnedSatelliteRequest) GetHeader() *RequestHeader {
2554	if m != nil {
2555		return m.Header
2556	}
2557	return nil
2558}
2559
2560type EarnedSatelliteResponse struct {
2561	EarnedSatellite      []*EarnedSatellite `protobuf:"bytes,1,rep,name=earned_satellite,json=earnedSatellite,proto3" json:"earned_satellite,omitempty"`
2562	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
2563	XXX_unrecognized     []byte             `json:"-"`
2564	XXX_sizecache        int32              `json:"-"`
2565}
2566
2567func (m *EarnedSatelliteResponse) Reset()         { *m = EarnedSatelliteResponse{} }
2568func (m *EarnedSatelliteResponse) String() string { return proto.CompactTextString(m) }
2569func (*EarnedSatelliteResponse) ProtoMessage()    {}
2570func (*EarnedSatelliteResponse) Descriptor() ([]byte, []int) {
2571	return fileDescriptor_9a45fd79b06f3a1b, []int{55}
2572}
2573func (m *EarnedSatelliteResponse) XXX_Unmarshal(b []byte) error {
2574	return xxx_messageInfo_EarnedSatelliteResponse.Unmarshal(m, b)
2575}
2576func (m *EarnedSatelliteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2577	return xxx_messageInfo_EarnedSatelliteResponse.Marshal(b, m, deterministic)
2578}
2579func (m *EarnedSatelliteResponse) XXX_Merge(src proto.Message) {
2580	xxx_messageInfo_EarnedSatelliteResponse.Merge(m, src)
2581}
2582func (m *EarnedSatelliteResponse) XXX_Size() int {
2583	return xxx_messageInfo_EarnedSatelliteResponse.Size(m)
2584}
2585func (m *EarnedSatelliteResponse) XXX_DiscardUnknown() {
2586	xxx_messageInfo_EarnedSatelliteResponse.DiscardUnknown(m)
2587}
2588
2589var xxx_messageInfo_EarnedSatelliteResponse proto.InternalMessageInfo
2590
2591func (m *EarnedSatelliteResponse) GetEarnedSatellite() []*EarnedSatellite {
2592	if m != nil {
2593		return m.EarnedSatellite
2594	}
2595	return nil
2596}
2597
2598type EarnedSatellite struct {
2599	Total                int64    `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
2600	SatelliteId          NodeID   `protobuf:"bytes,2,opt,name=satellite_id,json=satelliteId,proto3,customtype=NodeID" json:"satellite_id"`
2601	XXX_NoUnkeyedLiteral struct{} `json:"-"`
2602	XXX_unrecognized     []byte   `json:"-"`
2603	XXX_sizecache        int32    `json:"-"`
2604}
2605
2606func (m *EarnedSatellite) Reset()         { *m = EarnedSatellite{} }
2607func (m *EarnedSatellite) String() string { return proto.CompactTextString(m) }
2608func (*EarnedSatellite) ProtoMessage()    {}
2609func (*EarnedSatellite) Descriptor() ([]byte, []int) {
2610	return fileDescriptor_9a45fd79b06f3a1b, []int{56}
2611}
2612func (m *EarnedSatellite) XXX_Unmarshal(b []byte) error {
2613	return xxx_messageInfo_EarnedSatellite.Unmarshal(m, b)
2614}
2615func (m *EarnedSatellite) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2616	return xxx_messageInfo_EarnedSatellite.Marshal(b, m, deterministic)
2617}
2618func (m *EarnedSatellite) XXX_Merge(src proto.Message) {
2619	xxx_messageInfo_EarnedSatellite.Merge(m, src)
2620}
2621func (m *EarnedSatellite) XXX_Size() int {
2622	return xxx_messageInfo_EarnedSatellite.Size(m)
2623}
2624func (m *EarnedSatellite) XXX_DiscardUnknown() {
2625	xxx_messageInfo_EarnedSatellite.DiscardUnknown(m)
2626}
2627
2628var xxx_messageInfo_EarnedSatellite proto.InternalMessageInfo
2629
2630func (m *EarnedSatellite) GetTotal() int64 {
2631	if m != nil {
2632		return m.Total
2633	}
2634	return 0
2635}
2636
2637type UndistributedRequest struct {
2638	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
2639	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
2640	XXX_unrecognized     []byte         `json:"-"`
2641	XXX_sizecache        int32          `json:"-"`
2642}
2643
2644func (m *UndistributedRequest) Reset()         { *m = UndistributedRequest{} }
2645func (m *UndistributedRequest) String() string { return proto.CompactTextString(m) }
2646func (*UndistributedRequest) ProtoMessage()    {}
2647func (*UndistributedRequest) Descriptor() ([]byte, []int) {
2648	return fileDescriptor_9a45fd79b06f3a1b, []int{57}
2649}
2650func (m *UndistributedRequest) XXX_Unmarshal(b []byte) error {
2651	return xxx_messageInfo_UndistributedRequest.Unmarshal(m, b)
2652}
2653func (m *UndistributedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2654	return xxx_messageInfo_UndistributedRequest.Marshal(b, m, deterministic)
2655}
2656func (m *UndistributedRequest) XXX_Merge(src proto.Message) {
2657	xxx_messageInfo_UndistributedRequest.Merge(m, src)
2658}
2659func (m *UndistributedRequest) XXX_Size() int {
2660	return xxx_messageInfo_UndistributedRequest.Size(m)
2661}
2662func (m *UndistributedRequest) XXX_DiscardUnknown() {
2663	xxx_messageInfo_UndistributedRequest.DiscardUnknown(m)
2664}
2665
2666var xxx_messageInfo_UndistributedRequest proto.InternalMessageInfo
2667
2668func (m *UndistributedRequest) GetHeader() *RequestHeader {
2669	if m != nil {
2670		return m.Header
2671	}
2672	return nil
2673}
2674
2675type UndistributedResponse struct {
2676	Total                int64    `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
2677	XXX_NoUnkeyedLiteral struct{} `json:"-"`
2678	XXX_unrecognized     []byte   `json:"-"`
2679	XXX_sizecache        int32    `json:"-"`
2680}
2681
2682func (m *UndistributedResponse) Reset()         { *m = UndistributedResponse{} }
2683func (m *UndistributedResponse) String() string { return proto.CompactTextString(m) }
2684func (*UndistributedResponse) ProtoMessage()    {}
2685func (*UndistributedResponse) Descriptor() ([]byte, []int) {
2686	return fileDescriptor_9a45fd79b06f3a1b, []int{58}
2687}
2688func (m *UndistributedResponse) XXX_Unmarshal(b []byte) error {
2689	return xxx_messageInfo_UndistributedResponse.Unmarshal(m, b)
2690}
2691func (m *UndistributedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2692	return xxx_messageInfo_UndistributedResponse.Marshal(b, m, deterministic)
2693}
2694func (m *UndistributedResponse) XXX_Merge(src proto.Message) {
2695	xxx_messageInfo_UndistributedResponse.Merge(m, src)
2696}
2697func (m *UndistributedResponse) XXX_Size() int {
2698	return xxx_messageInfo_UndistributedResponse.Size(m)
2699}
2700func (m *UndistributedResponse) XXX_DiscardUnknown() {
2701	xxx_messageInfo_UndistributedResponse.DiscardUnknown(m)
2702}
2703
2704var xxx_messageInfo_UndistributedResponse proto.InternalMessageInfo
2705
2706func (m *UndistributedResponse) GetTotal() int64 {
2707	if m != nil {
2708		return m.Total
2709	}
2710	return 0
2711}
2712
2713type PaystubSatelliteRequest struct {
2714	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
2715	SatelliteId          NodeID         `protobuf:"bytes,2,opt,name=satellite_id,json=satelliteId,proto3,customtype=NodeID" json:"satellite_id"`
2716	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
2717	XXX_unrecognized     []byte         `json:"-"`
2718	XXX_sizecache        int32          `json:"-"`
2719}
2720
2721func (m *PaystubSatelliteRequest) Reset()         { *m = PaystubSatelliteRequest{} }
2722func (m *PaystubSatelliteRequest) String() string { return proto.CompactTextString(m) }
2723func (*PaystubSatelliteRequest) ProtoMessage()    {}
2724func (*PaystubSatelliteRequest) Descriptor() ([]byte, []int) {
2725	return fileDescriptor_9a45fd79b06f3a1b, []int{59}
2726}
2727func (m *PaystubSatelliteRequest) XXX_Unmarshal(b []byte) error {
2728	return xxx_messageInfo_PaystubSatelliteRequest.Unmarshal(m, b)
2729}
2730func (m *PaystubSatelliteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2731	return xxx_messageInfo_PaystubSatelliteRequest.Marshal(b, m, deterministic)
2732}
2733func (m *PaystubSatelliteRequest) XXX_Merge(src proto.Message) {
2734	xxx_messageInfo_PaystubSatelliteRequest.Merge(m, src)
2735}
2736func (m *PaystubSatelliteRequest) XXX_Size() int {
2737	return xxx_messageInfo_PaystubSatelliteRequest.Size(m)
2738}
2739func (m *PaystubSatelliteRequest) XXX_DiscardUnknown() {
2740	xxx_messageInfo_PaystubSatelliteRequest.DiscardUnknown(m)
2741}
2742
2743var xxx_messageInfo_PaystubSatelliteRequest proto.InternalMessageInfo
2744
2745func (m *PaystubSatelliteRequest) GetHeader() *RequestHeader {
2746	if m != nil {
2747		return m.Header
2748	}
2749	return nil
2750}
2751
2752type PaystubSatelliteResponse struct {
2753	Paystub              *Paystub `protobuf:"bytes,1,opt,name=paystub,proto3" json:"paystub,omitempty"`
2754	XXX_NoUnkeyedLiteral struct{} `json:"-"`
2755	XXX_unrecognized     []byte   `json:"-"`
2756	XXX_sizecache        int32    `json:"-"`
2757}
2758
2759func (m *PaystubSatelliteResponse) Reset()         { *m = PaystubSatelliteResponse{} }
2760func (m *PaystubSatelliteResponse) String() string { return proto.CompactTextString(m) }
2761func (*PaystubSatelliteResponse) ProtoMessage()    {}
2762func (*PaystubSatelliteResponse) Descriptor() ([]byte, []int) {
2763	return fileDescriptor_9a45fd79b06f3a1b, []int{60}
2764}
2765func (m *PaystubSatelliteResponse) XXX_Unmarshal(b []byte) error {
2766	return xxx_messageInfo_PaystubSatelliteResponse.Unmarshal(m, b)
2767}
2768func (m *PaystubSatelliteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2769	return xxx_messageInfo_PaystubSatelliteResponse.Marshal(b, m, deterministic)
2770}
2771func (m *PaystubSatelliteResponse) XXX_Merge(src proto.Message) {
2772	xxx_messageInfo_PaystubSatelliteResponse.Merge(m, src)
2773}
2774func (m *PaystubSatelliteResponse) XXX_Size() int {
2775	return xxx_messageInfo_PaystubSatelliteResponse.Size(m)
2776}
2777func (m *PaystubSatelliteResponse) XXX_DiscardUnknown() {
2778	xxx_messageInfo_PaystubSatelliteResponse.DiscardUnknown(m)
2779}
2780
2781var xxx_messageInfo_PaystubSatelliteResponse proto.InternalMessageInfo
2782
2783func (m *PaystubSatelliteResponse) GetPaystub() *Paystub {
2784	if m != nil {
2785		return m.Paystub
2786	}
2787	return nil
2788}
2789
2790type PaystubRequest struct {
2791	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
2792	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
2793	XXX_unrecognized     []byte         `json:"-"`
2794	XXX_sizecache        int32          `json:"-"`
2795}
2796
2797func (m *PaystubRequest) Reset()         { *m = PaystubRequest{} }
2798func (m *PaystubRequest) String() string { return proto.CompactTextString(m) }
2799func (*PaystubRequest) ProtoMessage()    {}
2800func (*PaystubRequest) Descriptor() ([]byte, []int) {
2801	return fileDescriptor_9a45fd79b06f3a1b, []int{61}
2802}
2803func (m *PaystubRequest) XXX_Unmarshal(b []byte) error {
2804	return xxx_messageInfo_PaystubRequest.Unmarshal(m, b)
2805}
2806func (m *PaystubRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2807	return xxx_messageInfo_PaystubRequest.Marshal(b, m, deterministic)
2808}
2809func (m *PaystubRequest) XXX_Merge(src proto.Message) {
2810	xxx_messageInfo_PaystubRequest.Merge(m, src)
2811}
2812func (m *PaystubRequest) XXX_Size() int {
2813	return xxx_messageInfo_PaystubRequest.Size(m)
2814}
2815func (m *PaystubRequest) XXX_DiscardUnknown() {
2816	xxx_messageInfo_PaystubRequest.DiscardUnknown(m)
2817}
2818
2819var xxx_messageInfo_PaystubRequest proto.InternalMessageInfo
2820
2821func (m *PaystubRequest) GetHeader() *RequestHeader {
2822	if m != nil {
2823		return m.Header
2824	}
2825	return nil
2826}
2827
2828type PaystubResponse struct {
2829	Paystub              *Paystub `protobuf:"bytes,1,opt,name=paystub,proto3" json:"paystub,omitempty"`
2830	XXX_NoUnkeyedLiteral struct{} `json:"-"`
2831	XXX_unrecognized     []byte   `json:"-"`
2832	XXX_sizecache        int32    `json:"-"`
2833}
2834
2835func (m *PaystubResponse) Reset()         { *m = PaystubResponse{} }
2836func (m *PaystubResponse) String() string { return proto.CompactTextString(m) }
2837func (*PaystubResponse) ProtoMessage()    {}
2838func (*PaystubResponse) Descriptor() ([]byte, []int) {
2839	return fileDescriptor_9a45fd79b06f3a1b, []int{62}
2840}
2841func (m *PaystubResponse) XXX_Unmarshal(b []byte) error {
2842	return xxx_messageInfo_PaystubResponse.Unmarshal(m, b)
2843}
2844func (m *PaystubResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2845	return xxx_messageInfo_PaystubResponse.Marshal(b, m, deterministic)
2846}
2847func (m *PaystubResponse) XXX_Merge(src proto.Message) {
2848	xxx_messageInfo_PaystubResponse.Merge(m, src)
2849}
2850func (m *PaystubResponse) XXX_Size() int {
2851	return xxx_messageInfo_PaystubResponse.Size(m)
2852}
2853func (m *PaystubResponse) XXX_DiscardUnknown() {
2854	xxx_messageInfo_PaystubResponse.DiscardUnknown(m)
2855}
2856
2857var xxx_messageInfo_PaystubResponse proto.InternalMessageInfo
2858
2859func (m *PaystubResponse) GetPaystub() *Paystub {
2860	if m != nil {
2861		return m.Paystub
2862	}
2863	return nil
2864}
2865
2866type PaystubPeriodRequest struct {
2867	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
2868	Period               string         `protobuf:"bytes,2,opt,name=period,proto3" json:"period,omitempty"`
2869	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
2870	XXX_unrecognized     []byte         `json:"-"`
2871	XXX_sizecache        int32          `json:"-"`
2872}
2873
2874func (m *PaystubPeriodRequest) Reset()         { *m = PaystubPeriodRequest{} }
2875func (m *PaystubPeriodRequest) String() string { return proto.CompactTextString(m) }
2876func (*PaystubPeriodRequest) ProtoMessage()    {}
2877func (*PaystubPeriodRequest) Descriptor() ([]byte, []int) {
2878	return fileDescriptor_9a45fd79b06f3a1b, []int{63}
2879}
2880func (m *PaystubPeriodRequest) XXX_Unmarshal(b []byte) error {
2881	return xxx_messageInfo_PaystubPeriodRequest.Unmarshal(m, b)
2882}
2883func (m *PaystubPeriodRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2884	return xxx_messageInfo_PaystubPeriodRequest.Marshal(b, m, deterministic)
2885}
2886func (m *PaystubPeriodRequest) XXX_Merge(src proto.Message) {
2887	xxx_messageInfo_PaystubPeriodRequest.Merge(m, src)
2888}
2889func (m *PaystubPeriodRequest) XXX_Size() int {
2890	return xxx_messageInfo_PaystubPeriodRequest.Size(m)
2891}
2892func (m *PaystubPeriodRequest) XXX_DiscardUnknown() {
2893	xxx_messageInfo_PaystubPeriodRequest.DiscardUnknown(m)
2894}
2895
2896var xxx_messageInfo_PaystubPeriodRequest proto.InternalMessageInfo
2897
2898func (m *PaystubPeriodRequest) GetHeader() *RequestHeader {
2899	if m != nil {
2900		return m.Header
2901	}
2902	return nil
2903}
2904
2905func (m *PaystubPeriodRequest) GetPeriod() string {
2906	if m != nil {
2907		return m.Period
2908	}
2909	return ""
2910}
2911
2912type PaystubPeriodResponse struct {
2913	Paystub              *Paystub `protobuf:"bytes,1,opt,name=paystub,proto3" json:"paystub,omitempty"`
2914	XXX_NoUnkeyedLiteral struct{} `json:"-"`
2915	XXX_unrecognized     []byte   `json:"-"`
2916	XXX_sizecache        int32    `json:"-"`
2917}
2918
2919func (m *PaystubPeriodResponse) Reset()         { *m = PaystubPeriodResponse{} }
2920func (m *PaystubPeriodResponse) String() string { return proto.CompactTextString(m) }
2921func (*PaystubPeriodResponse) ProtoMessage()    {}
2922func (*PaystubPeriodResponse) Descriptor() ([]byte, []int) {
2923	return fileDescriptor_9a45fd79b06f3a1b, []int{64}
2924}
2925func (m *PaystubPeriodResponse) XXX_Unmarshal(b []byte) error {
2926	return xxx_messageInfo_PaystubPeriodResponse.Unmarshal(m, b)
2927}
2928func (m *PaystubPeriodResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2929	return xxx_messageInfo_PaystubPeriodResponse.Marshal(b, m, deterministic)
2930}
2931func (m *PaystubPeriodResponse) XXX_Merge(src proto.Message) {
2932	xxx_messageInfo_PaystubPeriodResponse.Merge(m, src)
2933}
2934func (m *PaystubPeriodResponse) XXX_Size() int {
2935	return xxx_messageInfo_PaystubPeriodResponse.Size(m)
2936}
2937func (m *PaystubPeriodResponse) XXX_DiscardUnknown() {
2938	xxx_messageInfo_PaystubPeriodResponse.DiscardUnknown(m)
2939}
2940
2941var xxx_messageInfo_PaystubPeriodResponse proto.InternalMessageInfo
2942
2943func (m *PaystubPeriodResponse) GetPaystub() *Paystub {
2944	if m != nil {
2945		return m.Paystub
2946	}
2947	return nil
2948}
2949
2950type PaystubSatellitePeriodRequest struct {
2951	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
2952	SatelliteId          NodeID         `protobuf:"bytes,2,opt,name=satellite_id,json=satelliteId,proto3,customtype=NodeID" json:"satellite_id"`
2953	Period               string         `protobuf:"bytes,3,opt,name=period,proto3" json:"period,omitempty"`
2954	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
2955	XXX_unrecognized     []byte         `json:"-"`
2956	XXX_sizecache        int32          `json:"-"`
2957}
2958
2959func (m *PaystubSatellitePeriodRequest) Reset()         { *m = PaystubSatellitePeriodRequest{} }
2960func (m *PaystubSatellitePeriodRequest) String() string { return proto.CompactTextString(m) }
2961func (*PaystubSatellitePeriodRequest) ProtoMessage()    {}
2962func (*PaystubSatellitePeriodRequest) Descriptor() ([]byte, []int) {
2963	return fileDescriptor_9a45fd79b06f3a1b, []int{65}
2964}
2965func (m *PaystubSatellitePeriodRequest) XXX_Unmarshal(b []byte) error {
2966	return xxx_messageInfo_PaystubSatellitePeriodRequest.Unmarshal(m, b)
2967}
2968func (m *PaystubSatellitePeriodRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2969	return xxx_messageInfo_PaystubSatellitePeriodRequest.Marshal(b, m, deterministic)
2970}
2971func (m *PaystubSatellitePeriodRequest) XXX_Merge(src proto.Message) {
2972	xxx_messageInfo_PaystubSatellitePeriodRequest.Merge(m, src)
2973}
2974func (m *PaystubSatellitePeriodRequest) XXX_Size() int {
2975	return xxx_messageInfo_PaystubSatellitePeriodRequest.Size(m)
2976}
2977func (m *PaystubSatellitePeriodRequest) XXX_DiscardUnknown() {
2978	xxx_messageInfo_PaystubSatellitePeriodRequest.DiscardUnknown(m)
2979}
2980
2981var xxx_messageInfo_PaystubSatellitePeriodRequest proto.InternalMessageInfo
2982
2983func (m *PaystubSatellitePeriodRequest) GetHeader() *RequestHeader {
2984	if m != nil {
2985		return m.Header
2986	}
2987	return nil
2988}
2989
2990func (m *PaystubSatellitePeriodRequest) GetPeriod() string {
2991	if m != nil {
2992		return m.Period
2993	}
2994	return ""
2995}
2996
2997type PaystubSatellitePeriodResponse struct {
2998	Paystub              *Paystub `protobuf:"bytes,1,opt,name=paystub,proto3" json:"paystub,omitempty"`
2999	XXX_NoUnkeyedLiteral struct{} `json:"-"`
3000	XXX_unrecognized     []byte   `json:"-"`
3001	XXX_sizecache        int32    `json:"-"`
3002}
3003
3004func (m *PaystubSatellitePeriodResponse) Reset()         { *m = PaystubSatellitePeriodResponse{} }
3005func (m *PaystubSatellitePeriodResponse) String() string { return proto.CompactTextString(m) }
3006func (*PaystubSatellitePeriodResponse) ProtoMessage()    {}
3007func (*PaystubSatellitePeriodResponse) Descriptor() ([]byte, []int) {
3008	return fileDescriptor_9a45fd79b06f3a1b, []int{66}
3009}
3010func (m *PaystubSatellitePeriodResponse) XXX_Unmarshal(b []byte) error {
3011	return xxx_messageInfo_PaystubSatellitePeriodResponse.Unmarshal(m, b)
3012}
3013func (m *PaystubSatellitePeriodResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3014	return xxx_messageInfo_PaystubSatellitePeriodResponse.Marshal(b, m, deterministic)
3015}
3016func (m *PaystubSatellitePeriodResponse) XXX_Merge(src proto.Message) {
3017	xxx_messageInfo_PaystubSatellitePeriodResponse.Merge(m, src)
3018}
3019func (m *PaystubSatellitePeriodResponse) XXX_Size() int {
3020	return xxx_messageInfo_PaystubSatellitePeriodResponse.Size(m)
3021}
3022func (m *PaystubSatellitePeriodResponse) XXX_DiscardUnknown() {
3023	xxx_messageInfo_PaystubSatellitePeriodResponse.DiscardUnknown(m)
3024}
3025
3026var xxx_messageInfo_PaystubSatellitePeriodResponse proto.InternalMessageInfo
3027
3028func (m *PaystubSatellitePeriodResponse) GetPaystub() *Paystub {
3029	if m != nil {
3030		return m.Paystub
3031	}
3032	return nil
3033}
3034
3035type PayoutInfo struct {
3036	Held                 int64    `protobuf:"varint,1,opt,name=held,proto3" json:"held,omitempty"`
3037	Paid                 int64    `protobuf:"varint,2,opt,name=paid,proto3" json:"paid,omitempty"`
3038	XXX_NoUnkeyedLiteral struct{} `json:"-"`
3039	XXX_unrecognized     []byte   `json:"-"`
3040	XXX_sizecache        int32    `json:"-"`
3041}
3042
3043func (m *PayoutInfo) Reset()         { *m = PayoutInfo{} }
3044func (m *PayoutInfo) String() string { return proto.CompactTextString(m) }
3045func (*PayoutInfo) ProtoMessage()    {}
3046func (*PayoutInfo) Descriptor() ([]byte, []int) {
3047	return fileDescriptor_9a45fd79b06f3a1b, []int{67}
3048}
3049func (m *PayoutInfo) XXX_Unmarshal(b []byte) error {
3050	return xxx_messageInfo_PayoutInfo.Unmarshal(m, b)
3051}
3052func (m *PayoutInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3053	return xxx_messageInfo_PayoutInfo.Marshal(b, m, deterministic)
3054}
3055func (m *PayoutInfo) XXX_Merge(src proto.Message) {
3056	xxx_messageInfo_PayoutInfo.Merge(m, src)
3057}
3058func (m *PayoutInfo) XXX_Size() int {
3059	return xxx_messageInfo_PayoutInfo.Size(m)
3060}
3061func (m *PayoutInfo) XXX_DiscardUnknown() {
3062	xxx_messageInfo_PayoutInfo.DiscardUnknown(m)
3063}
3064
3065var xxx_messageInfo_PayoutInfo proto.InternalMessageInfo
3066
3067func (m *PayoutInfo) GetHeld() int64 {
3068	if m != nil {
3069		return m.Held
3070	}
3071	return 0
3072}
3073
3074func (m *PayoutInfo) GetPaid() int64 {
3075	if m != nil {
3076		return m.Paid
3077	}
3078	return 0
3079}
3080
3081type Paystub struct {
3082	UsageAtRest          float64  `protobuf:"fixed64,1,opt,name=usage_at_rest,json=usageAtRest,proto3" json:"usage_at_rest,omitempty"`
3083	UsageGet             int64    `protobuf:"varint,2,opt,name=usage_get,json=usageGet,proto3" json:"usage_get,omitempty"`
3084	UsageGetRepair       int64    `protobuf:"varint,3,opt,name=usage_get_repair,json=usageGetRepair,proto3" json:"usage_get_repair,omitempty"`
3085	UsageGetAudit        int64    `protobuf:"varint,4,opt,name=usage_get_audit,json=usageGetAudit,proto3" json:"usage_get_audit,omitempty"`
3086	CompAtRest           int64    `protobuf:"varint,5,opt,name=comp_at_rest,json=compAtRest,proto3" json:"comp_at_rest,omitempty"`
3087	CompGet              int64    `protobuf:"varint,6,opt,name=comp_get,json=compGet,proto3" json:"comp_get,omitempty"`
3088	CompGetRepair        int64    `protobuf:"varint,7,opt,name=comp_get_repair,json=compGetRepair,proto3" json:"comp_get_repair,omitempty"`
3089	CompGetAudit         int64    `protobuf:"varint,8,opt,name=comp_get_audit,json=compGetAudit,proto3" json:"comp_get_audit,omitempty"`
3090	Held                 int64    `protobuf:"varint,9,opt,name=held,proto3" json:"held,omitempty"`
3091	Paid                 int64    `protobuf:"varint,10,opt,name=paid,proto3" json:"paid,omitempty"`
3092	Distributed          int64    `protobuf:"varint,11,opt,name=distributed,proto3" json:"distributed,omitempty"`
3093	Disposed             int64    `protobuf:"varint,12,opt,name=disposed,proto3" json:"disposed,omitempty"`
3094	XXX_NoUnkeyedLiteral struct{} `json:"-"`
3095	XXX_unrecognized     []byte   `json:"-"`
3096	XXX_sizecache        int32    `json:"-"`
3097}
3098
3099func (m *Paystub) Reset()         { *m = Paystub{} }
3100func (m *Paystub) String() string { return proto.CompactTextString(m) }
3101func (*Paystub) ProtoMessage()    {}
3102func (*Paystub) Descriptor() ([]byte, []int) {
3103	return fileDescriptor_9a45fd79b06f3a1b, []int{68}
3104}
3105func (m *Paystub) XXX_Unmarshal(b []byte) error {
3106	return xxx_messageInfo_Paystub.Unmarshal(m, b)
3107}
3108func (m *Paystub) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3109	return xxx_messageInfo_Paystub.Marshal(b, m, deterministic)
3110}
3111func (m *Paystub) XXX_Merge(src proto.Message) {
3112	xxx_messageInfo_Paystub.Merge(m, src)
3113}
3114func (m *Paystub) XXX_Size() int {
3115	return xxx_messageInfo_Paystub.Size(m)
3116}
3117func (m *Paystub) XXX_DiscardUnknown() {
3118	xxx_messageInfo_Paystub.DiscardUnknown(m)
3119}
3120
3121var xxx_messageInfo_Paystub proto.InternalMessageInfo
3122
3123func (m *Paystub) GetUsageAtRest() float64 {
3124	if m != nil {
3125		return m.UsageAtRest
3126	}
3127	return 0
3128}
3129
3130func (m *Paystub) GetUsageGet() int64 {
3131	if m != nil {
3132		return m.UsageGet
3133	}
3134	return 0
3135}
3136
3137func (m *Paystub) GetUsageGetRepair() int64 {
3138	if m != nil {
3139		return m.UsageGetRepair
3140	}
3141	return 0
3142}
3143
3144func (m *Paystub) GetUsageGetAudit() int64 {
3145	if m != nil {
3146		return m.UsageGetAudit
3147	}
3148	return 0
3149}
3150
3151func (m *Paystub) GetCompAtRest() int64 {
3152	if m != nil {
3153		return m.CompAtRest
3154	}
3155	return 0
3156}
3157
3158func (m *Paystub) GetCompGet() int64 {
3159	if m != nil {
3160		return m.CompGet
3161	}
3162	return 0
3163}
3164
3165func (m *Paystub) GetCompGetRepair() int64 {
3166	if m != nil {
3167		return m.CompGetRepair
3168	}
3169	return 0
3170}
3171
3172func (m *Paystub) GetCompGetAudit() int64 {
3173	if m != nil {
3174		return m.CompGetAudit
3175	}
3176	return 0
3177}
3178
3179func (m *Paystub) GetHeld() int64 {
3180	if m != nil {
3181		return m.Held
3182	}
3183	return 0
3184}
3185
3186func (m *Paystub) GetPaid() int64 {
3187	if m != nil {
3188		return m.Paid
3189	}
3190	return 0
3191}
3192
3193func (m *Paystub) GetDistributed() int64 {
3194	if m != nil {
3195		return m.Distributed
3196	}
3197	return 0
3198}
3199
3200func (m *Paystub) GetDisposed() int64 {
3201	if m != nil {
3202		return m.Disposed
3203	}
3204	return 0
3205}
3206
3207type HeldAmountHistoryRequest struct {
3208	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
3209	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
3210	XXX_unrecognized     []byte         `json:"-"`
3211	XXX_sizecache        int32          `json:"-"`
3212}
3213
3214func (m *HeldAmountHistoryRequest) Reset()         { *m = HeldAmountHistoryRequest{} }
3215func (m *HeldAmountHistoryRequest) String() string { return proto.CompactTextString(m) }
3216func (*HeldAmountHistoryRequest) ProtoMessage()    {}
3217func (*HeldAmountHistoryRequest) Descriptor() ([]byte, []int) {
3218	return fileDescriptor_9a45fd79b06f3a1b, []int{69}
3219}
3220func (m *HeldAmountHistoryRequest) XXX_Unmarshal(b []byte) error {
3221	return xxx_messageInfo_HeldAmountHistoryRequest.Unmarshal(m, b)
3222}
3223func (m *HeldAmountHistoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3224	return xxx_messageInfo_HeldAmountHistoryRequest.Marshal(b, m, deterministic)
3225}
3226func (m *HeldAmountHistoryRequest) XXX_Merge(src proto.Message) {
3227	xxx_messageInfo_HeldAmountHistoryRequest.Merge(m, src)
3228}
3229func (m *HeldAmountHistoryRequest) XXX_Size() int {
3230	return xxx_messageInfo_HeldAmountHistoryRequest.Size(m)
3231}
3232func (m *HeldAmountHistoryRequest) XXX_DiscardUnknown() {
3233	xxx_messageInfo_HeldAmountHistoryRequest.DiscardUnknown(m)
3234}
3235
3236var xxx_messageInfo_HeldAmountHistoryRequest proto.InternalMessageInfo
3237
3238func (m *HeldAmountHistoryRequest) GetHeader() *RequestHeader {
3239	if m != nil {
3240		return m.Header
3241	}
3242	return nil
3243}
3244
3245type HeldAmountHistoryResponse struct {
3246	History              []*HeldAmountHistoryResponse_HeldAmountHistory `protobuf:"bytes,1,rep,name=history,proto3" json:"history,omitempty"`
3247	XXX_NoUnkeyedLiteral struct{}                                       `json:"-"`
3248	XXX_unrecognized     []byte                                         `json:"-"`
3249	XXX_sizecache        int32                                          `json:"-"`
3250}
3251
3252func (m *HeldAmountHistoryResponse) Reset()         { *m = HeldAmountHistoryResponse{} }
3253func (m *HeldAmountHistoryResponse) String() string { return proto.CompactTextString(m) }
3254func (*HeldAmountHistoryResponse) ProtoMessage()    {}
3255func (*HeldAmountHistoryResponse) Descriptor() ([]byte, []int) {
3256	return fileDescriptor_9a45fd79b06f3a1b, []int{70}
3257}
3258func (m *HeldAmountHistoryResponse) XXX_Unmarshal(b []byte) error {
3259	return xxx_messageInfo_HeldAmountHistoryResponse.Unmarshal(m, b)
3260}
3261func (m *HeldAmountHistoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3262	return xxx_messageInfo_HeldAmountHistoryResponse.Marshal(b, m, deterministic)
3263}
3264func (m *HeldAmountHistoryResponse) XXX_Merge(src proto.Message) {
3265	xxx_messageInfo_HeldAmountHistoryResponse.Merge(m, src)
3266}
3267func (m *HeldAmountHistoryResponse) XXX_Size() int {
3268	return xxx_messageInfo_HeldAmountHistoryResponse.Size(m)
3269}
3270func (m *HeldAmountHistoryResponse) XXX_DiscardUnknown() {
3271	xxx_messageInfo_HeldAmountHistoryResponse.DiscardUnknown(m)
3272}
3273
3274var xxx_messageInfo_HeldAmountHistoryResponse proto.InternalMessageInfo
3275
3276func (m *HeldAmountHistoryResponse) GetHistory() []*HeldAmountHistoryResponse_HeldAmountHistory {
3277	if m != nil {
3278		return m.History
3279	}
3280	return nil
3281}
3282
3283type HeldAmountHistoryResponse_HeldAmount struct {
3284	Period               string   `protobuf:"bytes,1,opt,name=period,proto3" json:"period,omitempty"`
3285	Amount               int64    `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"`
3286	XXX_NoUnkeyedLiteral struct{} `json:"-"`
3287	XXX_unrecognized     []byte   `json:"-"`
3288	XXX_sizecache        int32    `json:"-"`
3289}
3290
3291func (m *HeldAmountHistoryResponse_HeldAmount) Reset()         { *m = HeldAmountHistoryResponse_HeldAmount{} }
3292func (m *HeldAmountHistoryResponse_HeldAmount) String() string { return proto.CompactTextString(m) }
3293func (*HeldAmountHistoryResponse_HeldAmount) ProtoMessage()    {}
3294func (*HeldAmountHistoryResponse_HeldAmount) Descriptor() ([]byte, []int) {
3295	return fileDescriptor_9a45fd79b06f3a1b, []int{70, 0}
3296}
3297func (m *HeldAmountHistoryResponse_HeldAmount) XXX_Unmarshal(b []byte) error {
3298	return xxx_messageInfo_HeldAmountHistoryResponse_HeldAmount.Unmarshal(m, b)
3299}
3300func (m *HeldAmountHistoryResponse_HeldAmount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3301	return xxx_messageInfo_HeldAmountHistoryResponse_HeldAmount.Marshal(b, m, deterministic)
3302}
3303func (m *HeldAmountHistoryResponse_HeldAmount) XXX_Merge(src proto.Message) {
3304	xxx_messageInfo_HeldAmountHistoryResponse_HeldAmount.Merge(m, src)
3305}
3306func (m *HeldAmountHistoryResponse_HeldAmount) XXX_Size() int {
3307	return xxx_messageInfo_HeldAmountHistoryResponse_HeldAmount.Size(m)
3308}
3309func (m *HeldAmountHistoryResponse_HeldAmount) XXX_DiscardUnknown() {
3310	xxx_messageInfo_HeldAmountHistoryResponse_HeldAmount.DiscardUnknown(m)
3311}
3312
3313var xxx_messageInfo_HeldAmountHistoryResponse_HeldAmount proto.InternalMessageInfo
3314
3315func (m *HeldAmountHistoryResponse_HeldAmount) GetPeriod() string {
3316	if m != nil {
3317		return m.Period
3318	}
3319	return ""
3320}
3321
3322func (m *HeldAmountHistoryResponse_HeldAmount) GetAmount() int64 {
3323	if m != nil {
3324		return m.Amount
3325	}
3326	return 0
3327}
3328
3329type HeldAmountHistoryResponse_HeldAmountHistory struct {
3330	SatelliteId          NodeID                                  `protobuf:"bytes,1,opt,name=satellite_id,json=satelliteId,proto3,customtype=NodeID" json:"satellite_id"`
3331	HeldAmounts          []*HeldAmountHistoryResponse_HeldAmount `protobuf:"bytes,2,rep,name=held_amounts,json=heldAmounts,proto3" json:"held_amounts,omitempty"`
3332	XXX_NoUnkeyedLiteral struct{}                                `json:"-"`
3333	XXX_unrecognized     []byte                                  `json:"-"`
3334	XXX_sizecache        int32                                   `json:"-"`
3335}
3336
3337func (m *HeldAmountHistoryResponse_HeldAmountHistory) Reset() {
3338	*m = HeldAmountHistoryResponse_HeldAmountHistory{}
3339}
3340func (m *HeldAmountHistoryResponse_HeldAmountHistory) String() string {
3341	return proto.CompactTextString(m)
3342}
3343func (*HeldAmountHistoryResponse_HeldAmountHistory) ProtoMessage() {}
3344func (*HeldAmountHistoryResponse_HeldAmountHistory) Descriptor() ([]byte, []int) {
3345	return fileDescriptor_9a45fd79b06f3a1b, []int{70, 1}
3346}
3347func (m *HeldAmountHistoryResponse_HeldAmountHistory) XXX_Unmarshal(b []byte) error {
3348	return xxx_messageInfo_HeldAmountHistoryResponse_HeldAmountHistory.Unmarshal(m, b)
3349}
3350func (m *HeldAmountHistoryResponse_HeldAmountHistory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3351	return xxx_messageInfo_HeldAmountHistoryResponse_HeldAmountHistory.Marshal(b, m, deterministic)
3352}
3353func (m *HeldAmountHistoryResponse_HeldAmountHistory) XXX_Merge(src proto.Message) {
3354	xxx_messageInfo_HeldAmountHistoryResponse_HeldAmountHistory.Merge(m, src)
3355}
3356func (m *HeldAmountHistoryResponse_HeldAmountHistory) XXX_Size() int {
3357	return xxx_messageInfo_HeldAmountHistoryResponse_HeldAmountHistory.Size(m)
3358}
3359func (m *HeldAmountHistoryResponse_HeldAmountHistory) XXX_DiscardUnknown() {
3360	xxx_messageInfo_HeldAmountHistoryResponse_HeldAmountHistory.DiscardUnknown(m)
3361}
3362
3363var xxx_messageInfo_HeldAmountHistoryResponse_HeldAmountHistory proto.InternalMessageInfo
3364
3365func (m *HeldAmountHistoryResponse_HeldAmountHistory) GetHeldAmounts() []*HeldAmountHistoryResponse_HeldAmount {
3366	if m != nil {
3367		return m.HeldAmounts
3368	}
3369	return nil
3370}
3371
3372type EstimatedPayoutTotalRequest struct {
3373	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
3374	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
3375	XXX_unrecognized     []byte         `json:"-"`
3376	XXX_sizecache        int32          `json:"-"`
3377}
3378
3379func (m *EstimatedPayoutTotalRequest) Reset()         { *m = EstimatedPayoutTotalRequest{} }
3380func (m *EstimatedPayoutTotalRequest) String() string { return proto.CompactTextString(m) }
3381func (*EstimatedPayoutTotalRequest) ProtoMessage()    {}
3382func (*EstimatedPayoutTotalRequest) Descriptor() ([]byte, []int) {
3383	return fileDescriptor_9a45fd79b06f3a1b, []int{71}
3384}
3385func (m *EstimatedPayoutTotalRequest) XXX_Unmarshal(b []byte) error {
3386	return xxx_messageInfo_EstimatedPayoutTotalRequest.Unmarshal(m, b)
3387}
3388func (m *EstimatedPayoutTotalRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3389	return xxx_messageInfo_EstimatedPayoutTotalRequest.Marshal(b, m, deterministic)
3390}
3391func (m *EstimatedPayoutTotalRequest) XXX_Merge(src proto.Message) {
3392	xxx_messageInfo_EstimatedPayoutTotalRequest.Merge(m, src)
3393}
3394func (m *EstimatedPayoutTotalRequest) XXX_Size() int {
3395	return xxx_messageInfo_EstimatedPayoutTotalRequest.Size(m)
3396}
3397func (m *EstimatedPayoutTotalRequest) XXX_DiscardUnknown() {
3398	xxx_messageInfo_EstimatedPayoutTotalRequest.DiscardUnknown(m)
3399}
3400
3401var xxx_messageInfo_EstimatedPayoutTotalRequest proto.InternalMessageInfo
3402
3403func (m *EstimatedPayoutTotalRequest) GetHeader() *RequestHeader {
3404	if m != nil {
3405		return m.Header
3406	}
3407	return nil
3408}
3409
3410type EstimatedPayoutTotalResponse struct {
3411	EstimatedEarnings    int64    `protobuf:"varint,1,opt,name=estimated_earnings,json=estimatedEarnings,proto3" json:"estimated_earnings,omitempty"`
3412	XXX_NoUnkeyedLiteral struct{} `json:"-"`
3413	XXX_unrecognized     []byte   `json:"-"`
3414	XXX_sizecache        int32    `json:"-"`
3415}
3416
3417func (m *EstimatedPayoutTotalResponse) Reset()         { *m = EstimatedPayoutTotalResponse{} }
3418func (m *EstimatedPayoutTotalResponse) String() string { return proto.CompactTextString(m) }
3419func (*EstimatedPayoutTotalResponse) ProtoMessage()    {}
3420func (*EstimatedPayoutTotalResponse) Descriptor() ([]byte, []int) {
3421	return fileDescriptor_9a45fd79b06f3a1b, []int{72}
3422}
3423func (m *EstimatedPayoutTotalResponse) XXX_Unmarshal(b []byte) error {
3424	return xxx_messageInfo_EstimatedPayoutTotalResponse.Unmarshal(m, b)
3425}
3426func (m *EstimatedPayoutTotalResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3427	return xxx_messageInfo_EstimatedPayoutTotalResponse.Marshal(b, m, deterministic)
3428}
3429func (m *EstimatedPayoutTotalResponse) XXX_Merge(src proto.Message) {
3430	xxx_messageInfo_EstimatedPayoutTotalResponse.Merge(m, src)
3431}
3432func (m *EstimatedPayoutTotalResponse) XXX_Size() int {
3433	return xxx_messageInfo_EstimatedPayoutTotalResponse.Size(m)
3434}
3435func (m *EstimatedPayoutTotalResponse) XXX_DiscardUnknown() {
3436	xxx_messageInfo_EstimatedPayoutTotalResponse.DiscardUnknown(m)
3437}
3438
3439var xxx_messageInfo_EstimatedPayoutTotalResponse proto.InternalMessageInfo
3440
3441func (m *EstimatedPayoutTotalResponse) GetEstimatedEarnings() int64 {
3442	if m != nil {
3443		return m.EstimatedEarnings
3444	}
3445	return 0
3446}
3447
3448type AllSatellitesSummaryRequest struct {
3449	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
3450	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
3451	XXX_unrecognized     []byte         `json:"-"`
3452	XXX_sizecache        int32          `json:"-"`
3453}
3454
3455func (m *AllSatellitesSummaryRequest) Reset()         { *m = AllSatellitesSummaryRequest{} }
3456func (m *AllSatellitesSummaryRequest) String() string { return proto.CompactTextString(m) }
3457func (*AllSatellitesSummaryRequest) ProtoMessage()    {}
3458func (*AllSatellitesSummaryRequest) Descriptor() ([]byte, []int) {
3459	return fileDescriptor_9a45fd79b06f3a1b, []int{73}
3460}
3461func (m *AllSatellitesSummaryRequest) XXX_Unmarshal(b []byte) error {
3462	return xxx_messageInfo_AllSatellitesSummaryRequest.Unmarshal(m, b)
3463}
3464func (m *AllSatellitesSummaryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3465	return xxx_messageInfo_AllSatellitesSummaryRequest.Marshal(b, m, deterministic)
3466}
3467func (m *AllSatellitesSummaryRequest) XXX_Merge(src proto.Message) {
3468	xxx_messageInfo_AllSatellitesSummaryRequest.Merge(m, src)
3469}
3470func (m *AllSatellitesSummaryRequest) XXX_Size() int {
3471	return xxx_messageInfo_AllSatellitesSummaryRequest.Size(m)
3472}
3473func (m *AllSatellitesSummaryRequest) XXX_DiscardUnknown() {
3474	xxx_messageInfo_AllSatellitesSummaryRequest.DiscardUnknown(m)
3475}
3476
3477var xxx_messageInfo_AllSatellitesSummaryRequest proto.InternalMessageInfo
3478
3479func (m *AllSatellitesSummaryRequest) GetHeader() *RequestHeader {
3480	if m != nil {
3481		return m.Header
3482	}
3483	return nil
3484}
3485
3486type AllSatellitesSummaryResponse struct {
3487	PayoutInfo           *PayoutInfo `protobuf:"bytes,1,opt,name=payout_info,json=payoutInfo,proto3" json:"payout_info,omitempty"`
3488	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
3489	XXX_unrecognized     []byte      `json:"-"`
3490	XXX_sizecache        int32       `json:"-"`
3491}
3492
3493func (m *AllSatellitesSummaryResponse) Reset()         { *m = AllSatellitesSummaryResponse{} }
3494func (m *AllSatellitesSummaryResponse) String() string { return proto.CompactTextString(m) }
3495func (*AllSatellitesSummaryResponse) ProtoMessage()    {}
3496func (*AllSatellitesSummaryResponse) Descriptor() ([]byte, []int) {
3497	return fileDescriptor_9a45fd79b06f3a1b, []int{74}
3498}
3499func (m *AllSatellitesSummaryResponse) XXX_Unmarshal(b []byte) error {
3500	return xxx_messageInfo_AllSatellitesSummaryResponse.Unmarshal(m, b)
3501}
3502func (m *AllSatellitesSummaryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3503	return xxx_messageInfo_AllSatellitesSummaryResponse.Marshal(b, m, deterministic)
3504}
3505func (m *AllSatellitesSummaryResponse) XXX_Merge(src proto.Message) {
3506	xxx_messageInfo_AllSatellitesSummaryResponse.Merge(m, src)
3507}
3508func (m *AllSatellitesSummaryResponse) XXX_Size() int {
3509	return xxx_messageInfo_AllSatellitesSummaryResponse.Size(m)
3510}
3511func (m *AllSatellitesSummaryResponse) XXX_DiscardUnknown() {
3512	xxx_messageInfo_AllSatellitesSummaryResponse.DiscardUnknown(m)
3513}
3514
3515var xxx_messageInfo_AllSatellitesSummaryResponse proto.InternalMessageInfo
3516
3517func (m *AllSatellitesSummaryResponse) GetPayoutInfo() *PayoutInfo {
3518	if m != nil {
3519		return m.PayoutInfo
3520	}
3521	return nil
3522}
3523
3524type AllSatellitesPeriodSummaryRequest struct {
3525	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
3526	Period               string         `protobuf:"bytes,2,opt,name=period,proto3" json:"period,omitempty"`
3527	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
3528	XXX_unrecognized     []byte         `json:"-"`
3529	XXX_sizecache        int32          `json:"-"`
3530}
3531
3532func (m *AllSatellitesPeriodSummaryRequest) Reset()         { *m = AllSatellitesPeriodSummaryRequest{} }
3533func (m *AllSatellitesPeriodSummaryRequest) String() string { return proto.CompactTextString(m) }
3534func (*AllSatellitesPeriodSummaryRequest) ProtoMessage()    {}
3535func (*AllSatellitesPeriodSummaryRequest) Descriptor() ([]byte, []int) {
3536	return fileDescriptor_9a45fd79b06f3a1b, []int{75}
3537}
3538func (m *AllSatellitesPeriodSummaryRequest) XXX_Unmarshal(b []byte) error {
3539	return xxx_messageInfo_AllSatellitesPeriodSummaryRequest.Unmarshal(m, b)
3540}
3541func (m *AllSatellitesPeriodSummaryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3542	return xxx_messageInfo_AllSatellitesPeriodSummaryRequest.Marshal(b, m, deterministic)
3543}
3544func (m *AllSatellitesPeriodSummaryRequest) XXX_Merge(src proto.Message) {
3545	xxx_messageInfo_AllSatellitesPeriodSummaryRequest.Merge(m, src)
3546}
3547func (m *AllSatellitesPeriodSummaryRequest) XXX_Size() int {
3548	return xxx_messageInfo_AllSatellitesPeriodSummaryRequest.Size(m)
3549}
3550func (m *AllSatellitesPeriodSummaryRequest) XXX_DiscardUnknown() {
3551	xxx_messageInfo_AllSatellitesPeriodSummaryRequest.DiscardUnknown(m)
3552}
3553
3554var xxx_messageInfo_AllSatellitesPeriodSummaryRequest proto.InternalMessageInfo
3555
3556func (m *AllSatellitesPeriodSummaryRequest) GetHeader() *RequestHeader {
3557	if m != nil {
3558		return m.Header
3559	}
3560	return nil
3561}
3562
3563func (m *AllSatellitesPeriodSummaryRequest) GetPeriod() string {
3564	if m != nil {
3565		return m.Period
3566	}
3567	return ""
3568}
3569
3570type AllSatellitesPeriodSummaryResponse struct {
3571	PayoutInfo           *PayoutInfo `protobuf:"bytes,1,opt,name=payout_info,json=payoutInfo,proto3" json:"payout_info,omitempty"`
3572	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
3573	XXX_unrecognized     []byte      `json:"-"`
3574	XXX_sizecache        int32       `json:"-"`
3575}
3576
3577func (m *AllSatellitesPeriodSummaryResponse) Reset()         { *m = AllSatellitesPeriodSummaryResponse{} }
3578func (m *AllSatellitesPeriodSummaryResponse) String() string { return proto.CompactTextString(m) }
3579func (*AllSatellitesPeriodSummaryResponse) ProtoMessage()    {}
3580func (*AllSatellitesPeriodSummaryResponse) Descriptor() ([]byte, []int) {
3581	return fileDescriptor_9a45fd79b06f3a1b, []int{76}
3582}
3583func (m *AllSatellitesPeriodSummaryResponse) XXX_Unmarshal(b []byte) error {
3584	return xxx_messageInfo_AllSatellitesPeriodSummaryResponse.Unmarshal(m, b)
3585}
3586func (m *AllSatellitesPeriodSummaryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3587	return xxx_messageInfo_AllSatellitesPeriodSummaryResponse.Marshal(b, m, deterministic)
3588}
3589func (m *AllSatellitesPeriodSummaryResponse) XXX_Merge(src proto.Message) {
3590	xxx_messageInfo_AllSatellitesPeriodSummaryResponse.Merge(m, src)
3591}
3592func (m *AllSatellitesPeriodSummaryResponse) XXX_Size() int {
3593	return xxx_messageInfo_AllSatellitesPeriodSummaryResponse.Size(m)
3594}
3595func (m *AllSatellitesPeriodSummaryResponse) XXX_DiscardUnknown() {
3596	xxx_messageInfo_AllSatellitesPeriodSummaryResponse.DiscardUnknown(m)
3597}
3598
3599var xxx_messageInfo_AllSatellitesPeriodSummaryResponse proto.InternalMessageInfo
3600
3601func (m *AllSatellitesPeriodSummaryResponse) GetPayoutInfo() *PayoutInfo {
3602	if m != nil {
3603		return m.PayoutInfo
3604	}
3605	return nil
3606}
3607
3608type SatelliteSummaryRequest struct {
3609	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
3610	SatelliteId          NodeID         `protobuf:"bytes,2,opt,name=satellite_id,json=satelliteId,proto3,customtype=NodeID" json:"satellite_id"`
3611	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
3612	XXX_unrecognized     []byte         `json:"-"`
3613	XXX_sizecache        int32          `json:"-"`
3614}
3615
3616func (m *SatelliteSummaryRequest) Reset()         { *m = SatelliteSummaryRequest{} }
3617func (m *SatelliteSummaryRequest) String() string { return proto.CompactTextString(m) }
3618func (*SatelliteSummaryRequest) ProtoMessage()    {}
3619func (*SatelliteSummaryRequest) Descriptor() ([]byte, []int) {
3620	return fileDescriptor_9a45fd79b06f3a1b, []int{77}
3621}
3622func (m *SatelliteSummaryRequest) XXX_Unmarshal(b []byte) error {
3623	return xxx_messageInfo_SatelliteSummaryRequest.Unmarshal(m, b)
3624}
3625func (m *SatelliteSummaryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3626	return xxx_messageInfo_SatelliteSummaryRequest.Marshal(b, m, deterministic)
3627}
3628func (m *SatelliteSummaryRequest) XXX_Merge(src proto.Message) {
3629	xxx_messageInfo_SatelliteSummaryRequest.Merge(m, src)
3630}
3631func (m *SatelliteSummaryRequest) XXX_Size() int {
3632	return xxx_messageInfo_SatelliteSummaryRequest.Size(m)
3633}
3634func (m *SatelliteSummaryRequest) XXX_DiscardUnknown() {
3635	xxx_messageInfo_SatelliteSummaryRequest.DiscardUnknown(m)
3636}
3637
3638var xxx_messageInfo_SatelliteSummaryRequest proto.InternalMessageInfo
3639
3640func (m *SatelliteSummaryRequest) GetHeader() *RequestHeader {
3641	if m != nil {
3642		return m.Header
3643	}
3644	return nil
3645}
3646
3647type SatelliteSummaryResponse struct {
3648	PayoutInfo           *PayoutInfo `protobuf:"bytes,1,opt,name=payout_info,json=payoutInfo,proto3" json:"payout_info,omitempty"`
3649	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
3650	XXX_unrecognized     []byte      `json:"-"`
3651	XXX_sizecache        int32       `json:"-"`
3652}
3653
3654func (m *SatelliteSummaryResponse) Reset()         { *m = SatelliteSummaryResponse{} }
3655func (m *SatelliteSummaryResponse) String() string { return proto.CompactTextString(m) }
3656func (*SatelliteSummaryResponse) ProtoMessage()    {}
3657func (*SatelliteSummaryResponse) Descriptor() ([]byte, []int) {
3658	return fileDescriptor_9a45fd79b06f3a1b, []int{78}
3659}
3660func (m *SatelliteSummaryResponse) XXX_Unmarshal(b []byte) error {
3661	return xxx_messageInfo_SatelliteSummaryResponse.Unmarshal(m, b)
3662}
3663func (m *SatelliteSummaryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3664	return xxx_messageInfo_SatelliteSummaryResponse.Marshal(b, m, deterministic)
3665}
3666func (m *SatelliteSummaryResponse) XXX_Merge(src proto.Message) {
3667	xxx_messageInfo_SatelliteSummaryResponse.Merge(m, src)
3668}
3669func (m *SatelliteSummaryResponse) XXX_Size() int {
3670	return xxx_messageInfo_SatelliteSummaryResponse.Size(m)
3671}
3672func (m *SatelliteSummaryResponse) XXX_DiscardUnknown() {
3673	xxx_messageInfo_SatelliteSummaryResponse.DiscardUnknown(m)
3674}
3675
3676var xxx_messageInfo_SatelliteSummaryResponse proto.InternalMessageInfo
3677
3678func (m *SatelliteSummaryResponse) GetPayoutInfo() *PayoutInfo {
3679	if m != nil {
3680		return m.PayoutInfo
3681	}
3682	return nil
3683}
3684
3685type SatellitePeriodSummaryRequest struct {
3686	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
3687	SatelliteId          NodeID         `protobuf:"bytes,2,opt,name=satellite_id,json=satelliteId,proto3,customtype=NodeID" json:"satellite_id"`
3688	Period               string         `protobuf:"bytes,3,opt,name=period,proto3" json:"period,omitempty"`
3689	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
3690	XXX_unrecognized     []byte         `json:"-"`
3691	XXX_sizecache        int32          `json:"-"`
3692}
3693
3694func (m *SatellitePeriodSummaryRequest) Reset()         { *m = SatellitePeriodSummaryRequest{} }
3695func (m *SatellitePeriodSummaryRequest) String() string { return proto.CompactTextString(m) }
3696func (*SatellitePeriodSummaryRequest) ProtoMessage()    {}
3697func (*SatellitePeriodSummaryRequest) Descriptor() ([]byte, []int) {
3698	return fileDescriptor_9a45fd79b06f3a1b, []int{79}
3699}
3700func (m *SatellitePeriodSummaryRequest) XXX_Unmarshal(b []byte) error {
3701	return xxx_messageInfo_SatellitePeriodSummaryRequest.Unmarshal(m, b)
3702}
3703func (m *SatellitePeriodSummaryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3704	return xxx_messageInfo_SatellitePeriodSummaryRequest.Marshal(b, m, deterministic)
3705}
3706func (m *SatellitePeriodSummaryRequest) XXX_Merge(src proto.Message) {
3707	xxx_messageInfo_SatellitePeriodSummaryRequest.Merge(m, src)
3708}
3709func (m *SatellitePeriodSummaryRequest) XXX_Size() int {
3710	return xxx_messageInfo_SatellitePeriodSummaryRequest.Size(m)
3711}
3712func (m *SatellitePeriodSummaryRequest) XXX_DiscardUnknown() {
3713	xxx_messageInfo_SatellitePeriodSummaryRequest.DiscardUnknown(m)
3714}
3715
3716var xxx_messageInfo_SatellitePeriodSummaryRequest proto.InternalMessageInfo
3717
3718func (m *SatellitePeriodSummaryRequest) GetHeader() *RequestHeader {
3719	if m != nil {
3720		return m.Header
3721	}
3722	return nil
3723}
3724
3725func (m *SatellitePeriodSummaryRequest) GetPeriod() string {
3726	if m != nil {
3727		return m.Period
3728	}
3729	return ""
3730}
3731
3732type SatellitePeriodSummaryResponse struct {
3733	PayoutInfo           *PayoutInfo `protobuf:"bytes,1,opt,name=payout_info,json=payoutInfo,proto3" json:"payout_info,omitempty"`
3734	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
3735	XXX_unrecognized     []byte      `json:"-"`
3736	XXX_sizecache        int32       `json:"-"`
3737}
3738
3739func (m *SatellitePeriodSummaryResponse) Reset()         { *m = SatellitePeriodSummaryResponse{} }
3740func (m *SatellitePeriodSummaryResponse) String() string { return proto.CompactTextString(m) }
3741func (*SatellitePeriodSummaryResponse) ProtoMessage()    {}
3742func (*SatellitePeriodSummaryResponse) Descriptor() ([]byte, []int) {
3743	return fileDescriptor_9a45fd79b06f3a1b, []int{80}
3744}
3745func (m *SatellitePeriodSummaryResponse) XXX_Unmarshal(b []byte) error {
3746	return xxx_messageInfo_SatellitePeriodSummaryResponse.Unmarshal(m, b)
3747}
3748func (m *SatellitePeriodSummaryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3749	return xxx_messageInfo_SatellitePeriodSummaryResponse.Marshal(b, m, deterministic)
3750}
3751func (m *SatellitePeriodSummaryResponse) XXX_Merge(src proto.Message) {
3752	xxx_messageInfo_SatellitePeriodSummaryResponse.Merge(m, src)
3753}
3754func (m *SatellitePeriodSummaryResponse) XXX_Size() int {
3755	return xxx_messageInfo_SatellitePeriodSummaryResponse.Size(m)
3756}
3757func (m *SatellitePeriodSummaryResponse) XXX_DiscardUnknown() {
3758	xxx_messageInfo_SatellitePeriodSummaryResponse.DiscardUnknown(m)
3759}
3760
3761var xxx_messageInfo_SatellitePeriodSummaryResponse proto.InternalMessageInfo
3762
3763func (m *SatellitePeriodSummaryResponse) GetPayoutInfo() *PayoutInfo {
3764	if m != nil {
3765		return m.PayoutInfo
3766	}
3767	return nil
3768}
3769
3770type EarnedPerSatelliteRequest struct {
3771	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
3772	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
3773	XXX_unrecognized     []byte         `json:"-"`
3774	XXX_sizecache        int32          `json:"-"`
3775}
3776
3777func (m *EarnedPerSatelliteRequest) Reset()         { *m = EarnedPerSatelliteRequest{} }
3778func (m *EarnedPerSatelliteRequest) String() string { return proto.CompactTextString(m) }
3779func (*EarnedPerSatelliteRequest) ProtoMessage()    {}
3780func (*EarnedPerSatelliteRequest) Descriptor() ([]byte, []int) {
3781	return fileDescriptor_9a45fd79b06f3a1b, []int{81}
3782}
3783func (m *EarnedPerSatelliteRequest) XXX_Unmarshal(b []byte) error {
3784	return xxx_messageInfo_EarnedPerSatelliteRequest.Unmarshal(m, b)
3785}
3786func (m *EarnedPerSatelliteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3787	return xxx_messageInfo_EarnedPerSatelliteRequest.Marshal(b, m, deterministic)
3788}
3789func (m *EarnedPerSatelliteRequest) XXX_Merge(src proto.Message) {
3790	xxx_messageInfo_EarnedPerSatelliteRequest.Merge(m, src)
3791}
3792func (m *EarnedPerSatelliteRequest) XXX_Size() int {
3793	return xxx_messageInfo_EarnedPerSatelliteRequest.Size(m)
3794}
3795func (m *EarnedPerSatelliteRequest) XXX_DiscardUnknown() {
3796	xxx_messageInfo_EarnedPerSatelliteRequest.DiscardUnknown(m)
3797}
3798
3799var xxx_messageInfo_EarnedPerSatelliteRequest proto.InternalMessageInfo
3800
3801func (m *EarnedPerSatelliteRequest) GetHeader() *RequestHeader {
3802	if m != nil {
3803		return m.Header
3804	}
3805	return nil
3806}
3807
3808type EarnedPerSatelliteResponse struct {
3809	EarnedSatellite      []*EarnedSatellite `protobuf:"bytes,1,rep,name=earned_satellite,json=earnedSatellite,proto3" json:"earned_satellite,omitempty"`
3810	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
3811	XXX_unrecognized     []byte             `json:"-"`
3812	XXX_sizecache        int32              `json:"-"`
3813}
3814
3815func (m *EarnedPerSatelliteResponse) Reset()         { *m = EarnedPerSatelliteResponse{} }
3816func (m *EarnedPerSatelliteResponse) String() string { return proto.CompactTextString(m) }
3817func (*EarnedPerSatelliteResponse) ProtoMessage()    {}
3818func (*EarnedPerSatelliteResponse) Descriptor() ([]byte, []int) {
3819	return fileDescriptor_9a45fd79b06f3a1b, []int{82}
3820}
3821func (m *EarnedPerSatelliteResponse) XXX_Unmarshal(b []byte) error {
3822	return xxx_messageInfo_EarnedPerSatelliteResponse.Unmarshal(m, b)
3823}
3824func (m *EarnedPerSatelliteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3825	return xxx_messageInfo_EarnedPerSatelliteResponse.Marshal(b, m, deterministic)
3826}
3827func (m *EarnedPerSatelliteResponse) XXX_Merge(src proto.Message) {
3828	xxx_messageInfo_EarnedPerSatelliteResponse.Merge(m, src)
3829}
3830func (m *EarnedPerSatelliteResponse) XXX_Size() int {
3831	return xxx_messageInfo_EarnedPerSatelliteResponse.Size(m)
3832}
3833func (m *EarnedPerSatelliteResponse) XXX_DiscardUnknown() {
3834	xxx_messageInfo_EarnedPerSatelliteResponse.DiscardUnknown(m)
3835}
3836
3837var xxx_messageInfo_EarnedPerSatelliteResponse proto.InternalMessageInfo
3838
3839func (m *EarnedPerSatelliteResponse) GetEarnedSatellite() []*EarnedSatellite {
3840	if m != nil {
3841		return m.EarnedSatellite
3842	}
3843	return nil
3844}
3845
3846type SatellitePaystubRequest struct {
3847	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
3848	SatelliteId          NodeID         `protobuf:"bytes,2,opt,name=satellite_id,json=satelliteId,proto3,customtype=NodeID" json:"satellite_id"`
3849	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
3850	XXX_unrecognized     []byte         `json:"-"`
3851	XXX_sizecache        int32          `json:"-"`
3852}
3853
3854func (m *SatellitePaystubRequest) Reset()         { *m = SatellitePaystubRequest{} }
3855func (m *SatellitePaystubRequest) String() string { return proto.CompactTextString(m) }
3856func (*SatellitePaystubRequest) ProtoMessage()    {}
3857func (*SatellitePaystubRequest) Descriptor() ([]byte, []int) {
3858	return fileDescriptor_9a45fd79b06f3a1b, []int{83}
3859}
3860func (m *SatellitePaystubRequest) XXX_Unmarshal(b []byte) error {
3861	return xxx_messageInfo_SatellitePaystubRequest.Unmarshal(m, b)
3862}
3863func (m *SatellitePaystubRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3864	return xxx_messageInfo_SatellitePaystubRequest.Marshal(b, m, deterministic)
3865}
3866func (m *SatellitePaystubRequest) XXX_Merge(src proto.Message) {
3867	xxx_messageInfo_SatellitePaystubRequest.Merge(m, src)
3868}
3869func (m *SatellitePaystubRequest) XXX_Size() int {
3870	return xxx_messageInfo_SatellitePaystubRequest.Size(m)
3871}
3872func (m *SatellitePaystubRequest) XXX_DiscardUnknown() {
3873	xxx_messageInfo_SatellitePaystubRequest.DiscardUnknown(m)
3874}
3875
3876var xxx_messageInfo_SatellitePaystubRequest proto.InternalMessageInfo
3877
3878func (m *SatellitePaystubRequest) GetHeader() *RequestHeader {
3879	if m != nil {
3880		return m.Header
3881	}
3882	return nil
3883}
3884
3885type SatellitePaystubResponse struct {
3886	Paystub              *Paystub `protobuf:"bytes,1,opt,name=paystub,proto3" json:"paystub,omitempty"`
3887	XXX_NoUnkeyedLiteral struct{} `json:"-"`
3888	XXX_unrecognized     []byte   `json:"-"`
3889	XXX_sizecache        int32    `json:"-"`
3890}
3891
3892func (m *SatellitePaystubResponse) Reset()         { *m = SatellitePaystubResponse{} }
3893func (m *SatellitePaystubResponse) String() string { return proto.CompactTextString(m) }
3894func (*SatellitePaystubResponse) ProtoMessage()    {}
3895func (*SatellitePaystubResponse) Descriptor() ([]byte, []int) {
3896	return fileDescriptor_9a45fd79b06f3a1b, []int{84}
3897}
3898func (m *SatellitePaystubResponse) XXX_Unmarshal(b []byte) error {
3899	return xxx_messageInfo_SatellitePaystubResponse.Unmarshal(m, b)
3900}
3901func (m *SatellitePaystubResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3902	return xxx_messageInfo_SatellitePaystubResponse.Marshal(b, m, deterministic)
3903}
3904func (m *SatellitePaystubResponse) XXX_Merge(src proto.Message) {
3905	xxx_messageInfo_SatellitePaystubResponse.Merge(m, src)
3906}
3907func (m *SatellitePaystubResponse) XXX_Size() int {
3908	return xxx_messageInfo_SatellitePaystubResponse.Size(m)
3909}
3910func (m *SatellitePaystubResponse) XXX_DiscardUnknown() {
3911	xxx_messageInfo_SatellitePaystubResponse.DiscardUnknown(m)
3912}
3913
3914var xxx_messageInfo_SatellitePaystubResponse proto.InternalMessageInfo
3915
3916func (m *SatellitePaystubResponse) GetPaystub() *Paystub {
3917	if m != nil {
3918		return m.Paystub
3919	}
3920	return nil
3921}
3922
3923type PeriodPaystubRequest struct {
3924	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
3925	Period               string         `protobuf:"bytes,2,opt,name=period,proto3" json:"period,omitempty"`
3926	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
3927	XXX_unrecognized     []byte         `json:"-"`
3928	XXX_sizecache        int32          `json:"-"`
3929}
3930
3931func (m *PeriodPaystubRequest) Reset()         { *m = PeriodPaystubRequest{} }
3932func (m *PeriodPaystubRequest) String() string { return proto.CompactTextString(m) }
3933func (*PeriodPaystubRequest) ProtoMessage()    {}
3934func (*PeriodPaystubRequest) Descriptor() ([]byte, []int) {
3935	return fileDescriptor_9a45fd79b06f3a1b, []int{85}
3936}
3937func (m *PeriodPaystubRequest) XXX_Unmarshal(b []byte) error {
3938	return xxx_messageInfo_PeriodPaystubRequest.Unmarshal(m, b)
3939}
3940func (m *PeriodPaystubRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3941	return xxx_messageInfo_PeriodPaystubRequest.Marshal(b, m, deterministic)
3942}
3943func (m *PeriodPaystubRequest) XXX_Merge(src proto.Message) {
3944	xxx_messageInfo_PeriodPaystubRequest.Merge(m, src)
3945}
3946func (m *PeriodPaystubRequest) XXX_Size() int {
3947	return xxx_messageInfo_PeriodPaystubRequest.Size(m)
3948}
3949func (m *PeriodPaystubRequest) XXX_DiscardUnknown() {
3950	xxx_messageInfo_PeriodPaystubRequest.DiscardUnknown(m)
3951}
3952
3953var xxx_messageInfo_PeriodPaystubRequest proto.InternalMessageInfo
3954
3955func (m *PeriodPaystubRequest) GetHeader() *RequestHeader {
3956	if m != nil {
3957		return m.Header
3958	}
3959	return nil
3960}
3961
3962func (m *PeriodPaystubRequest) GetPeriod() string {
3963	if m != nil {
3964		return m.Period
3965	}
3966	return ""
3967}
3968
3969type PeriodPaystubResponse struct {
3970	Paystub              *Paystub `protobuf:"bytes,1,opt,name=paystub,proto3" json:"paystub,omitempty"`
3971	XXX_NoUnkeyedLiteral struct{} `json:"-"`
3972	XXX_unrecognized     []byte   `json:"-"`
3973	XXX_sizecache        int32    `json:"-"`
3974}
3975
3976func (m *PeriodPaystubResponse) Reset()         { *m = PeriodPaystubResponse{} }
3977func (m *PeriodPaystubResponse) String() string { return proto.CompactTextString(m) }
3978func (*PeriodPaystubResponse) ProtoMessage()    {}
3979func (*PeriodPaystubResponse) Descriptor() ([]byte, []int) {
3980	return fileDescriptor_9a45fd79b06f3a1b, []int{86}
3981}
3982func (m *PeriodPaystubResponse) XXX_Unmarshal(b []byte) error {
3983	return xxx_messageInfo_PeriodPaystubResponse.Unmarshal(m, b)
3984}
3985func (m *PeriodPaystubResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3986	return xxx_messageInfo_PeriodPaystubResponse.Marshal(b, m, deterministic)
3987}
3988func (m *PeriodPaystubResponse) XXX_Merge(src proto.Message) {
3989	xxx_messageInfo_PeriodPaystubResponse.Merge(m, src)
3990}
3991func (m *PeriodPaystubResponse) XXX_Size() int {
3992	return xxx_messageInfo_PeriodPaystubResponse.Size(m)
3993}
3994func (m *PeriodPaystubResponse) XXX_DiscardUnknown() {
3995	xxx_messageInfo_PeriodPaystubResponse.DiscardUnknown(m)
3996}
3997
3998var xxx_messageInfo_PeriodPaystubResponse proto.InternalMessageInfo
3999
4000func (m *PeriodPaystubResponse) GetPaystub() *Paystub {
4001	if m != nil {
4002		return m.Paystub
4003	}
4004	return nil
4005}
4006
4007type SatellitePeriodPaystubRequest struct {
4008	Header               *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
4009	SatelliteId          NodeID         `protobuf:"bytes,2,opt,name=satellite_id,json=satelliteId,proto3,customtype=NodeID" json:"satellite_id"`
4010	Period               string         `protobuf:"bytes,3,opt,name=period,proto3" json:"period,omitempty"`
4011	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
4012	XXX_unrecognized     []byte         `json:"-"`
4013	XXX_sizecache        int32          `json:"-"`
4014}
4015
4016func (m *SatellitePeriodPaystubRequest) Reset()         { *m = SatellitePeriodPaystubRequest{} }
4017func (m *SatellitePeriodPaystubRequest) String() string { return proto.CompactTextString(m) }
4018func (*SatellitePeriodPaystubRequest) ProtoMessage()    {}
4019func (*SatellitePeriodPaystubRequest) Descriptor() ([]byte, []int) {
4020	return fileDescriptor_9a45fd79b06f3a1b, []int{87}
4021}
4022func (m *SatellitePeriodPaystubRequest) XXX_Unmarshal(b []byte) error {
4023	return xxx_messageInfo_SatellitePeriodPaystubRequest.Unmarshal(m, b)
4024}
4025func (m *SatellitePeriodPaystubRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
4026	return xxx_messageInfo_SatellitePeriodPaystubRequest.Marshal(b, m, deterministic)
4027}
4028func (m *SatellitePeriodPaystubRequest) XXX_Merge(src proto.Message) {
4029	xxx_messageInfo_SatellitePeriodPaystubRequest.Merge(m, src)
4030}
4031func (m *SatellitePeriodPaystubRequest) XXX_Size() int {
4032	return xxx_messageInfo_SatellitePeriodPaystubRequest.Size(m)
4033}
4034func (m *SatellitePeriodPaystubRequest) XXX_DiscardUnknown() {
4035	xxx_messageInfo_SatellitePeriodPaystubRequest.DiscardUnknown(m)
4036}
4037
4038var xxx_messageInfo_SatellitePeriodPaystubRequest proto.InternalMessageInfo
4039
4040func (m *SatellitePeriodPaystubRequest) GetHeader() *RequestHeader {
4041	if m != nil {
4042		return m.Header
4043	}
4044	return nil
4045}
4046
4047func (m *SatellitePeriodPaystubRequest) GetPeriod() string {
4048	if m != nil {
4049		return m.Period
4050	}
4051	return ""
4052}
4053
4054type SatellitePeriodPaystubResponse struct {
4055	Paystub              *Paystub `protobuf:"bytes,1,opt,name=paystub,proto3" json:"paystub,omitempty"`
4056	XXX_NoUnkeyedLiteral struct{} `json:"-"`
4057	XXX_unrecognized     []byte   `json:"-"`
4058	XXX_sizecache        int32    `json:"-"`
4059}
4060
4061func (m *SatellitePeriodPaystubResponse) Reset()         { *m = SatellitePeriodPaystubResponse{} }
4062func (m *SatellitePeriodPaystubResponse) String() string { return proto.CompactTextString(m) }
4063func (*SatellitePeriodPaystubResponse) ProtoMessage()    {}
4064func (*SatellitePeriodPaystubResponse) Descriptor() ([]byte, []int) {
4065	return fileDescriptor_9a45fd79b06f3a1b, []int{88}
4066}
4067func (m *SatellitePeriodPaystubResponse) XXX_Unmarshal(b []byte) error {
4068	return xxx_messageInfo_SatellitePeriodPaystubResponse.Unmarshal(m, b)
4069}
4070func (m *SatellitePeriodPaystubResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
4071	return xxx_messageInfo_SatellitePeriodPaystubResponse.Marshal(b, m, deterministic)
4072}
4073func (m *SatellitePeriodPaystubResponse) XXX_Merge(src proto.Message) {
4074	xxx_messageInfo_SatellitePeriodPaystubResponse.Merge(m, src)
4075}
4076func (m *SatellitePeriodPaystubResponse) XXX_Size() int {
4077	return xxx_messageInfo_SatellitePeriodPaystubResponse.Size(m)
4078}
4079func (m *SatellitePeriodPaystubResponse) XXX_DiscardUnknown() {
4080	xxx_messageInfo_SatellitePeriodPaystubResponse.DiscardUnknown(m)
4081}
4082
4083var xxx_messageInfo_SatellitePeriodPaystubResponse proto.InternalMessageInfo
4084
4085func (m *SatellitePeriodPaystubResponse) GetPaystub() *Paystub {
4086	if m != nil {
4087		return m.Paystub
4088	}
4089	return nil
4090}
4091
4092func init() {
4093	proto.RegisterType((*RequestHeader)(nil), "multinode.RequestHeader")
4094	proto.RegisterType((*DiskSpaceRequest)(nil), "multinode.DiskSpaceRequest")
4095	proto.RegisterType((*DiskSpaceResponse)(nil), "multinode.DiskSpaceResponse")
4096	proto.RegisterType((*StorageUsage)(nil), "multinode.StorageUsage")
4097	proto.RegisterType((*StorageUsageRequest)(nil), "multinode.StorageUsageRequest")
4098	proto.RegisterType((*StorageUsageResponse)(nil), "multinode.StorageUsageResponse")
4099	proto.RegisterType((*StorageUsageSatelliteRequest)(nil), "multinode.StorageUsageSatelliteRequest")
4100	proto.RegisterType((*StorageUsageSatelliteResponse)(nil), "multinode.StorageUsageSatelliteResponse")
4101	proto.RegisterType((*BandwidthMonthSummaryRequest)(nil), "multinode.BandwidthMonthSummaryRequest")
4102	proto.RegisterType((*BandwidthMonthSummaryResponse)(nil), "multinode.BandwidthMonthSummaryResponse")
4103	proto.RegisterType((*BandwidthSummarySatelliteRequest)(nil), "multinode.BandwidthSummarySatelliteRequest")
4104	proto.RegisterType((*BandwidthSummarySatelliteResponse)(nil), "multinode.BandwidthSummarySatelliteResponse")
4105	proto.RegisterType((*BandwidthSummaryRequest)(nil), "multinode.BandwidthSummaryRequest")
4106	proto.RegisterType((*BandwidthSummaryResponse)(nil), "multinode.BandwidthSummaryResponse")
4107	proto.RegisterType((*EgressSummarySatelliteRequest)(nil), "multinode.EgressSummarySatelliteRequest")
4108	proto.RegisterType((*EgressSummarySatelliteResponse)(nil), "multinode.EgressSummarySatelliteResponse")
4109	proto.RegisterType((*EgressSummaryRequest)(nil), "multinode.EgressSummaryRequest")
4110	proto.RegisterType((*EgressSummaryResponse)(nil), "multinode.EgressSummaryResponse")
4111	proto.RegisterType((*IngressSummarySatelliteRequest)(nil), "multinode.IngressSummarySatelliteRequest")
4112	proto.RegisterType((*IngressSummarySatelliteResponse)(nil), "multinode.IngressSummarySatelliteResponse")
4113	proto.RegisterType((*IngressSummaryRequest)(nil), "multinode.IngressSummaryRequest")
4114	proto.RegisterType((*IngressSummaryResponse)(nil), "multinode.IngressSummaryResponse")
4115	proto.RegisterType((*DailySatelliteRequest)(nil), "multinode.DailySatelliteRequest")
4116	proto.RegisterType((*DailySatelliteResponse)(nil), "multinode.DailySatelliteResponse")
4117	proto.RegisterType((*DailyRequest)(nil), "multinode.DailyRequest")
4118	proto.RegisterType((*DailyResponse)(nil), "multinode.DailyResponse")
4119	proto.RegisterType((*UsageRollup)(nil), "multinode.UsageRollup")
4120	proto.RegisterType((*Egress)(nil), "multinode.Egress")
4121	proto.RegisterType((*Ingress)(nil), "multinode.Ingress")
4122	proto.RegisterType((*VersionRequest)(nil), "multinode.VersionRequest")
4123	proto.RegisterType((*VersionResponse)(nil), "multinode.VersionResponse")
4124	proto.RegisterType((*LastContactRequest)(nil), "multinode.LastContactRequest")
4125	proto.RegisterType((*LastContactResponse)(nil), "multinode.LastContactResponse")
4126	proto.RegisterType((*ReputationRequest)(nil), "multinode.ReputationRequest")
4127	proto.RegisterType((*AuditWindow)(nil), "multinode.AuditWindow")
4128	proto.RegisterType((*ReputationResponse)(nil), "multinode.ReputationResponse")
4129	proto.RegisterType((*ReputationResponse_Online)(nil), "multinode.ReputationResponse.Online")
4130	proto.RegisterType((*ReputationResponse_Audit)(nil), "multinode.ReputationResponse.Audit")
4131	proto.RegisterType((*TrustedSatellitesRequest)(nil), "multinode.TrustedSatellitesRequest")
4132	proto.RegisterType((*TrustedSatellitesResponse)(nil), "multinode.TrustedSatellitesResponse")
4133	proto.RegisterType((*TrustedSatellitesResponse_NodeURL)(nil), "multinode.TrustedSatellitesResponse.NodeURL")
4134	proto.RegisterType((*OperatorRequest)(nil), "multinode.OperatorRequest")
4135	proto.RegisterType((*OperatorResponse)(nil), "multinode.OperatorResponse")
4136	proto.RegisterType((*EstimatedPayoutSatelliteRequest)(nil), "multinode.EstimatedPayoutSatelliteRequest")
4137	proto.RegisterType((*EstimatedPayoutSatelliteResponse)(nil), "multinode.EstimatedPayoutSatelliteResponse")
4138	proto.RegisterType((*EstimatedPayoutRequest)(nil), "multinode.EstimatedPayoutRequest")
4139	proto.RegisterType((*EstimatedPayoutResponse)(nil), "multinode.EstimatedPayoutResponse")
4140	proto.RegisterType((*SummaryRequest)(nil), "multinode.SummaryRequest")
4141	proto.RegisterType((*SummaryResponse)(nil), "multinode.SummaryResponse")
4142	proto.RegisterType((*SummaryPeriodRequest)(nil), "multinode.SummaryPeriodRequest")
4143	proto.RegisterType((*SummaryPeriodResponse)(nil), "multinode.SummaryPeriodResponse")
4144	proto.RegisterType((*SummarySatelliteRequest)(nil), "multinode.SummarySatelliteRequest")
4145	proto.RegisterType((*SummarySatelliteResponse)(nil), "multinode.SummarySatelliteResponse")
4146	proto.RegisterType((*SummarySatellitePeriodRequest)(nil), "multinode.SummarySatellitePeriodRequest")
4147	proto.RegisterType((*SummarySatellitePeriodResponse)(nil), "multinode.SummarySatellitePeriodResponse")
4148	proto.RegisterType((*EarnedRequest)(nil), "multinode.EarnedRequest")
4149	proto.RegisterType((*EarnedResponse)(nil), "multinode.EarnedResponse")
4150	proto.RegisterType((*EarnedSatelliteRequest)(nil), "multinode.EarnedSatelliteRequest")
4151	proto.RegisterType((*EarnedSatelliteResponse)(nil), "multinode.EarnedSatelliteResponse")
4152	proto.RegisterType((*EarnedSatellite)(nil), "multinode.EarnedSatellite")
4153	proto.RegisterType((*UndistributedRequest)(nil), "multinode.UndistributedRequest")
4154	proto.RegisterType((*UndistributedResponse)(nil), "multinode.UndistributedResponse")
4155	proto.RegisterType((*PaystubSatelliteRequest)(nil), "multinode.PaystubSatelliteRequest")
4156	proto.RegisterType((*PaystubSatelliteResponse)(nil), "multinode.PaystubSatelliteResponse")
4157	proto.RegisterType((*PaystubRequest)(nil), "multinode.PaystubRequest")
4158	proto.RegisterType((*PaystubResponse)(nil), "multinode.PaystubResponse")
4159	proto.RegisterType((*PaystubPeriodRequest)(nil), "multinode.PaystubPeriodRequest")
4160	proto.RegisterType((*PaystubPeriodResponse)(nil), "multinode.PaystubPeriodResponse")
4161	proto.RegisterType((*PaystubSatellitePeriodRequest)(nil), "multinode.PaystubSatellitePeriodRequest")
4162	proto.RegisterType((*PaystubSatellitePeriodResponse)(nil), "multinode.PaystubSatellitePeriodResponse")
4163	proto.RegisterType((*PayoutInfo)(nil), "multinode.PayoutInfo")
4164	proto.RegisterType((*Paystub)(nil), "multinode.Paystub")
4165	proto.RegisterType((*HeldAmountHistoryRequest)(nil), "multinode.HeldAmountHistoryRequest")
4166	proto.RegisterType((*HeldAmountHistoryResponse)(nil), "multinode.HeldAmountHistoryResponse")
4167	proto.RegisterType((*HeldAmountHistoryResponse_HeldAmount)(nil), "multinode.HeldAmountHistoryResponse.HeldAmount")
4168	proto.RegisterType((*HeldAmountHistoryResponse_HeldAmountHistory)(nil), "multinode.HeldAmountHistoryResponse.HeldAmountHistory")
4169	proto.RegisterType((*EstimatedPayoutTotalRequest)(nil), "multinode.EstimatedPayoutTotalRequest")
4170	proto.RegisterType((*EstimatedPayoutTotalResponse)(nil), "multinode.EstimatedPayoutTotalResponse")
4171	proto.RegisterType((*AllSatellitesSummaryRequest)(nil), "multinode.AllSatellitesSummaryRequest")
4172	proto.RegisterType((*AllSatellitesSummaryResponse)(nil), "multinode.AllSatellitesSummaryResponse")
4173	proto.RegisterType((*AllSatellitesPeriodSummaryRequest)(nil), "multinode.AllSatellitesPeriodSummaryRequest")
4174	proto.RegisterType((*AllSatellitesPeriodSummaryResponse)(nil), "multinode.AllSatellitesPeriodSummaryResponse")
4175	proto.RegisterType((*SatelliteSummaryRequest)(nil), "multinode.SatelliteSummaryRequest")
4176	proto.RegisterType((*SatelliteSummaryResponse)(nil), "multinode.SatelliteSummaryResponse")
4177	proto.RegisterType((*SatellitePeriodSummaryRequest)(nil), "multinode.SatellitePeriodSummaryRequest")
4178	proto.RegisterType((*SatellitePeriodSummaryResponse)(nil), "multinode.SatellitePeriodSummaryResponse")
4179	proto.RegisterType((*EarnedPerSatelliteRequest)(nil), "multinode.EarnedPerSatelliteRequest")
4180	proto.RegisterType((*EarnedPerSatelliteResponse)(nil), "multinode.EarnedPerSatelliteResponse")
4181	proto.RegisterType((*SatellitePaystubRequest)(nil), "multinode.SatellitePaystubRequest")
4182	proto.RegisterType((*SatellitePaystubResponse)(nil), "multinode.SatellitePaystubResponse")
4183	proto.RegisterType((*PeriodPaystubRequest)(nil), "multinode.PeriodPaystubRequest")
4184	proto.RegisterType((*PeriodPaystubResponse)(nil), "multinode.PeriodPaystubResponse")
4185	proto.RegisterType((*SatellitePeriodPaystubRequest)(nil), "multinode.SatellitePeriodPaystubRequest")
4186	proto.RegisterType((*SatellitePeriodPaystubResponse)(nil), "multinode.SatellitePeriodPaystubResponse")
4187}
4188
4189func init() { proto.RegisterFile("multinode.proto", fileDescriptor_9a45fd79b06f3a1b) }
4190
4191var fileDescriptor_9a45fd79b06f3a1b = []byte{
4192	// 2847 bytes of a gzipped FileDescriptorProto
4193	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x5a, 0xcd, 0x73, 0xdb, 0xc6,
4194	0x15, 0x2f, 0x45, 0x89, 0x14, 0x1f, 0x49, 0x51, 0xda, 0xe8, 0x83, 0x82, 0xf5, 0x65, 0xc8, 0xb5,
4195	0xe5, 0xc6, 0x91, 0x13, 0x25, 0x93, 0x36, 0x69, 0x32, 0x0d, 0x65, 0x3b, 0x91, 0x12, 0x39, 0x56,
4196	0x21, 0x3b, 0xcd, 0xc4, 0x9d, 0x30, 0x10, 0xb1, 0x92, 0x90, 0x80, 0x00, 0x03, 0x2c, 0xa5, 0x6a,
4197	0xa6, 0x93, 0xf6, 0xd0, 0xa6, 0xa7, 0xce, 0xf4, 0x9c, 0xe9, 0x5f, 0xd1, 0x4b, 0x8f, 0xbd, 0x75,
4198	0x32, 0xd3, 0xff, 0xa0, 0x87, 0x74, 0xa6, 0xb7, 0x5e, 0x7a, 0xe9, 0xad, 0xa7, 0xce, 0x7e, 0x00,
4199	0xc4, 0xe2, 0x8b, 0x12, 0x68, 0x8f, 0x7a, 0xc3, 0xee, 0xbe, 0xf7, 0xdb, 0xf7, 0xde, 0xee, 0x3e,
4200	0xbc, 0xf7, 0x76, 0xa1, 0xd1, 0xed, 0x5b, 0xc4, 0xb4, 0x1d, 0x03, 0x6f, 0xf6, 0x5c, 0x87, 0x38,
4201	0xa8, 0x12, 0x74, 0x28, 0x70, 0xec, 0x1c, 0x3b, 0xbc, 0x5b, 0x59, 0x3d, 0x76, 0x9c, 0x63, 0x0b,
4202	0xdf, 0x65, 0xad, 0xc3, 0xfe, 0xd1, 0x5d, 0x62, 0x76, 0xb1, 0x47, 0xf4, 0x6e, 0x8f, 0x13, 0xa8,
4203	0x1b, 0x50, 0xd7, 0xf0, 0x97, 0x7d, 0xec, 0x91, 0x1d, 0xac, 0x1b, 0xd8, 0x45, 0x0b, 0x50, 0xd6,
4204	0x7b, 0x66, 0xfb, 0x0b, 0x7c, 0xde, 0x2c, 0xac, 0x15, 0x36, 0x6a, 0x5a, 0x49, 0xef, 0x99, 0x1f,
4205	0xe0, 0x73, 0xf5, 0x3e, 0x4c, 0xdf, 0x37, 0xbd, 0x2f, 0x0e, 0x7a, 0x7a, 0x07, 0x0b, 0x16, 0xf4,
4206	0x32, 0x94, 0x4e, 0x18, 0x1b, 0xa3, 0xad, 0x6e, 0x35, 0x37, 0x07, 0x72, 0x49, 0xb0, 0x9a, 0xa0,
4207	0x53, 0xff, 0x52, 0x80, 0x99, 0x10, 0x8c, 0xd7, 0x73, 0x6c, 0x0f, 0xa3, 0x25, 0xa8, 0xe8, 0x96,
4208	0xe5, 0x74, 0x74, 0x82, 0x0d, 0x06, 0x55, 0xd4, 0x06, 0x1d, 0x68, 0x15, 0xaa, 0x7d, 0x0f, 0x1b,
4209	0xed, 0x9e, 0x89, 0x3b, 0xd8, 0x6b, 0x8e, 0xb1, 0x71, 0xa0, 0x5d, 0xfb, 0xac, 0x07, 0x2d, 0x03,
4210	0x6b, 0xb5, 0x89, 0xab, 0x7b, 0x27, 0xcd, 0x22, 0xe7, 0xa7, 0x3d, 0x8f, 0x69, 0x07, 0x42, 0x30,
4211	0x7e, 0xe4, 0x62, 0xdc, 0x1c, 0x67, 0x03, 0xec, 0x9b, 0xcd, 0x78, 0xaa, 0x9b, 0x96, 0x7e, 0x68,
4212	0xe1, 0xe6, 0x84, 0x98, 0xd1, 0xef, 0x40, 0x0a, 0x4c, 0x3a, 0xa7, 0xd8, 0xa5, 0x10, 0xcd, 0x12,
4213	0x1b, 0x0c, 0xda, 0xea, 0xaf, 0xa0, 0x76, 0x40, 0x1c, 0x57, 0x3f, 0xc6, 0x4f, 0x3c, 0xfd, 0x18,
4214	0x23, 0x15, 0xea, 0x3a, 0x69, 0xbb, 0xd8, 0x23, 0x6d, 0xe2, 0x10, 0xdd, 0x62, 0xf2, 0x17, 0xb4,
4215	0xaa, 0x4e, 0x34, 0xec, 0x91, 0xc7, 0xb4, 0x0b, 0x7d, 0x00, 0x53, 0xa6, 0x4d, 0xb0, 0x7b, 0xaa,
4216	0x5b, 0x6d, 0x8f, 0xe8, 0x2e, 0x61, 0x4a, 0x54, 0xb7, 0x94, 0x4d, 0xbe, 0x3e, 0x9b, 0xfe, 0xfa,
4217	0x6c, 0x3e, 0xf6, 0xd7, 0x67, 0x7b, 0xf2, 0xdb, 0xef, 0x56, 0xbf, 0xf7, 0x87, 0x7f, 0xac, 0x16,
4218	0xb4, 0xba, 0xcf, 0x7b, 0x40, 0x59, 0xd5, 0x3f, 0x17, 0xe0, 0x85, 0xb0, 0x04, 0xb9, 0x17, 0x03,
4219	0xfd, 0x88, 0x1a, 0xc6, 0xe9, 0x5e, 0x4a, 0x18, 0xc6, 0x81, 0x5e, 0x83, 0x31, 0xe2, 0x30, 0x4b,
4220	0x5f, 0x94, 0x6f, 0x8c, 0x38, 0xaa, 0x0d, 0xb3, 0xb2, 0xe0, 0x62, 0xf9, 0xdf, 0x82, 0xba, 0xc7,
4221	0xfb, 0xdb, 0x7d, 0x3a, 0xd0, 0x2c, 0xac, 0x15, 0x37, 0xaa, 0x5b, 0x0b, 0x21, 0x05, 0x24, 0xbe,
4222	0x9a, 0x17, 0x5e, 0x80, 0x26, 0x94, 0xbd, 0x7e, 0xb7, 0xab, 0xbb, 0xe7, 0x4c, 0x91, 0x82, 0xe6,
4223	0x37, 0xd5, 0xff, 0x14, 0x60, 0x29, 0xcc, 0x78, 0xa0, 0x13, 0x6c, 0x59, 0x26, 0x19, 0xc1, 0x64,
4224	0xaf, 0x40, 0xcd, 0xf3, 0x51, 0xda, 0xa6, 0xc1, 0x66, 0xac, 0x6d, 0x4f, 0x51, 0x35, 0xff, 0xfe,
4225	0xdd, 0x6a, 0xe9, 0x43, 0xc7, 0xc0, 0xbb, 0xf7, 0xb5, 0x6a, 0x40, 0xb3, 0x6b, 0x04, 0x56, 0x2e,
4226	0xe6, 0xb4, 0xf2, 0xf8, 0x25, 0xad, 0x7c, 0x06, 0xcb, 0x29, 0x4a, 0x3f, 0x67, 0x73, 0xef, 0xc3,
4227	0xd2, 0xb6, 0x6e, 0x1b, 0x67, 0xa6, 0x41, 0x4e, 0x1e, 0x3a, 0x36, 0x39, 0x39, 0xe0, 0x03, 0xf9,
4228	0xbd, 0xc5, 0xab, 0xb0, 0x9c, 0x82, 0x28, 0x54, 0x41, 0x30, 0xce, 0x0e, 0x29, 0xf7, 0x19, 0xec,
4229	0x5b, 0xfd, 0x5d, 0x01, 0xd6, 0x02, 0x2e, 0xc1, 0x70, 0x25, 0x2b, 0xaf, 0xbe, 0x0d, 0xd7, 0x33,
4230	0x04, 0x11, 0x2a, 0x84, 0xec, 0xc9, 0xb5, 0x08, 0xec, 0xf9, 0x01, 0x2c, 0x44, 0xd9, 0xf3, 0x9b,
4231	0xf2, 0x35, 0x68, 0xc6, 0xc1, 0x86, 0x8a, 0xf0, 0x9b, 0x02, 0x2c, 0x3f, 0x38, 0x76, 0xb1, 0xe7,
4232	0x5d, 0xa9, 0x21, 0xdf, 0x84, 0x95, 0x34, 0x29, 0x86, 0xaa, 0xb0, 0x03, 0xb3, 0x12, 0x6f, 0x7e,
4233	0x13, 0xbe, 0x02, 0x73, 0x11, 0xa4, 0xa1, 0x93, 0xff, 0xb6, 0x00, 0x2b, 0xbb, 0xf6, 0xd5, 0x1b,
4234	0xf0, 0xc7, 0xb0, 0x9a, 0x2a, 0xc6, 0x50, 0x25, 0x76, 0x61, 0x4e, 0x66, 0xce, 0x6f, 0xc2, 0x2d,
4235	0x98, 0x8f, 0x42, 0x0d, 0x9d, 0xfe, 0x97, 0x30, 0x77, 0x5f, 0x37, 0xad, 0x2b, 0xb2, 0xdc, 0x01,
4236	0xcc, 0x47, 0x67, 0x17, 0x12, 0xbf, 0x01, 0x35, 0xe6, 0x3e, 0xdb, 0xae, 0x63, 0x59, 0xfd, 0x9e,
4237	0xf0, 0xa2, 0xf3, 0x21, 0x21, 0xb8, 0xfb, 0x64, 0xa3, 0x5a, 0xb5, 0x3f, 0x68, 0xa8, 0xef, 0x40,
4238	0x8d, 0x81, 0xe6, 0x37, 0xe4, 0xfb, 0x50, 0x17, 0x08, 0xa3, 0x4b, 0xf3, 0xb7, 0x02, 0x54, 0x43,
4239	0x83, 0xe8, 0x36, 0x94, 0x30, 0x5b, 0x23, 0x21, 0xcd, 0x4c, 0x08, 0x84, 0x1f, 0x00, 0x4d, 0x10,
4240	0xa0, 0x3b, 0x50, 0x36, 0xf9, 0x7a, 0x8a, 0x20, 0x02, 0x85, 0x68, 0xc5, 0x4a, 0x6b, 0x3e, 0x09,
4241	0x9a, 0x87, 0x92, 0x81, 0x2d, 0x4c, 0xb0, 0x88, 0xd1, 0x44, 0x2b, 0x21, 0x3c, 0x1a, 0xcf, 0x1f,
4242	0x1e, 0xed, 0x41, 0xe9, 0x41, 0x30, 0x9d, 0x8b, 0x7b, 0xba, 0xe9, 0x8a, 0x1d, 0x25, 0x5a, 0x68,
4243	0x16, 0x26, 0xf4, 0xbe, 0x61, 0x12, 0x11, 0x49, 0xf2, 0x06, 0xed, 0xe5, 0x7f, 0x43, 0x2e, 0x1b,
4244	0x6f, 0xa8, 0x3f, 0x84, 0xf2, 0xae, 0x2d, 0xc3, 0x19, 0x12, 0x9c, 0x31, 0x60, 0x1c, 0x0b, 0x33,
4245	0x6e, 0xc3, 0xd4, 0x47, 0xd8, 0xf5, 0x4c, 0xc7, 0xce, 0xbf, 0xc8, 0x2f, 0x42, 0x23, 0xc0, 0x18,
4246	0x1c, 0x93, 0x53, 0xde, 0xc5, 0x50, 0x2a, 0x9a, 0xdf, 0x54, 0xdf, 0x05, 0xb4, 0xa7, 0x7b, 0xe4,
4247	0x9e, 0x63, 0x13, 0xbd, 0x43, 0xf2, 0x4f, 0xfa, 0x29, 0xbc, 0x20, 0xe1, 0x88, 0x89, 0xdf, 0x83,
4248	0x9a, 0xa5, 0x7b, 0xa4, 0xdd, 0xe1, 0xfd, 0x02, 0xee, 0x62, 0x2b, 0x54, 0xb5, 0x06, 0x80, 0xea,
4249	0x2f, 0x60, 0x46, 0xc3, 0xbd, 0x3e, 0xd1, 0xc9, 0x28, 0xb6, 0xc9, 0x73, 0x94, 0xbf, 0x29, 0x40,
4250	0xb5, 0x45, 0xd7, 0xfa, 0x67, 0xa6, 0x6d, 0x38, 0x67, 0x54, 0xa5, 0x33, 0xf6, 0x25, 0x36, 0xdd,
4251	0xa5, 0x54, 0xe2, 0x9c, 0x6c, 0xcb, 0xa1, 0xeb, 0x50, 0x73, 0x6c, 0xcb, 0xb4, 0x71, 0xbb, 0xe3,
4252	0xf4, 0x6d, 0xbe, 0xaf, 0x26, 0xb4, 0x2a, 0xef, 0xbb, 0x47, 0xbb, 0x68, 0x0e, 0xc3, 0xb2, 0x03,
4253	0x41, 0x51, 0x64, 0x14, 0xc0, 0xba, 0x18, 0x81, 0xfa, 0xdf, 0x32, 0xa0, 0xb0, 0x5d, 0x82, 0x58,
4254	0xad, 0xc4, 0x61, 0x84, 0x74, 0x37, 0x24, 0xc3, 0x44, 0xc9, 0x37, 0x1f, 0x31, 0x5a, 0x4d, 0xf0,
4255	0xa0, 0x37, 0xc2, 0x3b, 0xbd, 0xba, 0xb5, 0x9e, 0xcd, 0xcc, 0x6c, 0xe3, 0x1f, 0x87, 0x87, 0xd0,
4256	0x30, 0x4c, 0xef, 0xcb, 0xbe, 0x6e, 0x99, 0x47, 0x26, 0x36, 0xda, 0x3a, 0xb9, 0x60, 0x00, 0x5b,
4257	0x60, 0xf6, 0x99, 0x0a, 0x33, 0xb7, 0x08, 0xb5, 0xb5, 0xd7, 0xf7, 0x7a, 0xd8, 0x36, 0x38, 0xd6,
4258	0xf8, 0x25, 0xb0, 0xaa, 0x01, 0x67, 0x8b, 0xa0, 0x8f, 0x60, 0xd6, 0x39, 0x3a, 0x62, 0xc6, 0x96,
4259	0x00, 0x27, 0x2e, 0x01, 0x88, 0x04, 0xc2, 0x41, 0x08, 0xf7, 0x29, 0x2c, 0xf8, 0xb8, 0x7d, 0xdb,
4260	0xc0, 0x6e, 0xdb, 0xc5, 0xa7, 0x26, 0x3e, 0xa3, 0xd0, 0xa5, 0x4b, 0x40, 0xfb, 0xc2, 0x3d, 0xa1,
4261	0x18, 0x1a, 0x83, 0x68, 0x11, 0xd4, 0x82, 0xca, 0x29, 0x26, 0x84, 0x4b, 0x5a, 0xb9, 0x04, 0xdc,
4262	0x24, 0x67, 0x6b, 0x11, 0x74, 0x0f, 0xa0, 0xdf, 0x33, 0x74, 0x81, 0x51, 0xbe, 0xc4, 0x56, 0xad,
4263	0x08, 0x3e, 0x2e, 0xc7, 0xe7, 0x8e, 0x69, 0x73, 0x8c, 0xc9, 0x4b, 0x60, 0x4c, 0x72, 0xb6, 0x16,
4264	0x51, 0x56, 0xa0, 0xc4, 0x37, 0x19, 0xf5, 0x7b, 0x5e, 0xc7, 0x71, 0xb1, 0x48, 0x78, 0x79, 0x43,
4265	0xf9, 0xd3, 0x18, 0x4c, 0xb4, 0x7c, 0x87, 0x1a, 0x1f, 0x47, 0xb7, 0x61, 0x9a, 0xaf, 0x1b, 0x75,
4266	0x5a, 0x6d, 0x4e, 0xc0, 0xf3, 0x88, 0xc6, 0xa0, 0xff, 0x80, 0x91, 0x26, 0x9c, 0x99, 0x62, 0xf8,
4267	0xcc, 0xa0, 0x75, 0xa8, 0x7b, 0xfd, 0x4e, 0x07, 0x7b, 0x9e, 0x20, 0xe1, 0x19, 0x7e, 0x4d, 0x74,
4268	0x72, 0x22, 0xea, 0xed, 0xad, 0xde, 0x89, 0xce, 0x76, 0x48, 0x41, 0xe3, 0x0d, 0x9a, 0x38, 0x1c,
4269	0x62, 0xa2, 0xb3, 0xb5, 0x2d, 0x68, 0xec, 0x9b, 0xc2, 0xf5, 0xed, 0x2f, 0x6c, 0xe7, 0xcc, 0x6e,
4270	0x73, 0x8e, 0x32, 0x1b, 0xac, 0x89, 0xce, 0x16, 0x63, 0xbc, 0x0e, 0x7e, 0xbb, 0xcd, 0x00, 0x26,
4271	0x79, 0xb6, 0x2f, 0xfa, 0xb6, 0x29, 0xce, 0xcb, 0x50, 0x3e, 0x31, 0x69, 0xce, 0x74, 0xde, 0xac,
4272	0xc4, 0xfe, 0xc2, 0x21, 0x07, 0xa4, 0xf9, 0x64, 0xea, 0x1e, 0x34, 0x1f, 0xbb, 0x7d, 0x8f, 0x60,
4273	0x23, 0x08, 0x33, 0xbc, 0xfc, 0x1e, 0xfc, 0xaf, 0x05, 0x58, 0x4c, 0x80, 0x13, 0x1e, 0xe5, 0x29,
4274	0x20, 0xc2, 0x07, 0xdb, 0x81, 0x73, 0xf4, 0x44, 0xb8, 0x70, 0x27, 0x84, 0x9d, 0x8a, 0xb0, 0x49,
4275	0x7d, 0xeb, 0x13, 0x6d, 0x4f, 0x9b, 0x21, 0x51, 0x12, 0x65, 0x0f, 0xca, 0x62, 0x14, 0xdd, 0x82,
4276	0x32, 0xc5, 0x69, 0x8b, 0xff, 0x65, 0xdc, 0x37, 0x97, 0xe8, 0xf0, 0xae, 0x41, 0x7f, 0x69, 0xba,
4277	0x61, 0x04, 0x31, 0x44, 0x45, 0xf3, 0x9b, 0xea, 0x3d, 0x68, 0x3c, 0xea, 0x61, 0x57, 0x27, 0x8e,
4278	0x9b, 0xdf, 0x1a, 0x26, 0x4c, 0x0f, 0x40, 0x84, 0x0d, 0x66, 0x61, 0x02, 0x77, 0x75, 0xd3, 0x12,
4279	0xff, 0x50, 0xde, 0xa0, 0x3f, 0xf8, 0x33, 0xdd, 0xb2, 0x30, 0x11, 0x72, 0x88, 0x16, 0xba, 0x05,
4280	0x0d, 0xfe, 0xd5, 0x3e, 0xc2, 0x3a, 0xe9, 0xbb, 0xd8, 0x6b, 0x16, 0xd7, 0x8a, 0x1b, 0x15, 0x6d,
4281	0x8a, 0x77, 0xbf, 0x2b, 0x7a, 0xd5, 0xaf, 0x0b, 0xb0, 0xfa, 0xc0, 0x23, 0x66, 0x97, 0x1e, 0xb7,
4282	0x7d, 0xfd, 0xdc, 0xe9, 0x93, 0xab, 0x09, 0x5a, 0x7f, 0x0a, 0x6b, 0xe9, 0x72, 0x08, 0x1b, 0xbc,
4283	0x04, 0x08, 0xfb, 0x34, 0x6d, 0xac, 0xbb, 0xb6, 0x69, 0x1f, 0x7b, 0x22, 0xb4, 0x99, 0x09, 0x46,
4284	0x1e, 0x88, 0x01, 0xf5, 0x7d, 0x98, 0x8f, 0x40, 0xe6, 0x5f, 0x92, 0x1d, 0x58, 0x88, 0x61, 0xe5,
4285	0x93, 0x6a, 0x1b, 0xa6, 0x46, 0xce, 0x49, 0x76, 0xa1, 0x11, 0x4d, 0x46, 0x5e, 0x87, 0x6a, 0x8f,
4286	0xc9, 0xd5, 0x36, 0xed, 0x23, 0x47, 0x20, 0xcd, 0x85, 0x90, 0xb8, 0xd4, 0xbb, 0xf6, 0x91, 0xa3,
4287	0x41, 0x2f, 0xf8, 0x56, 0x3f, 0x83, 0x59, 0x01, 0xb5, 0x8f, 0x5d, 0xd3, 0x31, 0xf2, 0x2f, 0xfa,
4288	0x3c, 0x94, 0x7a, 0x0c, 0xc2, 0xdf, 0x8b, 0xbc, 0xa5, 0x3e, 0x82, 0xb9, 0xc8, 0x0c, 0x23, 0x8a,
4289	0xfc, 0x15, 0x2c, 0x5c, 0x69, 0x66, 0xaa, 0x41, 0x33, 0x35, 0x25, 0xcd, 0xab, 0xd3, 0x1f, 0x0b,
4290	0xb0, 0x1c, 0x05, 0x1d, 0x75, 0x41, 0x72, 0x14, 0xfe, 0x06, 0x6b, 0x58, 0x94, 0xd6, 0xf0, 0x63,
4291	0x58, 0x49, 0x93, 0x6e, 0x44, 0xc5, 0x5b, 0x50, 0xa7, 0x47, 0x03, 0xe7, 0xd7, 0x53, 0xbd, 0x09,
4292	0x53, 0x3e, 0xc4, 0xc0, 0x59, 0x0e, 0x0a, 0xdb, 0x45, 0x8d, 0x37, 0x98, 0x3f, 0x60, 0x74, 0xa3,
4293	0x6f, 0x1b, 0xf5, 0x33, 0x58, 0x88, 0x61, 0x89, 0xc9, 0x1f, 0xc0, 0x34, 0x66, 0x43, 0x83, 0x9f,
4294	0x95, 0xf8, 0x57, 0x29, 0xe1, 0xac, 0x34, 0xc2, 0xdd, 0xc0, 0x72, 0x87, 0xfa, 0x09, 0x34, 0x22,
4295	0x34, 0xc9, 0x6a, 0xe5, 0xd9, 0xc1, 0x3b, 0x30, 0xfb, 0xc4, 0x36, 0x4c, 0x8f, 0xb8, 0xe6, 0x61,
4296	0x9f, 0x8c, 0x62, 0xfb, 0x97, 0x60, 0x2e, 0x82, 0x94, 0xb9, 0x04, 0x5f, 0xc1, 0xc2, 0xbe, 0x7e,
4297	0xee, 0x91, 0xfe, 0xe1, 0xd5, 0x1c, 0xdd, 0x1d, 0x68, 0xc6, 0xe7, 0x17, 0x12, 0xdf, 0x81, 0x72,
4298	0x8f, 0x8f, 0x09, 0x09, 0x90, 0xbc, 0x7b, 0xe9, 0x88, 0xe6, 0x93, 0x50, 0x37, 0xee, 0xf7, 0xe5,
4299	0x36, 0xde, 0x4f, 0xa0, 0x11, 0x60, 0xe4, 0x12, 0xe2, 0x33, 0x98, 0x15, 0x7d, 0xcf, 0xcb, 0x79,
4300	0x3f, 0x80, 0xb9, 0xc8, 0x0c, 0xb9, 0x04, 0xa5, 0xee, 0x2d, 0x6a, 0xf8, 0xff, 0x23, 0xf7, 0xf6,
4301	0x21, 0xac, 0xa4, 0x49, 0x97, 0x4b, 0xdd, 0xd7, 0x00, 0x06, 0xee, 0x8e, 0x06, 0xee, 0x27, 0xd8,
4302	0x0a, 0x2a, 0xfe, 0xf4, 0x9b, 0xf6, 0xb1, 0xba, 0x0c, 0x2f, 0xc0, 0xb0, 0x6f, 0xf5, 0xf7, 0x45,
4303	0x28, 0x0b, 0x28, 0xa4, 0x42, 0x9d, 0xd7, 0xc6, 0xc4, 0x45, 0x9d, 0x7f, 0x45, 0xc7, 0x3a, 0x5b,
4304	0xec, 0x9e, 0x0e, 0x5d, 0x83, 0x0a, 0xa7, 0x39, 0xc6, 0x7e, 0x61, 0x68, 0x92, 0x75, 0xbc, 0x87,
4305	0x09, 0xda, 0x80, 0xe9, 0x60, 0xb0, 0x2d, 0x6a, 0x4a, 0x3c, 0x1d, 0x99, 0xf2, 0x69, 0x34, 0x5e,
4306	0x5b, 0xba, 0x09, 0x8d, 0x01, 0x25, 0xcf, 0xbd, 0x79, 0x52, 0x52, 0xf7, 0x09, 0x79, 0x72, 0xb4,
4307	0x06, 0xb5, 0x8e, 0xd3, 0xed, 0x05, 0x12, 0xf1, 0x2b, 0x48, 0xa0, 0x7d, 0x42, 0xa0, 0x45, 0x98,
4308	0x64, 0x14, 0x54, 0x1e, 0x7e, 0x07, 0x59, 0xa6, 0x6d, 0x2a, 0xce, 0x4d, 0x68, 0xf8, 0x43, 0xbe,
4309	0x34, 0x65, 0x3e, 0x89, 0xa0, 0x10, 0xc2, 0xdc, 0x80, 0xa9, 0x80, 0x8e, 0xcb, 0x32, 0xc9, 0x13,
4310	0x24, 0x41, 0xc6, 0x45, 0xf1, 0x2d, 0x5a, 0x49, 0xb0, 0x28, 0x0c, 0x2c, 0x8a, 0xd6, 0xa0, 0x1a,
4311	0xf2, 0x4d, 0xcd, 0x2a, 0x1b, 0x0a, 0x77, 0x21, 0x05, 0x26, 0x0d, 0xd3, 0xeb, 0x39, 0x1e, 0x36,
4312	0x9a, 0x35, 0x6e, 0x42, 0xbf, 0x4d, 0x53, 0x9c, 0x1d, 0x6c, 0x19, 0xad, 0x2e, 0x4d, 0xca, 0x76,
4313	0x78, 0xde, 0x93, 0xff, 0xb0, 0x7f, 0x3b, 0x06, 0x8b, 0x09, 0x70, 0x62, 0x7f, 0xed, 0x0f, 0x12,
4314	0x30, 0xfe, 0xaf, 0x78, 0x3d, 0x04, 0x98, 0xca, 0x96, 0x30, 0xe2, 0xc3, 0x28, 0x6f, 0x01, 0x0c,
4315	0x46, 0x43, 0x3b, 0xbf, 0x10, 0xde, 0xf9, 0xb4, 0x5f, 0xef, 0x06, 0x15, 0xa0, 0xa2, 0x26, 0x5a,
4316	0xca, 0x37, 0x05, 0x98, 0x89, 0x81, 0xc7, 0x8e, 0x5c, 0x61, 0xf8, 0x91, 0xd3, 0xa0, 0x46, 0x97,
4317	0xa7, 0xcd, 0x71, 0x69, 0xbe, 0x44, 0xb5, 0xbb, 0x7b, 0x49, 0xed, 0xb4, 0xea, 0x49, 0xf0, 0xed,
4318	0xa9, 0x8f, 0xe0, 0x5a, 0x24, 0x18, 0x67, 0x77, 0xd6, 0xf9, 0xd7, 0xe6, 0x21, 0x2c, 0x25, 0x03,
4319	0xe6, 0x0b, 0xf1, 0x1f, 0xc1, 0xb5, 0x96, 0x65, 0x0d, 0x72, 0xcc, 0x91, 0xe3, 0xfd, 0x8f, 0x60,
4320	0x29, 0x19, 0x70, 0xc4, 0xe0, 0xab, 0x0b, 0xd7, 0x25, 0x5c, 0xee, 0xf4, 0x46, 0x15, 0x37, 0xf5,
4321	0x67, 0xf2, 0x73, 0x50, 0xb3, 0xa6, 0x7b, 0x06, 0x69, 0x81, 0x0f, 0x3d, 0xb2, 0x0a, 0x39, 0xd3,
4322	0x82, 0xd8, 0xfc, 0xcf, 0x22, 0x2d, 0x90, 0x7f, 0x49, 0x57, 0xa0, 0x5a, 0x66, 0x5a, 0x90, 0x22,
4323	0xdd, 0x88, 0x8a, 0x3f, 0x84, 0x45, 0x1e, 0xfd, 0xee, 0x63, 0xf7, 0x19, 0x84, 0xeb, 0x1d, 0x50,
4324	0x92, 0xe0, 0x9e, 0x6d, 0xc4, 0x1e, 0xde, 0x80, 0xa3, 0xc6, 0x86, 0x39, 0x83, 0xdb, 0xf8, 0xfc,
4325	0xb9, 0xe3, 0x4a, 0xb6, 0x9c, 0x23, 0xab, 0x91, 0x15, 0x57, 0xca, 0x33, 0xe4, 0x8e, 0x2b, 0x23,
4326	0x3b, 0xf0, 0x0a, 0x2c, 0x9f, 0x15, 0x57, 0xa6, 0x49, 0x97, 0x47, 0xdd, 0xad, 0x5f, 0x8f, 0x41,
4327	0x59, 0xbc, 0x73, 0x41, 0xef, 0x42, 0x25, 0x78, 0x95, 0x86, 0xae, 0x85, 0xb8, 0xa2, 0x4f, 0xde,
4328	0x94, 0xa5, 0xe4, 0x41, 0x21, 0xc1, 0x0e, 0x4c, 0xf0, 0x57, 0x32, 0x2b, 0x69, 0x8f, 0x69, 0x04,
4329	0xcc, 0x6a, 0xea, 0xb8, 0x40, 0xea, 0xc0, 0x94, 0xfc, 0x7c, 0x07, 0xdd, 0x4a, 0x61, 0x89, 0x9e,
4330	0x68, 0x65, 0x63, 0x38, 0x21, 0x9f, 0x64, 0xeb, 0x9f, 0x25, 0xa8, 0x04, 0xaf, 0x42, 0x90, 0x0e,
4331	0xb5, 0xf0, 0x23, 0x1b, 0x69, 0xc2, 0xac, 0x87, 0x3d, 0xd2, 0x84, 0xd9, 0xef, 0x75, 0x4e, 0x61,
4332	0x31, 0xf5, 0x45, 0x0c, 0x7a, 0x31, 0x09, 0x26, 0xa5, 0x38, 0xa5, 0xdc, 0xb9, 0x18, 0x71, 0x50,
4333	0xf4, 0x9e, 0x8e, 0x12, 0x21, 0x35, 0x03, 0xc1, 0x9f, 0x65, 0x3d, 0x93, 0x46, 0x80, 0x77, 0x61,
4334	0x3e, 0xf9, 0x75, 0x0a, 0xda, 0x88, 0xdd, 0x9c, 0xa7, 0xa9, 0x73, 0xfb, 0x02, 0x94, 0x62, 0x3a,
4335	0x0d, 0xea, 0x12, 0x05, 0x5a, 0x4d, 0xe3, 0xf5, 0xc1, 0xd7, 0xd2, 0x09, 0x04, 0x66, 0x0f, 0x16,
4336	0x52, 0xde, 0x87, 0xa0, 0xdb, 0xf1, 0x1b, 0xfd, 0x34, 0x25, 0x7e, 0x70, 0x11, 0x52, 0x31, 0xe3,
4337	0x13, 0x98, 0x92, 0x49, 0xd0, 0x5a, 0x2a, 0xb7, 0x8f, 0x7f, 0x3d, 0x83, 0x62, 0x00, 0x2b, 0x3f,
4338	0xd7, 0x90, 0x60, 0x13, 0xdf, 0x91, 0x48, 0xb0, 0x29, 0x6f, 0x3d, 0xde, 0x84, 0x09, 0x36, 0x82,
4339	0x16, 0xa2, 0xb4, 0x3e, 0x48, 0x33, 0x3e, 0x20, 0x0e, 0xd9, 0xd7, 0x45, 0x18, 0xa7, 0x7e, 0x0e,
4340	0xbd, 0x03, 0x65, 0x71, 0x9d, 0x8f, 0x16, 0x43, 0xd4, 0xf2, 0x33, 0x01, 0x45, 0x49, 0x1a, 0x12,
4341	0x62, 0xec, 0x41, 0x35, 0x74, 0x37, 0x8f, 0x96, 0x43, 0xa4, 0xf1, 0xbb, 0x7f, 0x65, 0x25, 0x6d,
4342	0x58, 0xa0, 0xed, 0x02, 0x0c, 0x6e, 0x81, 0xd1, 0x52, 0xca, 0xe5, 0x30, 0xc7, 0x5a, 0xce, 0xbc,
4343	0x3a, 0x46, 0x9f, 0xc2, 0x4c, 0xec, 0xbe, 0x08, 0xad, 0x67, 0xdf, 0x26, 0x71, 0xe0, 0x1b, 0x17,
4344	0xb9, 0x72, 0x42, 0xf7, 0x60, 0xd2, 0xbf, 0xc4, 0x41, 0x61, 0x03, 0x45, 0xae, 0x87, 0x94, 0x6b,
4345	0x89, 0x63, 0x62, 0x21, 0xfe, 0x55, 0x61, 0x25, 0x01, 0xa7, 0x4f, 0x3c, 0xba, 0x16, 0xfe, 0xbe,
4346	0x0b, 0xaf, 0x45, 0x64, 0xc3, 0x29, 0x49, 0x43, 0x83, 0x63, 0x28, 0x55, 0xe2, 0xa5, 0x63, 0x98,
4347	0x74, 0x0b, 0x20, 0x1d, 0xc3, 0xe4, 0x22, 0xfe, 0x53, 0x98, 0x8e, 0x9d, 0x3f, 0x35, 0xce, 0x15,
4348	0xdb, 0xc1, 0xeb, 0x99, 0x34, 0x03, 0x37, 0x95, 0x5c, 0x76, 0x96, 0xdc, 0x54, 0x66, 0xdd, 0x5c,
4349	0x72, 0x53, 0x43, 0x6a, 0xd8, 0x6f, 0x43, 0x89, 0x07, 0x79, 0xa8, 0x19, 0x8b, 0xfb, 0x7c, 0xb8,
4350	0xc5, 0x84, 0x11, 0xc1, 0xfe, 0x71, 0xbc, 0x62, 0x7b, 0x3d, 0x23, 0x7e, 0x14, 0x80, 0x6a, 0x16,
4351	0x89, 0x40, 0xf6, 0xa0, 0x99, 0x76, 0x39, 0x86, 0xc2, 0x1e, 0x6c, 0xc8, 0x4d, 0x9e, 0xf2, 0xe2,
4352	0x85, 0x68, 0x43, 0xea, 0xc8, 0x34, 0xb2, 0x3a, 0x89, 0x57, 0x6b, 0xb2, 0x3a, 0x29, 0x37, 0x66,
4353	0x1a, 0xd4, 0xa5, 0xa2, 0xb1, 0xb4, 0x0f, 0x93, 0x0a, 0xd3, 0xd2, 0x3e, 0x4c, 0xae, 0x37, 0x3f,
4354	0x85, 0xe9, 0x68, 0x09, 0x4f, 0xda, 0x87, 0x29, 0x65, 0x67, 0x69, 0x1f, 0xa6, 0x96, 0x86, 0xdf,
4355	0x19, 0x14, 0xe6, 0x16, 0x13, 0xe2, 0xb3, 0x84, 0xa3, 0x17, 0x8d, 0xf3, 0x34, 0xa8, 0x4b, 0x75,
4356	0x54, 0x49, 0xe5, 0xa4, 0x1a, 0xae, 0xa4, 0x72, 0x72, 0x09, 0xb6, 0x0b, 0xf3, 0xc9, 0x55, 0x4b,
4357	0xe9, 0x74, 0x64, 0x96, 0x5d, 0xa5, 0xd3, 0x31, 0xa4, 0x04, 0xfa, 0x69, 0x52, 0x45, 0x68, 0x3d,
4358	0xbb, 0x90, 0x13, 0x77, 0x98, 0xa9, 0xd5, 0x9e, 0xad, 0x7f, 0x57, 0xa0, 0x24, 0xf6, 0xd9, 0x31,
4359	0xcc, 0x26, 0xd5, 0x3b, 0xd0, 0xcd, 0xf0, 0xab, 0x84, 0xf4, 0x0a, 0x8b, 0x72, 0x6b, 0x28, 0x9d,
4360	0xd0, 0xe9, 0x1c, 0x94, 0xf4, 0x8a, 0x04, 0xba, 0x93, 0x06, 0x93, 0x94, 0x89, 0x2b, 0x2f, 0x5d,
4361	0x90, 0x3a, 0xe4, 0x38, 0x23, 0xe5, 0x02, 0xd9, 0x71, 0x26, 0xd7, 0x32, 0x64, 0xc7, 0x99, 0x56,
4362	0x6f, 0xa0, 0x8e, 0x33, 0x31, 0x31, 0x97, 0x1d, 0x67, 0x56, 0x65, 0x41, 0x76, 0x9c, 0xd9, 0x59,
4363	0xfe, 0x88, 0x8e, 0x53, 0x07, 0x14, 0xcf, 0xce, 0xd1, 0x8d, 0x18, 0x43, 0x42, 0x2d, 0x40, 0xf9,
4364	0xfe, 0x10, 0xaa, 0xab, 0xf4, 0xa0, 0xc7, 0x30, 0x9b, 0x54, 0x56, 0x94, 0xb6, 0x71, 0x46, 0x21,
4365	0x53, 0xda, 0xc6, 0x99, 0xf5, 0xc9, 0xe7, 0xe4, 0x50, 0xa3, 0xd5, 0x84, 0xe4, 0xfd, 0x19, 0xf1,
4366	0x82, 0xeb, 0x99, 0x34, 0xcf, 0xd4, 0xa1, 0x86, 0x33, 0x6a, 0xd9, 0xa1, 0x26, 0x54, 0x02, 0x64,
4367	0x87, 0x9a, 0x98, 0x8c, 0xc7, 0x4f, 0x8d, 0x0f, 0x9e, 0x71, 0x6a, 0x22, 0xb3, 0xdc, 0xbe, 0x00,
4368	0x25, 0x9f, 0x6e, 0xfb, 0xc6, 0x27, 0x2a, 0xf5, 0x80, 0x9f, 0x6f, 0x9a, 0xce, 0x5d, 0xf6, 0x71,
4369	0xb7, 0xe7, 0x9a, 0xa7, 0x3a, 0xc1, 0x77, 0x03, 0x88, 0xde, 0xe1, 0x61, 0x89, 0xbd, 0x72, 0x7b,
4370	0xf5, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xda, 0x95, 0x8e, 0x70, 0x40, 0x37, 0x00, 0x00,
4371}
4372