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

Side by Side Diff: third_party/cq_client/cq.pb.go

Issue 1490473004: Roll CQ client changes 7d916d5..f59ed9f (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Rename Created 5 years 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/cq_pb2.py » ('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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 GitRepoUrl *string `protobuf:"bytes,10,opt,name=git_repo_url" json:"git_ repo_url,omitempty"` 64 GitRepoUrl *string `protobuf:"bytes,10,opt,name=git_repo_url" json:"git_ repo_url,omitempty"`
65 // Target ref to commit to. This can be used to specify a different ref than 65 // Target ref to commit to. This can be used to specify a different ref than
66 // the one where the luci config is located. This is useful, e.g. for pr ojects 66 // the one where the luci config is located. This is useful, e.g. for pr ojects
67 // that use gnumbd where CQ should commit into a pending ref. 67 // that use gnumbd where CQ should commit into a pending ref.
68 TargetRef *string `protobuf:"bytes,11,opt,name=target_ref" json:"target_ ref,omitempty"` 68 TargetRef *string `protobuf:"bytes,11,opt,name=target_ref" json:"target_ ref,omitempty"`
69 // Deprecated. URL of the SVN repository. We are deprecating SVN support . 69 // Deprecated. URL of the SVN repository. We are deprecating SVN support .
70 SvnRepoUrl *string `protobuf:"bytes,12,opt,name=svn_repo_url" json :"svn_repo_url,omitempty"` 70 SvnRepoUrl *string `protobuf:"bytes,12,opt,name=svn_repo_url" json :"svn_repo_url,omitempty"`
71 XXX_unrecognized []byte `json:"-"` 71 XXX_unrecognized []byte `json:"-"`
72 } 72 }
73 73
74 func (m *Config) Reset() { *m = Config{} } 74 func (m *Config) Reset() { *m = Config{} }
75 func (m *Config) String() string { return proto.CompactTextString(m) } 75 func (m *Config) String() string { return proto.CompactTextString(m) }
76 func (*Config) ProtoMessage() {} 76 func (*Config) ProtoMessage() {}
77 func (*Config) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
77 78
78 func (m *Config) GetVersion() int32 { 79 func (m *Config) GetVersion() int32 {
79 if m != nil && m.Version != nil { 80 if m != nil && m.Version != nil {
80 return *m.Version 81 return *m.Version
81 } 82 }
82 return 0 83 return 0
83 } 84 }
84 85
85 func (m *Config) GetCqName() string { 86 func (m *Config) GetCqName() string {
86 if m != nil && m.CqName != nil { 87 if m != nil && m.CqName != nil {
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 Url *string `protobuf:"bytes,1,opt,name=url" json:"url,omitempty"` 172 Url *string `protobuf:"bytes,1,opt,name=url" json:"url,omitempty"`
172 // List of regular expressions used to check if CL's base URL should be 173 // List of regular expressions used to check if CL's base URL should be
173 // processed by this CQ. This may be useful if a single branch has multi ple 174 // processed by this CQ. This may be useful if a single branch has multi ple
174 // sub-directories that are handled by different CQs. When no regular 175 // sub-directories that are handled by different CQs. When no regular
175 // expressions are specified, the regular expression '.*', which matches any 176 // expressions are specified, the regular expression '.*', which matches any
176 // directory, is used. 177 // directory, is used.
177 ProjectBases []string `protobuf:"bytes,2,rep,name=project_bases" jso n:"project_bases,omitempty"` 178 ProjectBases []string `protobuf:"bytes,2,rep,name=project_bases" jso n:"project_bases,omitempty"`
178 XXX_unrecognized []byte `json:"-"` 179 XXX_unrecognized []byte `json:"-"`
179 } 180 }
180 181
181 func (m *Rietveld) Reset() { *m = Rietveld{} } 182 func (m *Rietveld) Reset() { *m = Rietveld{} }
182 func (m *Rietveld) String() string { return proto.CompactTextString(m) } 183 func (m *Rietveld) String() string { return proto.CompactTextString(m ) }
183 func (*Rietveld) ProtoMessage() {} 184 func (*Rietveld) ProtoMessage() {}
185 func (*Rietveld) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
184 186
185 func (m *Rietveld) GetUrl() string { 187 func (m *Rietveld) GetUrl() string {
186 if m != nil && m.Url != nil { 188 if m != nil && m.Url != nil {
187 return *m.Url 189 return *m.Url
188 } 190 }
189 return "" 191 return ""
190 } 192 }
191 193
192 func (m *Rietveld) GetProjectBases() []string { 194 func (m *Rietveld) GetProjectBases() []string {
193 if m != nil { 195 if m != nil {
(...skipping 22 matching lines...) Expand all
216 // see it. This will come handy to enable and customize the CQ-related workflows 218 // see it. This will come handy to enable and customize the CQ-related workflows
217 // for your project. 219 // for your project.
218 type Gerrit struct { 220 type Gerrit struct {
219 // If set, tells CQ to set score on a given label to mark result of CQ r un. 221 // If set, tells CQ to set score on a given label to mark result of CQ r un.
220 // Typically, this is Commit-Queue-Verified label. 222 // Typically, this is Commit-Queue-Verified label.
221 // If not set, CQ will just try to hit submit button. 223 // If not set, CQ will just try to hit submit button.
222 CqVerifiedLabel *string `protobuf:"bytes,1,opt,name=cq_verified_label" json:"cq_verified_label,omitempty"` 224 CqVerifiedLabel *string `protobuf:"bytes,1,opt,name=cq_verified_label" json:"cq_verified_label,omitempty"`
223 XXX_unrecognized []byte `json:"-"` 225 XXX_unrecognized []byte `json:"-"`
224 } 226 }
225 227
226 func (m *Gerrit) Reset() { *m = Gerrit{} } 228 func (m *Gerrit) Reset() { *m = Gerrit{} }
227 func (m *Gerrit) String() string { return proto.CompactTextString(m) } 229 func (m *Gerrit) String() string { return proto.CompactTextString(m) }
228 func (*Gerrit) ProtoMessage() {} 230 func (*Gerrit) ProtoMessage() {}
231 func (*Gerrit) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} }
229 232
230 func (m *Gerrit) GetCqVerifiedLabel() string { 233 func (m *Gerrit) GetCqVerifiedLabel() string {
231 if m != nil && m.CqVerifiedLabel != nil { 234 if m != nil && m.CqVerifiedLabel != nil {
232 return *m.CqVerifiedLabel 235 return *m.CqVerifiedLabel
233 } 236 }
234 return "" 237 return ""
235 } 238 }
236 239
237 // Verifiers are various types of checks that a Commit Queue performs on a CL. 240 // Verifiers are various types of checks that a Commit Queue performs on a CL.
238 // All verifiers must pass in order for a CL to be landed. Configuration file 241 // All verifiers must pass in order for a CL to be landed. Configuration file
(...skipping 11 matching lines...) Expand all
250 // Buildbot. It automatically retries failed try-jobs and only allows CL to 253 // Buildbot. It automatically retries failed try-jobs and only allows CL to
251 // land if each builder has succeeded in the latest retry. If a given tr yjob 254 // land if each builder has succeeded in the latest retry. If a given tr yjob
252 // result is too old (>1 day) it is ignored. 255 // result is too old (>1 day) it is ignored.
253 TryJob *Verifiers_TryJobVerifier `protobuf:"bytes,3,opt,name=try_job" js on:"try_job,omitempty"` 256 TryJob *Verifiers_TryJobVerifier `protobuf:"bytes,3,opt,name=try_job" js on:"try_job,omitempty"`
254 // This verifier is used to ensure that the author has signed Google's 257 // This verifier is used to ensure that the author has signed Google's
255 // Contributor License Agreement. 258 // Contributor License Agreement.
256 SignCla *Verifiers_SignCLAVerifier `protobuf:"bytes,4,opt,name= sign_cla" json:"sign_cla,omitempty"` 259 SignCla *Verifiers_SignCLAVerifier `protobuf:"bytes,4,opt,name= sign_cla" json:"sign_cla,omitempty"`
257 XXX_unrecognized []byte `json:"-"` 260 XXX_unrecognized []byte `json:"-"`
258 } 261 }
259 262
260 func (m *Verifiers) Reset() { *m = Verifiers{} } 263 func (m *Verifiers) Reset() { *m = Verifiers{} }
261 func (m *Verifiers) String() string { return proto.CompactTextString(m) } 264 func (m *Verifiers) String() string { return proto.CompactTextString( m) }
262 func (*Verifiers) ProtoMessage() {} 265 func (*Verifiers) ProtoMessage() {}
266 func (*Verifiers) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3 } }
263 267
264 func (m *Verifiers) GetReviewerLgtm() *Verifiers_ReviewerLgtmVerifier { 268 func (m *Verifiers) GetReviewerLgtm() *Verifiers_ReviewerLgtmVerifier {
265 if m != nil { 269 if m != nil {
266 return m.ReviewerLgtm 270 return m.ReviewerLgtm
267 } 271 }
268 return nil 272 return nil
269 } 273 }
270 274
271 func (m *Verifiers) GetTreeStatus() *Verifiers_TreeStatusLgtmVerifier { 275 func (m *Verifiers) GetTreeStatus() *Verifiers_TreeStatusLgtmVerifier {
272 if m != nil { 276 if m != nil {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 // "non-committer,\n_not_ a full super star committer.\nSee " 309 // "non-committer,\n_not_ a full super star committer.\nSee "
306 // "http://www.chromium.org/getting-involved/become-a-committer\nNote th at " 310 // "http://www.chromium.org/getting-involved/become-a-committer\nNote th at "
307 // "this has nothing to do with OWNERS files." 311 // "this has nothing to do with OWNERS files."
308 NoLgtmMsg *string `protobuf:"bytes,3,opt,name=no_lgtm_msg" json:" no_lgtm_msg,omitempty"` 312 NoLgtmMsg *string `protobuf:"bytes,3,opt,name=no_lgtm_msg" json:" no_lgtm_msg,omitempty"`
309 XXX_unrecognized []byte `json:"-"` 313 XXX_unrecognized []byte `json:"-"`
310 } 314 }
311 315
312 func (m *Verifiers_ReviewerLgtmVerifier) Reset() { *m = Verifiers_Review erLgtmVerifier{} } 316 func (m *Verifiers_ReviewerLgtmVerifier) Reset() { *m = Verifiers_Review erLgtmVerifier{} }
313 func (m *Verifiers_ReviewerLgtmVerifier) String() string { return proto.CompactT extString(m) } 317 func (m *Verifiers_ReviewerLgtmVerifier) String() string { return proto.CompactT extString(m) }
314 func (*Verifiers_ReviewerLgtmVerifier) ProtoMessage() {} 318 func (*Verifiers_ReviewerLgtmVerifier) ProtoMessage() {}
319 func (*Verifiers_ReviewerLgtmVerifier) Descriptor() ([]byte, []int) {
320 return fileDescriptor0, []int{3, 0}
321 }
315 322
316 func (m *Verifiers_ReviewerLgtmVerifier) GetCommitterList() string { 323 func (m *Verifiers_ReviewerLgtmVerifier) GetCommitterList() string {
317 if m != nil && m.CommitterList != nil { 324 if m != nil && m.CommitterList != nil {
318 return *m.CommitterList 325 return *m.CommitterList
319 } 326 }
320 return "" 327 return ""
321 } 328 }
322 329
323 func (m *Verifiers_ReviewerLgtmVerifier) GetMaxWaitSecs() int32 { 330 func (m *Verifiers_ReviewerLgtmVerifier) GetMaxWaitSecs() int32 {
324 if m != nil && m.MaxWaitSecs != nil { 331 if m != nil && m.MaxWaitSecs != nil {
(...skipping 11 matching lines...) Expand all
336 343
337 type Verifiers_TreeStatusLgtmVerifier struct { 344 type Verifiers_TreeStatusLgtmVerifier struct {
338 // Required. URL of the project tree status app. 345 // Required. URL of the project tree status app.
339 TreeStatusUrl *string `protobuf:"bytes,1,opt,name=tree_status_url" js on:"tree_status_url,omitempty"` 346 TreeStatusUrl *string `protobuf:"bytes,1,opt,name=tree_status_url" js on:"tree_status_url,omitempty"`
340 XXX_unrecognized []byte `json:"-"` 347 XXX_unrecognized []byte `json:"-"`
341 } 348 }
342 349
343 func (m *Verifiers_TreeStatusLgtmVerifier) Reset() { *m = Verifiers_Tree StatusLgtmVerifier{} } 350 func (m *Verifiers_TreeStatusLgtmVerifier) Reset() { *m = Verifiers_Tree StatusLgtmVerifier{} }
344 func (m *Verifiers_TreeStatusLgtmVerifier) String() string { return proto.Compac tTextString(m) } 351 func (m *Verifiers_TreeStatusLgtmVerifier) String() string { return proto.Compac tTextString(m) }
345 func (*Verifiers_TreeStatusLgtmVerifier) ProtoMessage() {} 352 func (*Verifiers_TreeStatusLgtmVerifier) ProtoMessage() {}
353 func (*Verifiers_TreeStatusLgtmVerifier) Descriptor() ([]byte, []int) {
354 return fileDescriptor0, []int{3, 1}
355 }
346 356
347 func (m *Verifiers_TreeStatusLgtmVerifier) GetTreeStatusUrl() string { 357 func (m *Verifiers_TreeStatusLgtmVerifier) GetTreeStatusUrl() string {
348 if m != nil && m.TreeStatusUrl != nil { 358 if m != nil && m.TreeStatusUrl != nil {
349 return *m.TreeStatusUrl 359 return *m.TreeStatusUrl
350 } 360 }
351 return "" 361 return ""
352 } 362 }
353 363
354 type Verifiers_TryJobVerifier struct { 364 type Verifiers_TryJobVerifier struct {
355 // Buckets on which tryjobs are triggered/watched. 365 // Buckets on which tryjobs are triggered/watched.
356 Buckets []*Verifiers_TryJobVerifier_Bucket `protobuf:"bytes,1,rep,name=b uckets" json:"buckets,omitempty"` 366 Buckets []*Verifiers_TryJobVerifier_Bucket `protobuf:"bytes,1,rep,name=b uckets" json:"buckets,omitempty"`
357 // Provides project specific trybot retry configuration. This overrides the 367 // Provides project specific trybot retry configuration. This overrides the
358 // defaults used in the CQ. 368 // defaults used in the CQ.
359 TryJobRetryConfig *Verifiers_TryJobVerifier_TryJobRetryConfig `protobuf: "bytes,2,opt,name=try_job_retry_config" json:"try_job_retry_config,omitempty"` 369 TryJobRetryConfig *Verifiers_TryJobVerifier_TryJobRetryConfig `protobuf: "bytes,2,opt,name=try_job_retry_config" json:"try_job_retry_config,omitempty"`
360 XXX_unrecognized []byte `json:"-"` 370 XXX_unrecognized []byte `json:"-"`
361 } 371 }
362 372
363 func (m *Verifiers_TryJobVerifier) Reset() { *m = Verifiers_TryJobVerifi er{} } 373 func (m *Verifiers_TryJobVerifier) Reset() { *m = Verifiers_T ryJobVerifier{} }
364 func (m *Verifiers_TryJobVerifier) String() string { return proto.CompactTextStr ing(m) } 374 func (m *Verifiers_TryJobVerifier) String() string { return proto.Com pactTextString(m) }
365 func (*Verifiers_TryJobVerifier) ProtoMessage() {} 375 func (*Verifiers_TryJobVerifier) ProtoMessage() {}
376 func (*Verifiers_TryJobVerifier) Descriptor() ([]byte, []int) { return fileDescr iptor0, []int{3, 2} }
366 377
367 func (m *Verifiers_TryJobVerifier) GetBuckets() []*Verifiers_TryJobVerifier_Buck et { 378 func (m *Verifiers_TryJobVerifier) GetBuckets() []*Verifiers_TryJobVerifier_Buck et {
368 if m != nil { 379 if m != nil {
369 return m.Buckets 380 return m.Buckets
370 } 381 }
371 return nil 382 return nil
372 } 383 }
373 384
374 func (m *Verifiers_TryJobVerifier) GetTryJobRetryConfig() *Verifiers_TryJobVerif ier_TryJobRetryConfig { 385 func (m *Verifiers_TryJobVerifier) GetTryJobRetryConfig() *Verifiers_TryJobVerif ier_TryJobRetryConfig {
375 if m != nil { 386 if m != nil {
376 return m.TryJobRetryConfig 387 return m.TryJobRetryConfig
377 } 388 }
378 return nil 389 return nil
379 } 390 }
380 391
381 type Verifiers_TryJobVerifier_Builder struct { 392 type Verifiers_TryJobVerifier_Builder struct {
382 // Name of the builder. 393 // Name of the builder.
383 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` 394 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
384 » // When true, the builder is triggered by CQ. Otherwise, it is expected to 395 » // Optionally specify a builder name that triggers the given builder.
385 » // be triggered from another tryjob. Default value is true. 396 » // Otherwise, CQ will trigger this builder (default). If in doubt, you
386 » TriggeredByCq *bool `protobuf:"varint,2,opt,name=triggered_by_cq" json:" triggered_by_cq,omitempty"` 397 » // probably won't need this.
398 » TriggeredBy *string `protobuf:"bytes,2,opt,name=triggered_by" json:"trig gered_by,omitempty"`
387 // When this field is present, it marks given builder as experimental. I t 399 // When this field is present, it marks given builder as experimental. I t
388 // is only executed on a given percentage of the CLs and the outcome doe s 400 // is only executed on a given percentage of the CLs and the outcome doe s
389 // not affect the decicion whether a CL can land or not. This is typical ly 401 // not affect the decicion whether a CL can land or not. This is typical ly
390 // used to test new builders and estimate their capacity requirements. 402 // used to test new builders and estimate their capacity requirements.
391 ExperimentPercentage *float32 `protobuf:"fixed32,4,opt,name=experiment_p ercentage" json:"experiment_percentage,omitempty"` 403 ExperimentPercentage *float32 `protobuf:"fixed32,4,opt,name=experiment_p ercentage" json:"experiment_percentage,omitempty"`
392 XXX_unrecognized []byte `json:"-"` 404 XXX_unrecognized []byte `json:"-"`
393 } 405 }
394 406
395 func (m *Verifiers_TryJobVerifier_Builder) Reset() { *m = Verifiers_TryJ obVerifier_Builder{} } 407 func (m *Verifiers_TryJobVerifier_Builder) Reset() { *m = Verifiers_TryJ obVerifier_Builder{} }
396 func (m *Verifiers_TryJobVerifier_Builder) String() string { return proto.Compac tTextString(m) } 408 func (m *Verifiers_TryJobVerifier_Builder) String() string { return proto.Compac tTextString(m) }
397 func (*Verifiers_TryJobVerifier_Builder) ProtoMessage() {} 409 func (*Verifiers_TryJobVerifier_Builder) ProtoMessage() {}
410 func (*Verifiers_TryJobVerifier_Builder) Descriptor() ([]byte, []int) {
411 return fileDescriptor0, []int{3, 2, 0}
412 }
398 413
399 func (m *Verifiers_TryJobVerifier_Builder) GetName() string { 414 func (m *Verifiers_TryJobVerifier_Builder) GetName() string {
400 if m != nil && m.Name != nil { 415 if m != nil && m.Name != nil {
401 return *m.Name 416 return *m.Name
402 } 417 }
403 return "" 418 return ""
404 } 419 }
405 420
406 func (m *Verifiers_TryJobVerifier_Builder) GetTriggeredByCq() bool { 421 func (m *Verifiers_TryJobVerifier_Builder) GetTriggeredBy() string {
407 » if m != nil && m.TriggeredByCq != nil { 422 » if m != nil && m.TriggeredBy != nil {
408 » » return *m.TriggeredByCq 423 » » return *m.TriggeredBy
409 } 424 }
410 » return false 425 » return ""
411 } 426 }
412 427
413 func (m *Verifiers_TryJobVerifier_Builder) GetExperimentPercentage() float32 { 428 func (m *Verifiers_TryJobVerifier_Builder) GetExperimentPercentage() float32 {
414 if m != nil && m.ExperimentPercentage != nil { 429 if m != nil && m.ExperimentPercentage != nil {
415 return *m.ExperimentPercentage 430 return *m.ExperimentPercentage
416 } 431 }
417 return 0 432 return 0
418 } 433 }
419 434
420 type Verifiers_TryJobVerifier_Bucket struct { 435 type Verifiers_TryJobVerifier_Bucket struct {
421 // Name of the bucket. This is typically the same as a master name witho ut 436 // Name of the bucket. This is typically the same as a master name witho ut
422 // the 'master.' prefix, e.g. 'chromium.linux' or 'tryserver.webrtc'. CQ 437 // the 'master.' prefix, e.g. 'chromium.linux' or 'tryserver.webrtc'. CQ
423 // will automatically add 'master.' prefix if not there. 438 // will automatically add 'master.' prefix if not there.
424 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` 439 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
425 // Builders on which tryjobs should be triggered. 440 // Builders on which tryjobs should be triggered.
426 Builders []*Verifiers_TryJobVerifier_Builder `protobuf:"bytes,2, rep,name=builders" json:"builders,omitempty"` 441 Builders []*Verifiers_TryJobVerifier_Builder `protobuf:"bytes,2, rep,name=builders" json:"builders,omitempty"`
427 XXX_unrecognized []byte `json:"-"` 442 XXX_unrecognized []byte `json:"-"`
428 } 443 }
429 444
430 func (m *Verifiers_TryJobVerifier_Bucket) Reset() { *m = Verifiers_TryJo bVerifier_Bucket{} } 445 func (m *Verifiers_TryJobVerifier_Bucket) Reset() { *m = Verifiers_TryJo bVerifier_Bucket{} }
431 func (m *Verifiers_TryJobVerifier_Bucket) String() string { return proto.Compact TextString(m) } 446 func (m *Verifiers_TryJobVerifier_Bucket) String() string { return proto.Compact TextString(m) }
432 func (*Verifiers_TryJobVerifier_Bucket) ProtoMessage() {} 447 func (*Verifiers_TryJobVerifier_Bucket) ProtoMessage() {}
448 func (*Verifiers_TryJobVerifier_Bucket) Descriptor() ([]byte, []int) {
449 return fileDescriptor0, []int{3, 2, 1}
450 }
433 451
434 func (m *Verifiers_TryJobVerifier_Bucket) GetName() string { 452 func (m *Verifiers_TryJobVerifier_Bucket) GetName() string {
435 if m != nil && m.Name != nil { 453 if m != nil && m.Name != nil {
436 return *m.Name 454 return *m.Name
437 } 455 }
438 return "" 456 return ""
439 } 457 }
440 458
441 func (m *Verifiers_TryJobVerifier_Bucket) GetBuilders() []*Verifiers_TryJobVerif ier_Builder { 459 func (m *Verifiers_TryJobVerifier_Bucket) GetBuilders() []*Verifiers_TryJobVerif ier_Builder {
442 if m != nil { 460 if m != nil {
(...skipping 16 matching lines...) Expand all
459 XXX_unrecognized []byte `json:"-"` 477 XXX_unrecognized []byte `json:"-"`
460 } 478 }
461 479
462 func (m *Verifiers_TryJobVerifier_TryJobRetryConfig) Reset() { 480 func (m *Verifiers_TryJobVerifier_TryJobRetryConfig) Reset() {
463 *m = Verifiers_TryJobVerifier_TryJobRetryConfig{} 481 *m = Verifiers_TryJobVerifier_TryJobRetryConfig{}
464 } 482 }
465 func (m *Verifiers_TryJobVerifier_TryJobRetryConfig) String() string { 483 func (m *Verifiers_TryJobVerifier_TryJobRetryConfig) String() string {
466 return proto.CompactTextString(m) 484 return proto.CompactTextString(m)
467 } 485 }
468 func (*Verifiers_TryJobVerifier_TryJobRetryConfig) ProtoMessage() {} 486 func (*Verifiers_TryJobVerifier_TryJobRetryConfig) ProtoMessage() {}
487 func (*Verifiers_TryJobVerifier_TryJobRetryConfig) Descriptor() ([]byte, []int) {
488 return fileDescriptor0, []int{3, 2, 2}
489 }
469 490
470 func (m *Verifiers_TryJobVerifier_TryJobRetryConfig) GetTryJobRetryQuota() int32 { 491 func (m *Verifiers_TryJobVerifier_TryJobRetryConfig) GetTryJobRetryQuota() int32 {
471 if m != nil && m.TryJobRetryQuota != nil { 492 if m != nil && m.TryJobRetryQuota != nil {
472 return *m.TryJobRetryQuota 493 return *m.TryJobRetryQuota
473 } 494 }
474 return 0 495 return 0
475 } 496 }
476 497
477 func (m *Verifiers_TryJobVerifier_TryJobRetryConfig) GetGlobalRetryQuota() int32 { 498 func (m *Verifiers_TryJobVerifier_TryJobRetryConfig) GetGlobalRetryQuota() int32 {
478 if m != nil && m.GlobalRetryQuota != nil { 499 if m != nil && m.GlobalRetryQuota != nil {
(...skipping 20 matching lines...) Expand all
499 if m != nil && m.TimeoutRetryWeight != nil { 520 if m != nil && m.TimeoutRetryWeight != nil {
500 return *m.TimeoutRetryWeight 521 return *m.TimeoutRetryWeight
501 } 522 }
502 return 0 523 return 0
503 } 524 }
504 525
505 type Verifiers_SignCLAVerifier struct { 526 type Verifiers_SignCLAVerifier struct {
506 XXX_unrecognized []byte `json:"-"` 527 XXX_unrecognized []byte `json:"-"`
507 } 528 }
508 529
509 func (m *Verifiers_SignCLAVerifier) Reset() { *m = Verifiers_SignCLAVeri fier{} } 530 func (m *Verifiers_SignCLAVerifier) Reset() { *m = Verifiers_ SignCLAVerifier{} }
510 func (m *Verifiers_SignCLAVerifier) String() string { return proto.CompactTextSt ring(m) } 531 func (m *Verifiers_SignCLAVerifier) String() string { return proto.Co mpactTextString(m) }
511 func (*Verifiers_SignCLAVerifier) ProtoMessage() {} 532 func (*Verifiers_SignCLAVerifier) ProtoMessage() {}
533 func (*Verifiers_SignCLAVerifier) Descriptor() ([]byte, []int) { return fileDesc riptor0, []int{3, 3} }
512 534
513 func init() { 535 func init() {
514 proto.RegisterType((*Config)(nil), "Config") 536 proto.RegisterType((*Config)(nil), "Config")
515 proto.RegisterType((*Rietveld)(nil), "Rietveld") 537 proto.RegisterType((*Rietveld)(nil), "Rietveld")
516 proto.RegisterType((*Gerrit)(nil), "Gerrit") 538 proto.RegisterType((*Gerrit)(nil), "Gerrit")
517 proto.RegisterType((*Verifiers)(nil), "Verifiers") 539 proto.RegisterType((*Verifiers)(nil), "Verifiers")
518 proto.RegisterType((*Verifiers_ReviewerLgtmVerifier)(nil), "Verifiers.Re viewerLgtmVerifier") 540 proto.RegisterType((*Verifiers_ReviewerLgtmVerifier)(nil), "Verifiers.Re viewerLgtmVerifier")
519 proto.RegisterType((*Verifiers_TreeStatusLgtmVerifier)(nil), "Verifiers. TreeStatusLgtmVerifier") 541 proto.RegisterType((*Verifiers_TreeStatusLgtmVerifier)(nil), "Verifiers. TreeStatusLgtmVerifier")
520 proto.RegisterType((*Verifiers_TryJobVerifier)(nil), "Verifiers.TryJobVe rifier") 542 proto.RegisterType((*Verifiers_TryJobVerifier)(nil), "Verifiers.TryJobVe rifier")
521 proto.RegisterType((*Verifiers_TryJobVerifier_Builder)(nil), "Verifiers. TryJobVerifier.Builder") 543 proto.RegisterType((*Verifiers_TryJobVerifier_Builder)(nil), "Verifiers. TryJobVerifier.Builder")
522 proto.RegisterType((*Verifiers_TryJobVerifier_Bucket)(nil), "Verifiers.T ryJobVerifier.Bucket") 544 proto.RegisterType((*Verifiers_TryJobVerifier_Bucket)(nil), "Verifiers.T ryJobVerifier.Bucket")
523 proto.RegisterType((*Verifiers_TryJobVerifier_TryJobRetryConfig)(nil), " Verifiers.TryJobVerifier.TryJobRetryConfig") 545 proto.RegisterType((*Verifiers_TryJobVerifier_TryJobRetryConfig)(nil), " Verifiers.TryJobVerifier.TryJobRetryConfig")
524 proto.RegisterType((*Verifiers_SignCLAVerifier)(nil), "Verifiers.SignCLA Verifier") 546 proto.RegisterType((*Verifiers_SignCLAVerifier)(nil), "Verifiers.SignCLA Verifier")
525 } 547 }
548
549 var fileDescriptor0 = []byte{
550 // 660 bytes of a gzipped FileDescriptorProto
551 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x74, 0x54, 0xdd, 0x4e, 0xdb, 0x4c,
552 0x10, 0x55, 0x08, 0x49, 0x9c, 0x31, 0x90, 0x0f, 0x13, 0xc0, 0xf8, 0xeb, 0x0f, 0x50, 0xa9, 0xaa,
553 0xda, 0xca, 0x12, 0xa9, 0xd4, 0xfb, 0xc2, 0x45, 0xd5, 0x96, 0x2b, 0xa8, 0x7a, 0xd1, 0x9b, 0xd5,
554 0xda, 0x9e, 0x98, 0xa5, 0xfe, 0x81, 0xf5, 0x3a, 0x90, 0xb7, 0xea, 0x53, 0xf4, 0x11, 0x7a, 0xd5,
555 0x87, 0xe9, 0x78, 0xbd, 0x09, 0x71, 0x4a, 0xae, 0x6c, 0xcf, 0x39, 0xb3, 0x7b, 0x66, 0xce, 0x8c,
556 0xc1, 0x0a, 0x6f, 0xfd, 0x1b, 0x99, 0xab, 0xfc, 0xf8, 0xd7, 0x1a, 0x74, 0xcf, 0xf2, 0x6c, 0x2c,
557 0x62, 0x67, 0x00, 0xbd, 0x09, 0xca, 0x42, 0xe4, 0x99, 0xdb, 0x3a, 0x6c, 0xbd, 0xea, 0x54, 0x81,
558 0xf0, 0x96, 0x65, 0x3c, 0x45, 0x77, 0x8d, 0x02, 0x7d, 0xe7, 0x29, 0xf4, 0x89, 0x21, 0xc6, 0x82,
559 0x68, 0x6e, 0x9b, 0x42, 0xf6, 0x08, 0xfc, 0x6f, 0xb3, 0x88, 0xb3, 0x0b, 0x9b, 0xc4, 0x2f, 0x14,
560 0x57, 0x65, 0xc1, 0x4a, 0x99, 0xb8, 0xeb, 0x3a, 0xeb, 0x08, 0x0e, 0xae, 0x44, 0x84, 0x4c, 0xe2,
561 0x98, 0x89, 0x8c, 0x85, 0x79, 0x9a, 0x0a, 0xa5, 0x30, 0x62, 0x69, 0x11, 0xbb, 0x1d, 0xa2, 0x58,
562 0x8e, 0x07, 0x4e, 0x1d, 0x66, 0x41, 0x29, 0x0b, 0xc5, 0x22, 0x4c, 0xf8, 0xd4, 0xed, 0x6a, 0x15,
563 0x2e, 0xfc, 0x97, 0xf2, 0x7b, 0xb6, 0x88, 0xbb, 0x3d, 0x8d, 0xd0, 0x7d, 0x74, 0x1e, 0xd5, 0x11,
564 0x95, 0xa1, 0xaa, 0x64, 0x5b, 0xfa, 0xb0, 0xff, 0xc1, 0x92, 0x02, 0xd5, 0x04, 0x93, 0xc8, 0xed,
565 0x6b, 0x91, 0x7d, 0xff, 0xc2, 0x04, 0x9c, 0x7d, 0xe8, 0xc6, 0x28, 0xa5, 0x50, 0xee, 0x40, 0x43,
566 0x3d, 0xff, 0xa3, 0xfe, 0x74, 0x86, 0xb0, 0x11, 0xd3, 0xf9, 0x12, 0x6f, 0x72, 0xad, 0x1d, 0xb4,
567 0x76, 0x07, 0x40, 0x71, 0x19, 0x63, 0x05, 0x8c, 0x5d, 0x5b, 0xc7, 0x88, 0x59, 0x4c, 0xb2, 0x07,
568 0xe6, 0x46, 0x15, 0x3d, 0xf6, 0xc1, 0x9a, 0x5f, 0x62, 0x43, 0xbb, 0x02, 0x5a, 0x9a, 0x4e, 0x2a,
569 0x49, 0xe2, 0x35, 0x86, 0x24, 0x9e, 0x17, 0x58, 0x50, 0x2f, 0xdb, 0xc4, 0x7f, 0x01, 0x5d, 0x73,
570 0xf3, 0x01, 0x6c, 0x53, 0xdb, 0x4c, 0x63, 0x23, 0x96, 0xf0, 0x00, 0x4d, 0xee, 0xf1, 0xef, 0x2e,
571 0xf4, 0x1f, 0xfa, 0xfb, 0x1e, 0x36, 0x25, 0x4e, 0x04, 0xde, 0xa1, 0x64, 0x49, 0xac, 0x52, 0x4d,
572 0xb2, 0x47, 0xcf, 0x1f, 0x2c, 0xf0, 0x2f, 0x0c, 0x7e, 0x4e, 0xf0, 0x2c, 0x4a, 0x79, 0xb6, 0x92,
573 0x88, 0xc6, 0x19, 0xed, 0xa5, 0x3d, 0x3a, 0x5a, 0xc8, 0xfa, 0x4a, 0xe8, 0xa5, 0x06, 0x1b, 0x79,
574 0xaf, 0xa1, 0xa7, 0xe4, 0x94, 0x5d, 0xe7, 0x81, 0x31, 0xfb, 0xa0, 0x91, 0x33, 0xfd, 0x9c, 0x07,
575 0x73, 0xee, 0x5b, 0xb0, 0x0a, 0x11, 0x93, 0xbb, 0x09, 0xd7, 0xb6, 0xdb, 0x23, 0x6f, 0x81, 0x7c,
576 0x49, 0xd0, 0xd9, 0xf9, 0x87, 0x59, 0xc0, 0xfb, 0x0e, 0xc3, 0x47, 0x95, 0xee, 0xc1, 0xd6, 0x6c,
577 0x3c, 0xa8, 0x44, 0x41, 0x4e, 0xcf, 0x7b, 0x58, 0xcd, 0xc0, 0x1d, 0x27, 0x87, 0x0a, 0x0c, 0xeb,
578 0x1a, 0x3a, 0xce, 0x0e, 0xd8, 0x59, 0xae, 0x5b, 0xa1, 0x67, 0xa9, 0x12, 0xd9, 0xf7, 0x4e, 0x60,
579 0x6f, 0x45, 0x3d, 0xfb, 0x30, 0x58, 0xe8, 0x03, 0x9b, 0x5b, 0xe4, 0xfd, 0x69, 0xc3, 0xd6, 0x52,
580 0x3d, 0x27, 0xd0, 0x0b, 0xca, 0xf0, 0x07, 0xaa, 0x82, 0x38, 0x6d, 0x2a, 0xe7, 0x70, 0x65, 0xed,
581 0xfe, 0xa9, 0x26, 0x3a, 0x9f, 0x60, 0x68, 0xda, 0x45, 0xb3, 0x51, 0xbd, 0x85, 0x7a, 0xaf, 0x4c,
582 0xbf, 0xdf, 0xac, 0xce, 0xaf, 0x3f, 0x2f, 0xaa, 0x9c, 0x7a, 0x15, 0xbd, 0x73, 0xe8, 0x9d, 0x96,
583 0x22, 0x89, 0x48, 0xc8, 0x06, 0xac, 0xeb, 0x0d, 0x6c, 0xcd, 0x66, 0x4f, 0x49, 0x11, 0xd3, 0x08,
584 0xd3, 0xa4, 0x04, 0xd3, 0xf9, 0x5e, 0xee, 0xe2, 0xfd, 0x0d, 0x1d, 0x97, 0x62, 0xa6, 0x18, 0xbd,
585 0x84, 0xf4, 0xe4, 0x31, 0x6a, 0x27, 0xd6, 0xbc, 0x2f, 0xd0, 0x35, 0x12, 0x9b, 0x87, 0xbd, 0x03,
586 0x2b, 0xa8, 0x6f, 0xa9, 0x87, 0x72, 0x79, 0x28, 0x96, 0x8a, 0xd4, 0x4c, 0xef, 0x67, 0x0b, 0xb6,
587 0xff, 0x11, 0x4c, 0x3b, 0xb7, 0xd3, 0xac, 0xfd, 0xb6, 0xcc, 0x15, 0x37, 0xff, 0x11, 0xda, 0xee,
588 0x38, 0xc9, 0x03, 0x9e, 0x34, 0xb0, 0xda, 0xc2, 0x27, 0x30, 0x1c, 0x73, 0x91, 0x94, 0x12, 0x0d,
589 0x78, 0x87, 0x22, 0xbe, 0x52, 0xda, 0xcb, 0x8e, 0xf3, 0x12, 0x9e, 0x29, 0xc9, 0xb3, 0x42, 0x54,
590 0x75, 0x3d, 0xca, 0x5b, 0x9f, 0x9d, 0xa2, 0xa8, 0xf8, 0xbc, 0x54, 0x4d, 0xb4, 0xfa, 0xbb, 0x74,
591 0xbc, 0x6d, 0x18, 0x2c, 0x0d, 0xe0, 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x0e, 0x52, 0xce, 0xf8,
592 0x01, 0x05, 0x00, 0x00,
593 }
OLDNEW
« no previous file with comments | « third_party/cq_client/cq.proto ('k') | third_party/cq_client/cq_pb2.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698