Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Side by Side Diff: dm/api/distributor/swarming/v1/config.pb.go

Issue 2338153003: Add snapshotting for CIPD packages and dimensions to DM. (Closed)
Patch Set: Remove cleanup noise Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Code generated by protoc-gen-go. 1 // Code generated by protoc-gen-go.
2 // source: github.com/luci/luci-go/dm/api/distributor/swarming/v1/config.proto 2 // source: github.com/luci/luci-go/dm/api/distributor/swarming/v1/config.proto
3 // DO NOT EDIT! 3 // DO NOT EDIT!
4 4
5 /*
6 Package swarmingV1 is a generated protocol buffer package.
7
8 It is generated from these files:
9 github.com/luci/luci-go/dm/api/distributor/swarming/v1/config.proto
10 github.com/luci/luci-go/dm/api/distributor/swarming/v1/isolate_ref.proto
11 github.com/luci/luci-go/dm/api/distributor/swarming/v1/params.proto
12 github.com/luci/luci-go/dm/api/distributor/swarming/v1/result.proto
13
14 It has these top-level messages:
15 Config
16 IsolatedRef
17 Parameters
18 Result
19 */
20 package swarmingV1 5 package swarmingV1
21 6
22 import proto "github.com/golang/protobuf/proto" 7 import proto "github.com/golang/protobuf/proto"
23 import fmt "fmt" 8 import fmt "fmt"
24 import math "math" 9 import math "math"
25 import google_protobuf "github.com/luci/luci-go/common/proto/google" 10 import google_protobuf "github.com/luci/luci-go/common/proto/google"
26 11
27 // Reference imports to suppress errors if they are not otherwise used. 12 // Reference imports to suppress errors if they are not otherwise used.
28 var _ = proto.Marshal 13 var _ = proto.Marshal
29 var _ = fmt.Errorf 14 var _ = fmt.Errorf
30 var _ = math.Inf 15 var _ = math.Inf
31 16
32 // This is a compile-time assertion to ensure that this generated file
33 // is compatible with the proto package it is being compiled against.
34 // A compilation error at this line likely means your copy of the
35 // proto package needs to be updated.
36 const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
37
38 type Config struct { 17 type Config struct {
39 Swarming *Config_Swarming `protobuf:"bytes,1,opt,name=swarming" json:"sw arming,omitempty"` 18 Swarming *Config_Swarming `protobuf:"bytes,1,opt,name=swarming" json:"sw arming,omitempty"`
40 Isolate *Config_Isolate `protobuf:"bytes,2,opt,name=isolate" json:"iso late,omitempty"` 19 Isolate *Config_Isolate `protobuf:"bytes,2,opt,name=isolate" json:"iso late,omitempty"`
41 } 20 }
42 21
43 func (m *Config) Reset() { *m = Config{} } 22 func (m *Config) Reset() { *m = Config{} }
44 func (m *Config) String() string { return proto.CompactTextString(m) } 23 func (m *Config) String() string { return proto.CompactTextString(m) }
45 func (*Config) ProtoMessage() {} 24 func (*Config) ProtoMessage() {}
46 func (*Config) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } 25 func (*Config) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{0} }
47 26
48 func (m *Config) GetSwarming() *Config_Swarming { 27 func (m *Config) GetSwarming() *Config_Swarming {
49 if m != nil { 28 if m != nil {
50 return m.Swarming 29 return m.Swarming
51 } 30 }
52 return nil 31 return nil
53 } 32 }
54 33
55 func (m *Config) GetIsolate() *Config_Isolate { 34 func (m *Config) GetIsolate() *Config_Isolate {
56 if m != nil { 35 if m != nil {
57 return m.Isolate 36 return m.Isolate
58 } 37 }
59 return nil 38 return nil
60 } 39 }
61 40
62 type Config_Swarming struct { 41 type Config_Swarming struct {
63 Url string `protobuf:"bytes,1,opt,name=url" json:"url,omitempty"` 42 Url string `protobuf:"bytes,1,opt,name=url" json:"url,omitempty"`
64 } 43 }
65 44
66 func (m *Config_Swarming) Reset() { *m = Config_Swarming{} } 45 func (m *Config_Swarming) Reset() { *m = Config_Swarming{} }
67 func (m *Config_Swarming) String() string { return proto.CompactTextS tring(m) } 46 func (m *Config_Swarming) String() string { return proto.CompactTextS tring(m) }
68 func (*Config_Swarming) ProtoMessage() {} 47 func (*Config_Swarming) ProtoMessage() {}
69 func (*Config_Swarming) Descriptor() ([]byte, []int) { return fileDescriptor0, [ ]int{0, 0} } 48 func (*Config_Swarming) Descriptor() ([]byte, []int) { return fileDescriptor1, [ ]int{0, 0} }
70 49
71 type Config_Isolate struct { 50 type Config_Isolate struct {
72 // The host of the isolate service, e.g. isolateserver.appspot.com. 51 // The host of the isolate service, e.g. isolateserver.appspot.com.
73 Url string `protobuf:"bytes,1,opt,name=url" json:"url,omitempty"` 52 Url string `protobuf:"bytes,1,opt,name=url" json:"url,omitempty"`
74 // The default assumed expiration period for execution results. 53 // The default assumed expiration period for execution results.
75 Expiration *google_protobuf.Duration `protobuf:"bytes,2,opt,name=expirat ion" json:"expiration,omitempty"` 54 Expiration *google_protobuf.Duration `protobuf:"bytes,2,opt,name=expirat ion" json:"expiration,omitempty"`
76 } 55 }
77 56
78 func (m *Config_Isolate) Reset() { *m = Config_Isolate{} } 57 func (m *Config_Isolate) Reset() { *m = Config_Isolate{} }
79 func (m *Config_Isolate) String() string { return proto.CompactTextSt ring(m) } 58 func (m *Config_Isolate) String() string { return proto.CompactTextSt ring(m) }
80 func (*Config_Isolate) ProtoMessage() {} 59 func (*Config_Isolate) ProtoMessage() {}
81 func (*Config_Isolate) Descriptor() ([]byte, []int) { return fileDescriptor0, [] int{0, 1} } 60 func (*Config_Isolate) Descriptor() ([]byte, []int) { return fileDescriptor1, [] int{0, 1} }
82 61
83 func (m *Config_Isolate) GetExpiration() *google_protobuf.Duration { 62 func (m *Config_Isolate) GetExpiration() *google_protobuf.Duration {
84 if m != nil { 63 if m != nil {
85 return m.Expiration 64 return m.Expiration
86 } 65 }
87 return nil 66 return nil
88 } 67 }
89 68
90 func init() { 69 func init() {
91 proto.RegisterType((*Config)(nil), "swarmingV1.Config") 70 proto.RegisterType((*Config)(nil), "swarmingV1.Config")
92 proto.RegisterType((*Config_Swarming)(nil), "swarmingV1.Config.Swarming" ) 71 proto.RegisterType((*Config_Swarming)(nil), "swarmingV1.Config.Swarming" )
93 proto.RegisterType((*Config_Isolate)(nil), "swarmingV1.Config.Isolate") 72 proto.RegisterType((*Config_Isolate)(nil), "swarmingV1.Config.Isolate")
94 } 73 }
95 74
96 func init() { 75 func init() {
97 » proto.RegisterFile("github.com/luci/luci-go/dm/api/distributor/swarming/ v1/config.proto", fileDescriptor0) 76 » proto.RegisterFile("github.com/luci/luci-go/dm/api/distributor/swarming/ v1/config.proto", fileDescriptor1)
98 } 77 }
99 78
100 var fileDescriptor0 = []byte{ 79 var fileDescriptor1 = []byte{
101 // 232 bytes of a gzipped FileDescriptorProto 80 // 232 bytes of a gzipped FileDescriptorProto
102 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x6c, 0x8f, 0x3d, 0x4b, 0xc4, 0x40, 81 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x6c, 0x8f, 0x3d, 0x4b, 0xc4, 0x40,
103 0x10, 0x86, 0x89, 0xc2, 0xdd, 0x39, 0x36, 0xb2, 0xd5, 0x19, 0x45, 0xc4, 0xca, 0xc6, 0x19, 0x4e, 82 0x10, 0x86, 0x89, 0xc2, 0xdd, 0x39, 0x36, 0xb2, 0xd5, 0x19, 0x45, 0xc4, 0xca, 0xc6, 0x19, 0x4e,
104 0x05, 0xb1, 0x3e, 0x1b, 0xdb, 0x08, 0xd7, 0xe7, 0x73, 0x1d, 0x48, 0x32, 0x61, 0xb3, 0xab, 0xfe, 83 0x05, 0xb1, 0x3e, 0x1b, 0xdb, 0x08, 0xd7, 0xe7, 0x73, 0x1d, 0x48, 0x32, 0x61, 0xb3, 0xab, 0xfe,
105 0x69, 0xff, 0x83, 0xb8, 0x1f, 0x2a, 0x78, 0xcd, 0xb2, 0xcc, 0xfb, 0x3c, 0x33, 0xbc, 0xb0, 0xd5, 84 0x69, 0xff, 0x83, 0xb8, 0x1f, 0x2a, 0x78, 0xcd, 0xb2, 0xcc, 0xfb, 0x3c, 0x33, 0xbc, 0xb0, 0xd5,
106 0x6c, 0x5f, 0x5d, 0x85, 0xb5, 0x0c, 0xd4, 0xbb, 0x9a, 0xfd, 0x73, 0xa3, 0x85, 0x9a, 0x81, 0xca, 85 0x6c, 0x5f, 0x5d, 0x85, 0xb5, 0x0c, 0xd4, 0xbb, 0x9a, 0xfd, 0x73, 0xa3, 0x85, 0x9a, 0x81, 0xca,
107 0x89, 0xa9, 0xe1, 0xd9, 0x1a, 0xae, 0x9c, 0x15, 0x43, 0xf3, 0x7b, 0x69, 0x06, 0x1e, 0x35, 0xbd, 86 0x89, 0xa9, 0xe1, 0xd9, 0x1a, 0xae, 0x9c, 0x15, 0x43, 0xf3, 0x7b, 0x69, 0x06, 0x1e, 0x35, 0xbd,
108 0x6d, 0xa8, 0x96, 0xb1, 0x63, 0x8d, 0x93, 0x11, 0x2b, 0x0a, 0x52, 0xb2, 0xdb, 0xe4, 0x17, 0x5a, 87 0x6d, 0xa8, 0x96, 0xb1, 0x63, 0x8d, 0x93, 0x11, 0x2b, 0x0a, 0x52, 0xb2, 0xdb, 0xe4, 0x17, 0x5a,
109 0x44, 0xf7, 0x2d, 0xf9, 0xa4, 0x72, 0x1d, 0x35, 0xce, 0x94, 0x96, 0x65, 0x0c, 0xec, 0xd5, 0x67, 88 0x44, 0xf7, 0x2d, 0xf9, 0xa4, 0x72, 0x1d, 0x35, 0xce, 0x94, 0x96, 0x65, 0x0c, 0xec, 0xd5, 0x67,
110 0x06, 0x8b, 0xad, 0x97, 0xd5, 0x03, 0xac, 0x92, 0xb8, 0xce, 0x2e, 0xb3, 0xeb, 0xe3, 0xdb, 0x33, 89 0x06, 0x8b, 0xad, 0x97, 0xd5, 0x03, 0xac, 0x92, 0xb8, 0xce, 0x2e, 0xb3, 0xeb, 0xe3, 0xdb, 0x33,
111 0xfc, 0xdd, 0x84, 0x81, 0xc2, 0x97, 0x38, 0x29, 0x7e, 0x60, 0x75, 0x0f, 0x4b, 0x9e, 0xa5, 0x2f, 90 0xfc, 0xdd, 0x84, 0x81, 0xc2, 0x97, 0x38, 0x29, 0x7e, 0x60, 0x75, 0x0f, 0x4b, 0x9e, 0xa5, 0x2f,
112 0x6d, 0xbb, 0x3e, 0xf0, 0x5e, 0xbe, 0xc7, 0x7b, 0x0e, 0x44, 0x91, 0xd0, 0xfc, 0x1c, 0x56, 0x69, 91 0x6d, 0xbb, 0x3e, 0xf0, 0x5e, 0xbe, 0xc7, 0x7b, 0x0e, 0x44, 0x91, 0xd0, 0xfc, 0x1c, 0x56, 0x69,
113 0x97, 0x3a, 0x81, 0x43, 0x67, 0x7a, 0x7f, 0xf5, 0xa8, 0xf8, 0xfe, 0xe6, 0x3b, 0x58, 0x46, 0xe3, 92 0x97, 0x3a, 0x81, 0x43, 0x67, 0x7a, 0x7f, 0xf5, 0xa8, 0xf8, 0xfe, 0xe6, 0x3b, 0x58, 0x46, 0xe3,
114 0x7f, 0xa8, 0x1e, 0x01, 0xda, 0x8f, 0x89, 0x43, 0x91, 0x78, 0xf3, 0x14, 0x43, 0x53, 0x4c, 0x4d, 93 0x7f, 0xa8, 0x1e, 0x01, 0xda, 0x8f, 0x89, 0x43, 0x91, 0x78, 0xf3, 0x14, 0x43, 0x53, 0x4c, 0x4d,
115 0xf1, 0x29, 0x36, 0x2d, 0xfe, 0xc0, 0xd5, 0xc2, 0xc7, 0x77, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 94 0xf1, 0x29, 0x36, 0x2d, 0xfe, 0xc0, 0xd5, 0xc2, 0xc7, 0x77, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff,
116 0xe1, 0xd4, 0x8c, 0x80, 0x69, 0x01, 0x00, 0x00, 95 0xe1, 0xd4, 0x8c, 0x80, 0x69, 0x01, 0x00, 0x00,
117 } 96 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698