| Index: common/api/logdog_coordinator/services/v1/tasks.pb.go | 
| diff --git a/common/api/logdog_coordinator/services/v1/tasks.pb.go b/common/api/logdog_coordinator/services/v1/tasks.pb.go | 
| index 04aab2b7a96fbf60fd6be57b3f9c1701d170ed07..8b1cd1fcd3db72eca6cdc5753911086c1c64eb65 100644 | 
| --- a/common/api/logdog_coordinator/services/v1/tasks.pb.go | 
| +++ b/common/api/logdog_coordinator/services/v1/tasks.pb.go | 
| @@ -35,6 +35,8 @@ type ArchiveTask struct { | 
| // The task's age can be calculated by subtracting its lease expiration time | 
| // (leaseTimestamp) from its enqueued timestamp (enqueueTimestamp). | 
| CompletePeriod *google_protobuf1.Duration `protobuf:"bytes,4,opt,name=complete_period,json=completePeriod" json:"complete_period,omitempty"` | 
| +	// The name of the project that this stream is bound to. | 
| +	Project string `protobuf:"bytes,5,opt,name=project" json:"project,omitempty"` | 
| } | 
|  | 
| func (m *ArchiveTask) Reset()                    { *m = ArchiveTask{} } | 
| @@ -61,17 +63,18 @@ func init() { | 
| } | 
|  | 
| var fileDescriptor2 = []byte{ | 
| -	// 191 bytes of a gzipped FileDescriptorProto | 
| +	// 207 bytes of a gzipped FileDescriptorProto | 
| 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe2, 0xe2, 0x2e, 0x49, 0x2c, 0xce, | 
| 0x2e, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0xcb, 0xc9, 0x4f, 0x4f, 0xc9, 0x4f, 0x97, | 
| 0x92, 0x4b, 0xcf, 0xcf, 0x4f, 0xcf, 0x49, 0xd5, 0x07, 0x8b, 0x26, 0x95, 0xa6, 0xe9, 0xa7, 0x94, | 
| -	0x16, 0x25, 0x96, 0x64, 0xe6, 0xe7, 0x41, 0xd4, 0x29, 0x6d, 0x65, 0xe4, 0xe2, 0x76, 0x2c, 0x4a, | 
| +	0x16, 0x25, 0x96, 0x64, 0xe6, 0xe7, 0x41, 0xd4, 0x29, 0x9d, 0x67, 0xe4, 0xe2, 0x76, 0x2c, 0x4a, | 
| 0xce, 0xc8, 0x2c, 0x4b, 0x0d, 0x01, 0x6a, 0x17, 0x12, 0xe2, 0x62, 0x29, 0x48, 0x2c, 0xc9, 0x90, | 
| 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x0c, 0x02, 0xb3, 0x85, 0x04, 0xb8, 0x98, 0xb3, 0x53, 0x2b, 0x25, | 
| 0x98, 0x80, 0x42, 0x3c, 0x41, 0x20, 0xa6, 0x90, 0x0d, 0x17, 0x4f, 0x71, 0x6a, 0x49, 0x49, 0x4e, | 
| 0x6a, 0x7c, 0x4a, 0x6a, 0x4e, 0x62, 0xa5, 0x04, 0x33, 0x50, 0x8a, 0xdb, 0x48, 0x52, 0x0f, 0x62, | 
| 0x99, 0x1e, 0xcc, 0x32, 0x3d, 0x17, 0xa8, 0x65, 0x41, 0xdc, 0x10, 0xe5, 0x2e, 0x20, 0xd5, 0x42, | 
| 0x4e, 0x5c, 0xfc, 0xc9, 0xf9, 0xb9, 0x05, 0x39, 0xa9, 0x25, 0xa9, 0xf1, 0x05, 0xa9, 0x45, 0x99, | 
| -	0xf9, 0x29, 0x12, 0x2c, 0x84, 0x0c, 0xe0, 0x83, 0xe9, 0x08, 0x00, 0x6b, 0x48, 0x62, 0x03, 0x2b, | 
| -	0x31, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0xfd, 0xb1, 0x23, 0xed, 0xf5, 0x00, 0x00, 0x00, | 
| +	0xf9, 0x29, 0x12, 0x2c, 0x84, 0x0c, 0xe0, 0x83, 0xe9, 0x08, 0x00, 0x6b, 0x10, 0x92, 0xe0, 0x62, | 
| +	0x07, 0x2a, 0xca, 0x4a, 0x4d, 0x2e, 0x91, 0x60, 0x05, 0x3b, 0x15, 0xc6, 0x4d, 0x62, 0x03, 0x6b, | 
| +	0x36, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x3a, 0xef, 0xb9, 0xe7, 0x0f, 0x01, 0x00, 0x00, | 
| } | 
|  |