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

Unified Diff: scheduler/appengine/engine/internal/tq_tasks.pb.go

Issue 2981143002: Add 'dsset' structure. (Closed)
Patch Set: rebase Created 3 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scheduler/appengine/engine/internal/tq_tasks.proto ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scheduler/appengine/engine/internal/tq_tasks.pb.go
diff --git a/scheduler/appengine/engine/internal/tq_tasks.pb.go b/scheduler/appengine/engine/internal/tq_tasks.pb.go
index dd656e1bf3ae45258619e7f6192c2612dcbc808c..37e9f852c762d7e6dd624eb8b86d60339a69267f 100644
--- a/scheduler/appengine/engine/internal/tq_tasks.pb.go
+++ b/scheduler/appengine/engine/internal/tq_tasks.pb.go
@@ -9,7 +9,10 @@ It is generated from these files:
It has these top-level messages:
TickLaterTask
- StartInvocationTask
+ TriggerInvocationTask
+ TriageTriggersTask
+ LaunchInvocationsBatchTask
+ LaunchInvocationTask
*/
package internal
@@ -52,25 +55,100 @@ func (m *TickLaterTask) GetTickNonce() int64 {
return 0
}
-type StartInvocationTask struct {
+type TriggerInvocationTask struct {
+ JobId string `protobuf:"bytes,1,opt,name=job_id,json=jobId" json:"job_id,omitempty"`
+ TriggerId int64 `protobuf:"varint,2,opt,name=trigger_id,json=triggerId" json:"trigger_id,omitempty"`
+}
+
+func (m *TriggerInvocationTask) Reset() { *m = TriggerInvocationTask{} }
+func (m *TriggerInvocationTask) String() string { return proto.CompactTextString(m) }
+func (*TriggerInvocationTask) ProtoMessage() {}
+func (*TriggerInvocationTask) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
+
+func (m *TriggerInvocationTask) GetJobId() string {
+ if m != nil {
+ return m.JobId
+ }
+ return ""
+}
+
+func (m *TriggerInvocationTask) GetTriggerId() int64 {
+ if m != nil {
+ return m.TriggerId
+ }
+ return 0
+}
+
+type TriageTriggersTask struct {
JobId string `protobuf:"bytes,1,opt,name=job_id,json=jobId" json:"job_id,omitempty"`
}
-func (m *StartInvocationTask) Reset() { *m = StartInvocationTask{} }
-func (m *StartInvocationTask) String() string { return proto.CompactTextString(m) }
-func (*StartInvocationTask) ProtoMessage() {}
-func (*StartInvocationTask) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
+func (m *TriageTriggersTask) Reset() { *m = TriageTriggersTask{} }
+func (m *TriageTriggersTask) String() string { return proto.CompactTextString(m) }
+func (*TriageTriggersTask) ProtoMessage() {}
+func (*TriageTriggersTask) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} }
-func (m *StartInvocationTask) GetJobId() string {
+func (m *TriageTriggersTask) GetJobId() string {
if m != nil {
return m.JobId
}
return ""
}
+type LaunchInvocationsBatchTask struct {
+ JobId string `protobuf:"bytes,1,opt,name=job_id,json=jobId" json:"job_id,omitempty"`
+ InvId []int64 `protobuf:"varint,2,rep,packed,name=inv_id,json=invId" json:"inv_id,omitempty"`
+}
+
+func (m *LaunchInvocationsBatchTask) Reset() { *m = LaunchInvocationsBatchTask{} }
+func (m *LaunchInvocationsBatchTask) String() string { return proto.CompactTextString(m) }
+func (*LaunchInvocationsBatchTask) ProtoMessage() {}
+func (*LaunchInvocationsBatchTask) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
+
+func (m *LaunchInvocationsBatchTask) GetJobId() string {
+ if m != nil {
+ return m.JobId
+ }
+ return ""
+}
+
+func (m *LaunchInvocationsBatchTask) GetInvId() []int64 {
+ if m != nil {
+ return m.InvId
+ }
+ return nil
+}
+
+type LaunchInvocationTask struct {
+ JobId string `protobuf:"bytes,1,opt,name=job_id,json=jobId" json:"job_id,omitempty"`
+ InvId int64 `protobuf:"varint,2,opt,name=inv_id,json=invId" json:"inv_id,omitempty"`
+}
+
+func (m *LaunchInvocationTask) Reset() { *m = LaunchInvocationTask{} }
+func (m *LaunchInvocationTask) String() string { return proto.CompactTextString(m) }
+func (*LaunchInvocationTask) ProtoMessage() {}
+func (*LaunchInvocationTask) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4} }
+
+func (m *LaunchInvocationTask) GetJobId() string {
+ if m != nil {
+ return m.JobId
+ }
+ return ""
+}
+
+func (m *LaunchInvocationTask) GetInvId() int64 {
+ if m != nil {
+ return m.InvId
+ }
+ return 0
+}
+
func init() {
proto.RegisterType((*TickLaterTask)(nil), "internal.tq_tasks.TickLaterTask")
- proto.RegisterType((*StartInvocationTask)(nil), "internal.tq_tasks.StartInvocationTask")
+ proto.RegisterType((*TriggerInvocationTask)(nil), "internal.tq_tasks.TriggerInvocationTask")
+ proto.RegisterType((*TriageTriggersTask)(nil), "internal.tq_tasks.TriageTriggersTask")
+ proto.RegisterType((*LaunchInvocationsBatchTask)(nil), "internal.tq_tasks.LaunchInvocationsBatchTask")
+ proto.RegisterType((*LaunchInvocationTask)(nil), "internal.tq_tasks.LaunchInvocationTask")
}
func init() {
@@ -78,17 +156,21 @@ func init() {
}
var fileDescriptor0 = []byte{
- // 189 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x8e, 0x31, 0x6b, 0x84, 0x40,
- 0x10, 0x85, 0x31, 0x21, 0x82, 0x0b, 0x29, 0x62, 0x08, 0xd8, 0x04, 0xc4, 0xca, 0x22, 0x71, 0x8b,
- 0xfc, 0x86, 0x14, 0x86, 0x90, 0xc2, 0xd8, 0xcb, 0xee, 0xba, 0xe8, 0xb8, 0xde, 0x8c, 0xb7, 0x3b,
- 0xde, 0xef, 0x3f, 0x94, 0xb3, 0xbd, 0xe6, 0x3d, 0xf8, 0x3e, 0x78, 0x3c, 0xf1, 0x33, 0x00, 0x8f,
- 0xab, 0xae, 0x0c, 0x9d, 0xe4, 0xbc, 0x1a, 0xd8, 0xe3, 0x73, 0x20, 0x19, 0xcc, 0x68, 0xfb, 0x75,
- 0xb6, 0x5e, 0xaa, 0x65, 0xb1, 0x38, 0x00, 0x5a, 0x79, 0x2b, 0x40, 0xb6, 0x1e, 0xd5, 0x2c, 0xf9,
- 0xdc, 0xb1, 0x0a, 0x2e, 0x54, 0x8b, 0x27, 0xa6, 0xf4, 0xe5, 0x10, 0xd5, 0x21, 0x8a, 0x6f, 0xf1,
- 0xdc, 0x82, 0x71, 0xbf, 0x8a, 0xad, 0x6f, 0x55, 0x70, 0xe9, 0x9b, 0x88, 0x27, 0xd2, 0x1d, 0xf4,
- 0x59, 0x94, 0x47, 0x65, 0xd2, 0x3c, 0x4d, 0xa4, 0xeb, 0x3e, 0x7d, 0x17, 0x82, 0xc1, 0xb8, 0x0e,
- 0x09, 0x8d, 0xcd, 0x1e, 0xf2, 0xa8, 0x7c, 0x6c, 0x92, 0x8d, 0xfc, 0x6d, 0xa0, 0xf8, 0x10, 0xaf,
- 0xff, 0xac, 0x3c, 0xd7, 0x78, 0x21, 0xa3, 0x18, 0x08, 0xef, 0x8c, 0xe9, 0x78, 0xbf, 0xf3, 0x75,
- 0x0d, 0x00, 0x00, 0xff, 0xff, 0x0a, 0xae, 0x77, 0x6f, 0xdc, 0x00, 0x00, 0x00,
+ // 255 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0xd0, 0x41, 0x4b, 0xc3, 0x30,
+ 0x14, 0x07, 0x70, 0xea, 0x58, 0x61, 0x0f, 0x3c, 0x58, 0x2c, 0x0c, 0x41, 0x18, 0x3d, 0x15, 0xc4,
+ 0xe6, 0xe0, 0x37, 0x10, 0x3d, 0x74, 0x4c, 0x0f, 0xa5, 0xf7, 0x92, 0x26, 0x21, 0x7d, 0x6b, 0x7d,
+ 0xa9, 0x49, 0xda, 0xcf, 0x2f, 0xdd, 0x5a, 0x05, 0x0f, 0xd3, 0x4b, 0x02, 0xef, 0x1f, 0x7e, 0xff,
+ 0xf0, 0x60, 0xaf, 0xd1, 0x37, 0x43, 0x9d, 0x09, 0xf3, 0xc1, 0xba, 0x41, 0xe0, 0xe9, 0x78, 0xd4,
+ 0x86, 0x39, 0xd1, 0x28, 0x39, 0x74, 0xca, 0x32, 0xde, 0xf7, 0x8a, 0x34, 0x92, 0x62, 0xf3, 0x85,
+ 0xe4, 0x95, 0x25, 0xde, 0x31, 0xff, 0x59, 0x79, 0xee, 0x5a, 0x97, 0xf5, 0xd6, 0x78, 0x13, 0xdd,
+ 0x2c, 0x41, 0xb6, 0x04, 0xc9, 0x2b, 0x5c, 0x97, 0x28, 0xda, 0x03, 0xf7, 0xca, 0x96, 0xdc, 0xb5,
+ 0x51, 0x0c, 0xe1, 0xd1, 0xd4, 0x15, 0xca, 0x6d, 0xb0, 0x0b, 0xd2, 0x4d, 0xb1, 0x3e, 0x9a, 0x3a,
+ 0x97, 0xd1, 0x3d, 0x80, 0x47, 0xd1, 0x56, 0x64, 0x48, 0xa8, 0xed, 0xd5, 0x2e, 0x48, 0x57, 0xc5,
+ 0x66, 0x9a, 0xbc, 0x4f, 0x83, 0xe4, 0x0d, 0xe2, 0xd2, 0xa2, 0xd6, 0xca, 0xe6, 0x34, 0x1a, 0xc1,
+ 0x3d, 0x1a, 0xfa, 0x8b, 0x3b, 0xbf, 0x9f, 0xa2, 0x85, 0x9b, 0x05, 0x99, 0x3c, 0x40, 0x54, 0x5a,
+ 0xe4, 0x5a, 0xcd, 0xa8, 0xbb, 0x60, 0x25, 0x7b, 0xb8, 0x3b, 0xf0, 0x81, 0x44, 0xf3, 0x53, 0xed,
+ 0x9e, 0xb9, 0x17, 0xcd, 0xa5, 0x0f, 0xc4, 0x10, 0x22, 0x8d, 0xe7, 0xf2, 0x55, 0xba, 0x2a, 0xd6,
+ 0x48, 0x63, 0x2e, 0x93, 0x17, 0xb8, 0xfd, 0x6d, 0xfd, 0x57, 0x09, 0xbe, 0x95, 0x3a, 0x3c, 0xad,
+ 0xfb, 0xe9, 0x2b, 0x00, 0x00, 0xff, 0xff, 0x60, 0x97, 0xe5, 0xdb, 0xbc, 0x01, 0x00, 0x00,
}
« no previous file with comments | « scheduler/appengine/engine/internal/tq_tasks.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698