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: third_party/cq_client/cq.pb.go

Issue 1412393002: Update CQ client lib (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 5 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
« no previous file with comments | « third_party/cq_client/cq.proto ('k') | third_party/cq_client/test/cq_example.cfg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Code generated by protoc-gen-go. 1 // Code generated by protoc-gen-go.
2 // source: cq.proto 2 // source: cq.proto
3 // DO NOT EDIT! 3 // DO NOT EDIT!
4 4
5 /* 5 /*
6 Package cq is a generated protocol buffer package. 6 Package cq is a generated protocol buffer package.
7 7
8 It is generated from these files: 8 It is generated from these files:
9 cq.proto 9 cq.proto
10 10
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 } 382 }
383 383
384 func (m *Verifiers_TryJobVerifier_Builder) GetExperimentPercentage() float32 { 384 func (m *Verifiers_TryJobVerifier_Builder) GetExperimentPercentage() float32 {
385 if m != nil && m.ExperimentPercentage != nil { 385 if m != nil && m.ExperimentPercentage != nil {
386 return *m.ExperimentPercentage 386 return *m.ExperimentPercentage
387 } 387 }
388 return 0 388 return 0
389 } 389 }
390 390
391 type Verifiers_TryJobVerifier_Bucket struct { 391 type Verifiers_TryJobVerifier_Bucket struct {
392 » // Name of the bucket. This is typically the same as a master name. 392 » // Name of the bucket. This is typically the same as a master name witho ut
393 » // the 'master.' prefix, e.g. 'chromium.linux' or 'tryserver.webrtc'. CQ
394 » // will automatically add 'master.' prefix if not there.
393 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` 395 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
394 // Builders on which tryjobs should be triggered. 396 // Builders on which tryjobs should be triggered.
395 Builders []*Verifiers_TryJobVerifier_Builder `protobuf:"bytes,2, rep,name=builders" json:"builders,omitempty"` 397 Builders []*Verifiers_TryJobVerifier_Builder `protobuf:"bytes,2, rep,name=builders" json:"builders,omitempty"`
396 XXX_unrecognized []byte `json:"-"` 398 XXX_unrecognized []byte `json:"-"`
397 } 399 }
398 400
399 func (m *Verifiers_TryJobVerifier_Bucket) Reset() { *m = Verifiers_TryJo bVerifier_Bucket{} } 401 func (m *Verifiers_TryJobVerifier_Bucket) Reset() { *m = Verifiers_TryJo bVerifier_Bucket{} }
400 func (m *Verifiers_TryJobVerifier_Bucket) String() string { return proto.Compact TextString(m) } 402 func (m *Verifiers_TryJobVerifier_Bucket) String() string { return proto.Compact TextString(m) }
401 func (*Verifiers_TryJobVerifier_Bucket) ProtoMessage() {} 403 func (*Verifiers_TryJobVerifier_Bucket) ProtoMessage() {}
402 404
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 return 0 473 return 0
472 } 474 }
473 475
474 type Verifiers_SignCLAVerifier struct { 476 type Verifiers_SignCLAVerifier struct {
475 XXX_unrecognized []byte `json:"-"` 477 XXX_unrecognized []byte `json:"-"`
476 } 478 }
477 479
478 func (m *Verifiers_SignCLAVerifier) Reset() { *m = Verifiers_SignCLAVeri fier{} } 480 func (m *Verifiers_SignCLAVerifier) Reset() { *m = Verifiers_SignCLAVeri fier{} }
479 func (m *Verifiers_SignCLAVerifier) String() string { return proto.CompactTextSt ring(m) } 481 func (m *Verifiers_SignCLAVerifier) String() string { return proto.CompactTextSt ring(m) }
480 func (*Verifiers_SignCLAVerifier) ProtoMessage() {} 482 func (*Verifiers_SignCLAVerifier) ProtoMessage() {}
OLDNEW
« no previous file with comments | « third_party/cq_client/cq.proto ('k') | third_party/cq_client/test/cq_example.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698