blob: 1bbbb36042877578b06b825ac1128ccdc6a57789 [file] [log] [blame]
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: chromiumos/chromiumdash.proto
package chromiumos
import (
fmt "fmt"
proto "github.com/golang/protobuf/proto"
timestamp "github.com/golang/protobuf/ptypes/timestamp"
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
// A single milestone according to chromium dash.
//
// Example message:
// {
// final_beta_cut: "2021-01-12T00:00:00",
// final_beta: "2021-01-13T00:00:00",
// feature_freeze: "2020-10-30T00:00:00",
// earliest_beta: "2020-12-03T00:00:00",
// stable_refresh_first: "2021-02-02T00:00:00",
// latest_beta: "2020-12-10T00:00:00",
// owners: {
// clank: "Krishna Govind",
// bling: "Bindu Suvarna",
// cros: "Marina Kazatcker",
// desktop: "Srinivas Sista"
// },
// stable_cut: "2021-01-12T00:00:00",
// stable_refresh_second: "2021-02-16T00:00:00",
// mstone: 88,
// late_stable_date: "2021-01-26T00:00:00",
// stable_date: "2021-01-19T00:00:00",
// ldaps: {
// clank: "govind",
// bling: "bindusuvarna",
// cros: "marinakz",
// desktop: "srinivassista "
// },
// earliest_beta_ios: "2020-11-17T00:00:00",
// branch_point: "2020-11-12T00:00:00"
// }
type Milestone struct {
FinalBetaCut *timestamp.Timestamp `protobuf:"bytes,1,opt,name=final_beta_cut,json=finalBetaCut,proto3" json:"final_beta_cut,omitempty"`
FinalBeta *timestamp.Timestamp `protobuf:"bytes,2,opt,name=final_beta,json=finalBeta,proto3" json:"final_beta,omitempty"`
FeatureFreeze *timestamp.Timestamp `protobuf:"bytes,3,opt,name=feature_freeze,json=featureFreeze,proto3" json:"feature_freeze,omitempty"`
EarliestBeta *timestamp.Timestamp `protobuf:"bytes,4,opt,name=earliest_beta,json=earliestBeta,proto3" json:"earliest_beta,omitempty"`
StableRefreshFirst *timestamp.Timestamp `protobuf:"bytes,5,opt,name=stable_refresh_first,json=stableRefreshFirst,proto3" json:"stable_refresh_first,omitempty"`
LatestBeta *timestamp.Timestamp `protobuf:"bytes,6,opt,name=latest_beta,json=latestBeta,proto3" json:"latest_beta,omitempty"`
// This maps product portion to the owners real _name_, not 'ldap'.
Owners map[string]string `protobuf:"bytes,7,rep,name=owners,proto3" json:"owners,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
StableCut *timestamp.Timestamp `protobuf:"bytes,8,opt,name=stable_cut,json=stableCut,proto3" json:"stable_cut,omitempty"`
StableRefreshSecond *timestamp.Timestamp `protobuf:"bytes,9,opt,name=stable_refresh_second,json=stableRefreshSecond,proto3" json:"stable_refresh_second,omitempty"`
Mstone int32 `protobuf:"varint,10,opt,name=mstone,proto3" json:"mstone,omitempty"`
LateStableDate *timestamp.Timestamp `protobuf:"bytes,11,opt,name=late_stable_date,json=lateStableDate,proto3" json:"late_stable_date,omitempty"`
StableDate *timestamp.Timestamp `protobuf:"bytes,12,opt,name=stable_date,json=stableDate,proto3" json:"stable_date,omitempty"`
Ldaps map[string]string `protobuf:"bytes,13,rep,name=ldaps,proto3" json:"ldaps,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
EarliestBetaIos *timestamp.Timestamp `protobuf:"bytes,14,opt,name=earliest_beta_ios,json=earliestBetaIos,proto3" json:"earliest_beta_ios,omitempty"`
BranchPoint *timestamp.Timestamp `protobuf:"bytes,15,opt,name=branch_point,json=branchPoint,proto3" json:"branch_point,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Milestone) Reset() { *m = Milestone{} }
func (m *Milestone) String() string { return proto.CompactTextString(m) }
func (*Milestone) ProtoMessage() {}
func (*Milestone) Descriptor() ([]byte, []int) {
return fileDescriptor_eb0cf15a1785b836, []int{0}
}
func (m *Milestone) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Milestone.Unmarshal(m, b)
}
func (m *Milestone) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Milestone.Marshal(b, m, deterministic)
}
func (m *Milestone) XXX_Merge(src proto.Message) {
xxx_messageInfo_Milestone.Merge(m, src)
}
func (m *Milestone) XXX_Size() int {
return xxx_messageInfo_Milestone.Size(m)
}
func (m *Milestone) XXX_DiscardUnknown() {
xxx_messageInfo_Milestone.DiscardUnknown(m)
}
var xxx_messageInfo_Milestone proto.InternalMessageInfo
func (m *Milestone) GetFinalBetaCut() *timestamp.Timestamp {
if m != nil {
return m.FinalBetaCut
}
return nil
}
func (m *Milestone) GetFinalBeta() *timestamp.Timestamp {
if m != nil {
return m.FinalBeta
}
return nil
}
func (m *Milestone) GetFeatureFreeze() *timestamp.Timestamp {
if m != nil {
return m.FeatureFreeze
}
return nil
}
func (m *Milestone) GetEarliestBeta() *timestamp.Timestamp {
if m != nil {
return m.EarliestBeta
}
return nil
}
func (m *Milestone) GetStableRefreshFirst() *timestamp.Timestamp {
if m != nil {
return m.StableRefreshFirst
}
return nil
}
func (m *Milestone) GetLatestBeta() *timestamp.Timestamp {
if m != nil {
return m.LatestBeta
}
return nil
}
func (m *Milestone) GetOwners() map[string]string {
if m != nil {
return m.Owners
}
return nil
}
func (m *Milestone) GetStableCut() *timestamp.Timestamp {
if m != nil {
return m.StableCut
}
return nil
}
func (m *Milestone) GetStableRefreshSecond() *timestamp.Timestamp {
if m != nil {
return m.StableRefreshSecond
}
return nil
}
func (m *Milestone) GetMstone() int32 {
if m != nil {
return m.Mstone
}
return 0
}
func (m *Milestone) GetLateStableDate() *timestamp.Timestamp {
if m != nil {
return m.LateStableDate
}
return nil
}
func (m *Milestone) GetStableDate() *timestamp.Timestamp {
if m != nil {
return m.StableDate
}
return nil
}
func (m *Milestone) GetLdaps() map[string]string {
if m != nil {
return m.Ldaps
}
return nil
}
func (m *Milestone) GetEarliestBetaIos() *timestamp.Timestamp {
if m != nil {
return m.EarliestBetaIos
}
return nil
}
func (m *Milestone) GetBranchPoint() *timestamp.Timestamp {
if m != nil {
return m.BranchPoint
}
return nil
}
// A response to fetch_milestone_schedule.
// e.g. https://chromiumdash.appspot.com/fetch_milestone_schedule?mstone=78&n=10
//
// Example message:
// {
// mstones: [
// {
// final_beta_cut:...
// ..
// },
// {
// ...
// }
// ]
// }
type FetchMilestoneScheduleResponse struct {
Mstones []*Milestone `protobuf:"bytes,1,rep,name=mstones,proto3" json:"mstones,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *FetchMilestoneScheduleResponse) Reset() { *m = FetchMilestoneScheduleResponse{} }
func (m *FetchMilestoneScheduleResponse) String() string { return proto.CompactTextString(m) }
func (*FetchMilestoneScheduleResponse) ProtoMessage() {}
func (*FetchMilestoneScheduleResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_eb0cf15a1785b836, []int{1}
}
func (m *FetchMilestoneScheduleResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_FetchMilestoneScheduleResponse.Unmarshal(m, b)
}
func (m *FetchMilestoneScheduleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_FetchMilestoneScheduleResponse.Marshal(b, m, deterministic)
}
func (m *FetchMilestoneScheduleResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_FetchMilestoneScheduleResponse.Merge(m, src)
}
func (m *FetchMilestoneScheduleResponse) XXX_Size() int {
return xxx_messageInfo_FetchMilestoneScheduleResponse.Size(m)
}
func (m *FetchMilestoneScheduleResponse) XXX_DiscardUnknown() {
xxx_messageInfo_FetchMilestoneScheduleResponse.DiscardUnknown(m)
}
var xxx_messageInfo_FetchMilestoneScheduleResponse proto.InternalMessageInfo
func (m *FetchMilestoneScheduleResponse) GetMstones() []*Milestone {
if m != nil {
return m.Mstones
}
return nil
}
func init() {
proto.RegisterType((*Milestone)(nil), "chromiumos.Milestone")
proto.RegisterMapType((map[string]string)(nil), "chromiumos.Milestone.LdapsEntry")
proto.RegisterMapType((map[string]string)(nil), "chromiumos.Milestone.OwnersEntry")
proto.RegisterType((*FetchMilestoneScheduleResponse)(nil), "chromiumos.FetchMilestoneScheduleResponse")
}
func init() { proto.RegisterFile("chromiumos/chromiumdash.proto", fileDescriptor_eb0cf15a1785b836) }
var fileDescriptor_eb0cf15a1785b836 = []byte{
// 528 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x94, 0x5f, 0x6f, 0xd3, 0x30,
0x14, 0xc5, 0xd5, 0x95, 0x76, 0xeb, 0x4d, 0xdb, 0x0d, 0xb3, 0x21, 0xab, 0x12, 0x50, 0xf6, 0xd4,
0xa7, 0x44, 0x1a, 0x68, 0x5a, 0x41, 0x08, 0x18, 0xa3, 0x12, 0xd2, 0xf8, 0x97, 0xf2, 0xc4, 0x4b,
0xe4, 0xa6, 0x37, 0x4d, 0x44, 0x1a, 0x57, 0xb6, 0x03, 0x1a, 0x9f, 0x89, 0x0f, 0x89, 0x6c, 0xb7,
0x49, 0x86, 0x26, 0x59, 0xbc, 0x25, 0xf1, 0xf9, 0x1d, 0x5f, 0x9f, 0x93, 0x04, 0x1e, 0xc5, 0xa9,
0xe0, 0xeb, 0xac, 0x5c, 0x73, 0x19, 0xec, 0x2e, 0x97, 0x4c, 0xa6, 0xfe, 0x46, 0x70, 0xc5, 0x09,
0xd4, 0xcb, 0xa3, 0x27, 0x2b, 0xce, 0x57, 0x39, 0x06, 0x66, 0x65, 0x51, 0x26, 0x81, 0xca, 0xd6,
0x28, 0x15, 0x5b, 0x6f, 0xac, 0xf8, 0xf4, 0xcf, 0x01, 0xf4, 0x3e, 0x66, 0x39, 0x4a, 0xc5, 0x0b,
0x24, 0x6f, 0x60, 0x98, 0x64, 0x05, 0xcb, 0xa3, 0x05, 0x2a, 0x16, 0xc5, 0xa5, 0xa2, 0xad, 0x71,
0x6b, 0xe2, 0x9d, 0x8d, 0x7c, 0xeb, 0xe3, 0xef, 0x7c, 0xfc, 0x6f, 0x3b, 0x9f, 0xb0, 0x6f, 0x88,
0x4b, 0x54, 0xec, 0x5d, 0xa9, 0xc8, 0x14, 0xa0, 0x76, 0xa0, 0x7b, 0x4e, 0xba, 0x57, 0xd1, 0xe4,
0x2d, 0x0c, 0x13, 0x64, 0xaa, 0x14, 0x18, 0x25, 0x02, 0xf1, 0x37, 0xd2, 0xb6, 0x13, 0x1f, 0x6c,
0x89, 0x99, 0x01, 0xc8, 0x6b, 0x18, 0x20, 0x13, 0x79, 0x86, 0x52, 0xd9, 0x01, 0xee, 0xb9, 0xc7,
0xdf, 0x01, 0x66, 0x86, 0x6b, 0x38, 0x96, 0x8a, 0x2d, 0x72, 0x8c, 0x04, 0x26, 0x02, 0x65, 0x1a,
0x25, 0x99, 0x90, 0x8a, 0x76, 0x9c, 0x3e, 0xc4, 0x72, 0xa1, 0xc5, 0x66, 0x9a, 0x22, 0x2f, 0xc1,
0xcb, 0x99, 0xaa, 0x86, 0xe9, 0x3a, 0x4d, 0xc0, 0xca, 0xcd, 0x28, 0x53, 0xe8, 0xf2, 0x5f, 0x05,
0x0a, 0x49, 0xf7, 0xc7, 0xed, 0x89, 0x77, 0xf6, 0xd4, 0xaf, 0x7b, 0xf5, 0xab, 0xca, 0xfc, 0xcf,
0x46, 0xf3, 0xbe, 0x50, 0xe2, 0x26, 0xdc, 0x02, 0xba, 0x84, 0xed, 0x29, 0x74, 0x85, 0x07, 0xee,
0x12, 0xac, 0x5a, 0xf7, 0xf7, 0x09, 0x4e, 0xfe, 0x09, 0x40, 0x62, 0xcc, 0x8b, 0x25, 0xed, 0x39,
0x5d, 0x1e, 0xdc, 0x4a, 0x60, 0x6e, 0x30, 0xf2, 0x10, 0xba, 0x6b, 0x33, 0x28, 0x85, 0x71, 0x6b,
0xd2, 0x09, 0xb7, 0x77, 0xe4, 0x0a, 0x8e, 0xf4, 0x59, 0xa3, 0xed, 0x66, 0x4b, 0xa6, 0x90, 0x7a,
0xce, 0x2d, 0x86, 0x9a, 0x99, 0x1b, 0xe4, 0x8a, 0x29, 0xd4, 0x01, 0x37, 0x0d, 0xfa, 0xee, 0x80,
0x65, 0x0d, 0x9f, 0x43, 0x27, 0x5f, 0xb2, 0x8d, 0xa4, 0x03, 0x93, 0xef, 0xf8, 0xee, 0x7c, 0xaf,
0xb5, 0xc4, 0xc6, 0x6b, 0xe5, 0x64, 0x06, 0xf7, 0x6f, 0xbd, 0x64, 0x51, 0xc6, 0x25, 0x1d, 0x3a,
0xb7, 0x3e, 0x6c, 0xbe, 0x68, 0x1f, 0xb8, 0x24, 0xaf, 0xa0, 0xbf, 0x10, 0xac, 0x88, 0xd3, 0x68,
0xc3, 0xb3, 0x42, 0xd1, 0x43, 0xa7, 0x85, 0x67, 0xf5, 0x5f, 0xb4, 0x7c, 0x34, 0x05, 0xaf, 0xd1,
0x3d, 0x39, 0x82, 0xf6, 0x0f, 0xbc, 0x31, 0xdf, 0x6b, 0x2f, 0xd4, 0x97, 0xe4, 0x18, 0x3a, 0x3f,
0x59, 0x5e, 0xa2, 0xf9, 0x0a, 0x7b, 0xa1, 0xbd, 0x79, 0xb1, 0x77, 0xd1, 0x1a, 0x5d, 0x00, 0xd4,
0xc7, 0xfa, 0x1f, 0xf2, 0xf4, 0x2b, 0x3c, 0x9e, 0xa1, 0x8a, 0xd3, 0x2a, 0x9f, 0x79, 0x9c, 0xe2,
0xb2, 0xd4, 0xad, 0xcb, 0x0d, 0x2f, 0x24, 0x92, 0x00, 0xf6, 0x6d, 0xc5, 0x92, 0xb6, 0x4c, 0xae,
0x27, 0x77, 0xe6, 0x1a, 0xee, 0x54, 0x97, 0xe7, 0xdf, 0x9f, 0xaf, 0x78, 0xa5, 0xf1, 0xb9, 0x58,
0x05, 0x8d, 0xff, 0x5b, 0x56, 0x24, 0x82, 0xd9, 0xdf, 0x57, 0xb0, 0xe2, 0x8d, 0x95, 0x45, 0xd7,
0x3c, 0x7c, 0xf6, 0x37, 0x00, 0x00, 0xff, 0xff, 0x2f, 0x90, 0x20, 0xd4, 0x0e, 0x05, 0x00, 0x00,
}