| // Code generated by protoc-gen-go. DO NOT EDIT. |
| // source: go.chromium.org/luci/dm/api/distributor/swarming/v1/config.proto |
| |
| package swarmingV1 |
| |
| import ( |
| fmt "fmt" |
| proto "github.com/golang/protobuf/proto" |
| duration "github.com/golang/protobuf/ptypes/duration" |
| math "math" |
| ) |
| |
| // Reference imports to suppress errors if they are not otherwise used. |
| var _ = proto.Marshal |
| var _ = fmt.Errorf |
| var _ = math.Inf |
| |
| // This is a compile-time assertion to ensure that this generated file |
| // is compatible with the proto package it is being compiled against. |
| // A compilation error at this line likely means your copy of the |
| // proto package needs to be updated. |
| const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package |
| |
| type Config struct { |
| Swarming *Config_Swarming `protobuf:"bytes,1,opt,name=swarming,proto3" json:"swarming,omitempty"` |
| Isolate *Config_Isolate `protobuf:"bytes,2,opt,name=isolate,proto3" json:"isolate,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *Config) Reset() { *m = Config{} } |
| func (m *Config) String() string { return proto.CompactTextString(m) } |
| func (*Config) ProtoMessage() {} |
| func (*Config) Descriptor() ([]byte, []int) { |
| return fileDescriptor_b41471e838ddca44, []int{0} |
| } |
| |
| func (m *Config) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_Config.Unmarshal(m, b) |
| } |
| func (m *Config) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_Config.Marshal(b, m, deterministic) |
| } |
| func (m *Config) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_Config.Merge(m, src) |
| } |
| func (m *Config) XXX_Size() int { |
| return xxx_messageInfo_Config.Size(m) |
| } |
| func (m *Config) XXX_DiscardUnknown() { |
| xxx_messageInfo_Config.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_Config proto.InternalMessageInfo |
| |
| func (m *Config) GetSwarming() *Config_Swarming { |
| if m != nil { |
| return m.Swarming |
| } |
| return nil |
| } |
| |
| func (m *Config) GetIsolate() *Config_Isolate { |
| if m != nil { |
| return m.Isolate |
| } |
| return nil |
| } |
| |
| type Config_Swarming struct { |
| Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *Config_Swarming) Reset() { *m = Config_Swarming{} } |
| func (m *Config_Swarming) String() string { return proto.CompactTextString(m) } |
| func (*Config_Swarming) ProtoMessage() {} |
| func (*Config_Swarming) Descriptor() ([]byte, []int) { |
| return fileDescriptor_b41471e838ddca44, []int{0, 0} |
| } |
| |
| func (m *Config_Swarming) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_Config_Swarming.Unmarshal(m, b) |
| } |
| func (m *Config_Swarming) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_Config_Swarming.Marshal(b, m, deterministic) |
| } |
| func (m *Config_Swarming) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_Config_Swarming.Merge(m, src) |
| } |
| func (m *Config_Swarming) XXX_Size() int { |
| return xxx_messageInfo_Config_Swarming.Size(m) |
| } |
| func (m *Config_Swarming) XXX_DiscardUnknown() { |
| xxx_messageInfo_Config_Swarming.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_Config_Swarming proto.InternalMessageInfo |
| |
| func (m *Config_Swarming) GetUrl() string { |
| if m != nil { |
| return m.Url |
| } |
| return "" |
| } |
| |
| type Config_Isolate struct { |
| // The host of the isolate service, e.g. isolateserver.appspot.com. |
| Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` |
| // The default assumed expiration period for execution results. |
| Expiration *duration.Duration `protobuf:"bytes,2,opt,name=expiration,proto3" json:"expiration,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *Config_Isolate) Reset() { *m = Config_Isolate{} } |
| func (m *Config_Isolate) String() string { return proto.CompactTextString(m) } |
| func (*Config_Isolate) ProtoMessage() {} |
| func (*Config_Isolate) Descriptor() ([]byte, []int) { |
| return fileDescriptor_b41471e838ddca44, []int{0, 1} |
| } |
| |
| func (m *Config_Isolate) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_Config_Isolate.Unmarshal(m, b) |
| } |
| func (m *Config_Isolate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_Config_Isolate.Marshal(b, m, deterministic) |
| } |
| func (m *Config_Isolate) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_Config_Isolate.Merge(m, src) |
| } |
| func (m *Config_Isolate) XXX_Size() int { |
| return xxx_messageInfo_Config_Isolate.Size(m) |
| } |
| func (m *Config_Isolate) XXX_DiscardUnknown() { |
| xxx_messageInfo_Config_Isolate.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_Config_Isolate proto.InternalMessageInfo |
| |
| func (m *Config_Isolate) GetUrl() string { |
| if m != nil { |
| return m.Url |
| } |
| return "" |
| } |
| |
| func (m *Config_Isolate) GetExpiration() *duration.Duration { |
| if m != nil { |
| return m.Expiration |
| } |
| return nil |
| } |
| |
| func init() { |
| proto.RegisterType((*Config)(nil), "swarmingV1.Config") |
| proto.RegisterType((*Config_Swarming)(nil), "swarmingV1.Config.Swarming") |
| proto.RegisterType((*Config_Isolate)(nil), "swarmingV1.Config.Isolate") |
| } |
| |
| func init() { |
| proto.RegisterFile("go.chromium.org/luci/dm/api/distributor/swarming/v1/config.proto", fileDescriptor_b41471e838ddca44) |
| } |
| |
| var fileDescriptor_b41471e838ddca44 = []byte{ |
| // 231 bytes of a gzipped FileDescriptorProto |
| 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x8f, 0x3f, 0x4b, 0xc4, 0x40, |
| 0x10, 0xc5, 0x89, 0xc2, 0xdd, 0x39, 0x36, 0xb2, 0xd5, 0x19, 0x45, 0xc4, 0xca, 0x6a, 0x86, 0x53, |
| 0x41, 0xec, 0x04, 0x6d, 0x6c, 0x23, 0x5c, 0x9f, 0x7f, 0xb7, 0x0e, 0x24, 0x99, 0x30, 0xd9, 0x55, |
| 0xbf, 0xb4, 0xdf, 0x41, 0xdc, 0xcd, 0xaa, 0xa0, 0xdd, 0xb2, 0xef, 0xf7, 0x9b, 0xc7, 0x83, 0x7b, |
| 0x2b, 0x58, 0xbf, 0xa8, 0xf4, 0xec, 0x7b, 0x14, 0xb5, 0xd4, 0xf9, 0x9a, 0xa9, 0xe9, 0xa9, 0x1c, |
| 0x99, 0x1a, 0x9e, 0x9c, 0x72, 0xe5, 0x9d, 0x28, 0x4d, 0x6f, 0xa5, 0xf6, 0x3c, 0x58, 0x7a, 0xdd, |
| 0x50, 0x2d, 0xc3, 0x8e, 0x2d, 0x8e, 0x2a, 0x4e, 0x0c, 0xa4, 0x64, 0xbb, 0xc9, 0xcf, 0xac, 0x88, |
| 0xed, 0x5a, 0x0a, 0x49, 0xe5, 0x77, 0xd4, 0x78, 0x2d, 0x1d, 0xcb, 0x10, 0xd9, 0x8b, 0x8f, 0x0c, |
| 0x16, 0x0f, 0x41, 0x36, 0xb7, 0xb0, 0x4a, 0xe2, 0x3a, 0x3b, 0xcf, 0x2e, 0x0f, 0xaf, 0x4e, 0xf0, |
| 0xe7, 0x12, 0x46, 0x0a, 0x9f, 0xe7, 0x9f, 0xe2, 0x1b, 0x36, 0x37, 0xb0, 0xe4, 0x49, 0xba, 0xd2, |
| 0xb5, 0xeb, 0xbd, 0xe0, 0xe5, 0xff, 0x78, 0x4f, 0x91, 0x28, 0x12, 0x9a, 0x9f, 0xc2, 0x2a, 0xdd, |
| 0x32, 0x47, 0xb0, 0xef, 0xb5, 0x0b, 0xad, 0x07, 0xc5, 0xd7, 0x33, 0xdf, 0xc2, 0x72, 0x36, 0xfe, |
| 0x86, 0xe6, 0x0e, 0xa0, 0x7d, 0x1f, 0x39, 0x0e, 0x99, 0x3b, 0x8f, 0x31, 0x2e, 0xc5, 0xb4, 0x14, |
| 0x1f, 0xe7, 0xa5, 0xc5, 0x2f, 0xb8, 0x5a, 0x84, 0xf8, 0xfa, 0x33, 0x00, 0x00, 0xff, 0xff, 0x64, |
| 0x18, 0x13, 0x27, 0x66, 0x01, 0x00, 0x00, |
| } |