Merge remote-tracking branch 'origin/feat/workspaces' into feat/integrate.workflow.changes

This commit is contained in:
Andrey Melnikov
2020-05-01 23:36:59 -07:00
26 changed files with 1014 additions and 267 deletions

View File

@@ -663,19 +663,19 @@ func (m *LogEntry) GetContent() string {
}
type WorkflowExecution struct {
CreatedAt string `protobuf:"bytes,1,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
Uid string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
Phase string `protobuf:"bytes,4,opt,name=phase,proto3" json:"phase,omitempty"`
StartedAt string `protobuf:"bytes,5,opt,name=startedAt,proto3" json:"startedAt,omitempty"`
FinishedAt string `protobuf:"bytes,6,opt,name=finishedAt,proto3" json:"finishedAt,omitempty"`
Manifest string `protobuf:"bytes,7,opt,name=manifest,proto3" json:"manifest,omitempty"`
Parameters []*WorkflowExecutionParameter `protobuf:"bytes,8,rep,name=parameters,proto3" json:"parameters,omitempty"`
WorkflowTemplate *WorkflowTemplate `protobuf:"bytes,9,opt,name=workflowTemplate,proto3" json:"workflowTemplate,omitempty"`
Labels []*KeyValue `protobuf:"bytes,10,rep,name=labels,proto3" json:"labels,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
CreatedAt string `protobuf:"bytes,1,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
Uid string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
Phase string `protobuf:"bytes,4,opt,name=phase,proto3" json:"phase,omitempty"`
StartedAt string `protobuf:"bytes,5,opt,name=startedAt,proto3" json:"startedAt,omitempty"`
FinishedAt string `protobuf:"bytes,6,opt,name=finishedAt,proto3" json:"finishedAt,omitempty"`
Manifest string `protobuf:"bytes,7,opt,name=manifest,proto3" json:"manifest,omitempty"`
Parameters []*Parameter `protobuf:"bytes,8,rep,name=parameters,proto3" json:"parameters,omitempty"`
WorkflowTemplate *WorkflowTemplate `protobuf:"bytes,9,opt,name=workflowTemplate,proto3" json:"workflowTemplate,omitempty"`
Labels []*KeyValue `protobuf:"bytes,10,rep,name=labels,proto3" json:"labels,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *WorkflowExecution) Reset() { *m = WorkflowExecution{} }
@@ -752,7 +752,7 @@ func (m *WorkflowExecution) GetManifest() string {
return ""
}
func (m *WorkflowExecution) GetParameters() []*WorkflowExecutionParameter {
func (m *WorkflowExecution) GetParameters() []*Parameter {
if m != nil {
return m.Parameters
}
@@ -773,53 +773,6 @@ func (m *WorkflowExecution) GetLabels() []*KeyValue {
return nil
}
type WorkflowExecutionParameter struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *WorkflowExecutionParameter) Reset() { *m = WorkflowExecutionParameter{} }
func (m *WorkflowExecutionParameter) String() string { return proto.CompactTextString(m) }
func (*WorkflowExecutionParameter) ProtoMessage() {}
func (*WorkflowExecutionParameter) Descriptor() ([]byte, []int) {
return fileDescriptor_892c7f566756b0be, []int{13}
}
func (m *WorkflowExecutionParameter) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_WorkflowExecutionParameter.Unmarshal(m, b)
}
func (m *WorkflowExecutionParameter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_WorkflowExecutionParameter.Marshal(b, m, deterministic)
}
func (m *WorkflowExecutionParameter) XXX_Merge(src proto.Message) {
xxx_messageInfo_WorkflowExecutionParameter.Merge(m, src)
}
func (m *WorkflowExecutionParameter) XXX_Size() int {
return xxx_messageInfo_WorkflowExecutionParameter.Size(m)
}
func (m *WorkflowExecutionParameter) XXX_DiscardUnknown() {
xxx_messageInfo_WorkflowExecutionParameter.DiscardUnknown(m)
}
var xxx_messageInfo_WorkflowExecutionParameter proto.InternalMessageInfo
func (m *WorkflowExecutionParameter) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *WorkflowExecutionParameter) GetValue() string {
if m != nil {
return m.Value
}
return ""
}
type ArtifactResponse struct {
Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
@@ -831,7 +784,7 @@ func (m *ArtifactResponse) Reset() { *m = ArtifactResponse{} }
func (m *ArtifactResponse) String() string { return proto.CompactTextString(m) }
func (*ArtifactResponse) ProtoMessage() {}
func (*ArtifactResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_892c7f566756b0be, []int{14}
return fileDescriptor_892c7f566756b0be, []int{13}
}
func (m *ArtifactResponse) XXX_Unmarshal(b []byte) error {
@@ -876,7 +829,7 @@ func (m *File) Reset() { *m = File{} }
func (m *File) String() string { return proto.CompactTextString(m) }
func (*File) ProtoMessage() {}
func (*File) Descriptor() ([]byte, []int) {
return fileDescriptor_892c7f566756b0be, []int{15}
return fileDescriptor_892c7f566756b0be, []int{14}
}
func (m *File) XXX_Unmarshal(b []byte) error {
@@ -959,7 +912,7 @@ func (m *ListFilesRequest) Reset() { *m = ListFilesRequest{} }
func (m *ListFilesRequest) String() string { return proto.CompactTextString(m) }
func (*ListFilesRequest) ProtoMessage() {}
func (*ListFilesRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_892c7f566756b0be, []int{16}
return fileDescriptor_892c7f566756b0be, []int{15}
}
func (m *ListFilesRequest) XXX_Unmarshal(b []byte) error {
@@ -1013,7 +966,7 @@ func (m *ListFilesResponse) Reset() { *m = ListFilesResponse{} }
func (m *ListFilesResponse) String() string { return proto.CompactTextString(m) }
func (*ListFilesResponse) ProtoMessage() {}
func (*ListFilesResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_892c7f566756b0be, []int{17}
return fileDescriptor_892c7f566756b0be, []int{16}
}
func (m *ListFilesResponse) XXX_Unmarshal(b []byte) error {
@@ -1060,7 +1013,7 @@ func (m *Statistics) Reset() { *m = Statistics{} }
func (m *Statistics) String() string { return proto.CompactTextString(m) }
func (*Statistics) ProtoMessage() {}
func (*Statistics) Descriptor() ([]byte, []int) {
return fileDescriptor_892c7f566756b0be, []int{18}
return fileDescriptor_892c7f566756b0be, []int{17}
}
func (m *Statistics) XXX_Unmarshal(b []byte) error {
@@ -1108,7 +1061,7 @@ func (m *AddWorkflowExecutionStatisticRequest) Reset() { *m = AddWorkflo
func (m *AddWorkflowExecutionStatisticRequest) String() string { return proto.CompactTextString(m) }
func (*AddWorkflowExecutionStatisticRequest) ProtoMessage() {}
func (*AddWorkflowExecutionStatisticRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_892c7f566756b0be, []int{19}
return fileDescriptor_892c7f566756b0be, []int{18}
}
func (m *AddWorkflowExecutionStatisticRequest) XXX_Unmarshal(b []byte) error {
@@ -1167,7 +1120,7 @@ func (m *CronStartWorkflowExecutionStatisticRequest) String() string {
}
func (*CronStartWorkflowExecutionStatisticRequest) ProtoMessage() {}
func (*CronStartWorkflowExecutionStatisticRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_892c7f566756b0be, []int{20}
return fileDescriptor_892c7f566756b0be, []int{19}
}
func (m *CronStartWorkflowExecutionStatisticRequest) XXX_Unmarshal(b []byte) error {
@@ -1223,7 +1176,6 @@ func init() {
proto.RegisterType((*ListWorkflowExecutionsResponse)(nil), "api.ListWorkflowExecutionsResponse")
proto.RegisterType((*LogEntry)(nil), "api.LogEntry")
proto.RegisterType((*WorkflowExecution)(nil), "api.WorkflowExecution")
proto.RegisterType((*WorkflowExecutionParameter)(nil), "api.WorkflowExecutionParameter")
proto.RegisterType((*ArtifactResponse)(nil), "api.ArtifactResponse")
proto.RegisterType((*File)(nil), "api.File")
proto.RegisterType((*ListFilesRequest)(nil), "api.ListFilesRequest")
@@ -1236,93 +1188,92 @@ func init() {
func init() { proto.RegisterFile("workflow.proto", fileDescriptor_892c7f566756b0be) }
var fileDescriptor_892c7f566756b0be = []byte{
// 1371 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x57, 0xcd, 0x73, 0xd4, 0xc6,
0x12, 0xaf, 0xf1, 0xda, 0xe0, 0xed, 0x85, 0x87, 0x99, 0x07, 0xf6, 0x3e, 0x01, 0xc6, 0x6f, 0x0c,
0x3c, 0x3f, 0xaa, 0xb2, 0x02, 0xe7, 0xa3, 0x52, 0x14, 0x84, 0x18, 0xb0, 0x09, 0xc1, 0x04, 0x22,
0x9b, 0x8f, 0x53, 0xa8, 0xb1, 0x76, 0xd6, 0x56, 0x79, 0x57, 0x52, 0x34, 0xb3, 0x98, 0x8d, 0xcb,
0x97, 0x54, 0x0e, 0xc9, 0x25, 0x39, 0x70, 0x49, 0xe5, 0x94, 0x54, 0xe5, 0x8f, 0xc8, 0x29, 0xa7,
0xa4, 0x2a, 0xa7, 0x5c, 0x72, 0xca, 0x3d, 0x7f, 0x41, 0x6e, 0xb9, 0xa5, 0xa6, 0x35, 0xd2, 0xca,
0x5e, 0x69, 0x31, 0x0a, 0xa9, 0xca, 0x49, 0x9a, 0xee, 0x99, 0xee, 0x5f, 0x7f, 0x4d, 0xf7, 0xc0,
0xbf, 0xb6, 0x82, 0x68, 0xb3, 0xd5, 0x0e, 0xb6, 0x1a, 0x61, 0x14, 0xa8, 0x80, 0x56, 0x78, 0xe8,
0x59, 0x27, 0xd7, 0x83, 0x60, 0xbd, 0x2d, 0x6c, 0x1e, 0x7a, 0x36, 0xf7, 0xfd, 0x40, 0x71, 0xe5,
0x05, 0xbe, 0x8c, 0xb7, 0x58, 0x27, 0x0c, 0x17, 0x57, 0x6b, 0xdd, 0x96, 0x2d, 0x3a, 0xa1, 0xea,
0x19, 0xe6, 0x54, 0x22, 0xef, 0xb1, 0x12, 0x9d, 0xb0, 0xcd, 0x95, 0x30, 0x8c, 0x43, 0x1d, 0xa1,
0x22, 0xcf, 0x35, 0xab, 0x5a, 0x9b, 0xaf, 0x89, 0x76, 0xbc, 0x60, 0x9f, 0x10, 0x98, 0xbe, 0x1e,
0x09, 0xae, 0xc4, 0x43, 0x73, 0x78, 0xf1, 0xa9, 0x70, 0xbb, 0x5a, 0xa7, 0x23, 0x3e, 0xec, 0x0a,
0xa9, 0xe8, 0x49, 0xa8, 0xfa, 0xbc, 0x23, 0x64, 0xc8, 0x5d, 0x51, 0x27, 0x33, 0x64, 0xae, 0xea,
0xf4, 0x09, 0xf4, 0x06, 0x1c, 0xdd, 0xda, 0x7b, 0xb2, 0x3e, 0x32, 0x43, 0xe6, 0x6a, 0xf3, 0x93,
0x0d, 0x1e, 0x7a, 0x8d, 0x41, 0xb9, 0x83, 0x07, 0xd8, 0x5d, 0x38, 0x71, 0x53, 0xa8, 0x92, 0x10,
0x28, 0x8c, 0xea, 0x05, 0x6a, 0xad, 0x3a, 0xf8, 0xcf, 0x1e, 0x01, 0xbd, 0x29, 0xd4, 0x42, 0xa4,
0xbc, 0x16, 0x77, 0x55, 0x69, 0x39, 0x74, 0x02, 0x2a, 0x9b, 0xa2, 0x57, 0xaf, 0x20, 0x49, 0xff,
0xb2, 0xf7, 0xe1, 0xd4, 0x43, 0xae, 0xdc, 0x8d, 0x97, 0x08, 0x76, 0x15, 0x66, 0x1c, 0x21, 0xbb,
0x6b, 0x1d, 0xef, 0x65, 0xba, 0xe0, 0x3e, 0xfc, 0x77, 0x55, 0x44, 0x1d, 0xcf, 0x2f, 0x1f, 0xdc,
0x3c, 0xb1, 0xcf, 0x08, 0x9c, 0xce, 0x8b, 0xd5, 0x72, 0xb0, 0x2e, 0xcb, 0xfb, 0xb9, 0x0e, 0x07,
0xc3, 0xa0, 0xf9, 0x9e, 0x26, 0xc7, 0xbe, 0x4e, 0x96, 0xf4, 0x0c, 0x1c, 0x76, 0x03, 0x5f, 0x71,
0xcf, 0x17, 0x11, 0xf2, 0x47, 0x91, 0xbf, 0x9b, 0xc8, 0x42, 0x60, 0x79, 0xa0, 0xee, 0x60, 0xe2,
0xff, 0x1d, 0xb8, 0xd8, 0x32, 0xcc, 0x0e, 0xd5, 0x28, 0xc3, 0xc0, 0x97, 0x82, 0x9e, 0x85, 0x83,
0x71, 0xf5, 0xc9, 0x3a, 0x99, 0xa9, 0xcc, 0xd5, 0xe6, 0x6b, 0x58, 0x15, 0xf1, 0x36, 0x27, 0xe1,
0xb1, 0x5f, 0x09, 0x9c, 0x5a, 0xf6, 0xe4, 0xa0, 0xbc, 0x7d, 0x62, 0xbf, 0x00, 0xff, 0x4e, 0xaa,
0x6a, 0xd5, 0x14, 0xff, 0x7d, 0xaf, 0x69, 0x4c, 0xc9, 0x63, 0xd1, 0x37, 0x61, 0x6a, 0x2f, 0xf9,
0x81, 0x88, 0xa4, 0x2e, 0xdf, 0xd8, 0xd2, 0x22, 0x36, 0xb5, 0x60, 0x3c, 0xe4, 0xeb, 0x62, 0xc5,
0xfb, 0x28, 0x0e, 0xc6, 0x98, 0x93, 0xae, 0xb5, 0x0f, 0xf5, 0x7f, 0x7d, 0x0c, 0xe9, 0xf8, 0xcf,
0x7e, 0x22, 0x30, 0x5d, 0x64, 0x9b, 0xf1, 0xd2, 0x31, 0x18, 0x73, 0x83, 0xae, 0xaf, 0xd0, 0xb0,
0x31, 0x27, 0x5e, 0xd0, 0x25, 0xa0, 0x03, 0x57, 0x85, 0xac, 0x8f, 0xa0, 0x1b, 0x8b, 0x2e, 0x97,
0x9c, 0x13, 0x29, 0xa8, 0x4a, 0x1f, 0x94, 0xd6, 0xa8, 0xbf, 0xd2, 0x58, 0x10, 0x2f, 0xe8, 0x34,
0x80, 0x0a, 0x14, 0x6f, 0x5f, 0x47, 0x30, 0xb1, 0x11, 0x19, 0x0a, 0xbb, 0x06, 0xe3, 0xcb, 0xc1,
0xfa, 0xa2, 0xaf, 0xa2, 0x9e, 0x0e, 0x88, 0xf2, 0x3a, 0x42, 0x2a, 0xde, 0x09, 0x93, 0x80, 0xa4,
0x04, 0x9d, 0x38, 0x3a, 0x43, 0x85, 0xaf, 0x4c, 0x10, 0x92, 0x25, 0xfb, 0x7d, 0x04, 0x8e, 0x0e,
0xe0, 0xd6, 0xd2, 0x5c, 0xbc, 0x87, 0x9b, 0x0b, 0x2a, 0x91, 0x96, 0x12, 0xf4, 0x35, 0xd4, 0x4d,
0xc3, 0xa9, 0x7f, 0xd3, 0x64, 0xad, 0x64, 0x92, 0x55, 0xdb, 0xb4, 0xc1, 0x65, 0x52, 0x22, 0xf1,
0x42, 0x4b, 0x96, 0x8a, 0x47, 0xb1, 0xe4, 0xb1, 0x58, 0x72, 0x4a, 0xd0, 0x16, 0xb7, 0x3c, 0xdf,
0x93, 0x1b, 0xc8, 0x3e, 0x80, 0xec, 0x0c, 0x45, 0x07, 0xbb, 0xc3, 0x7d, 0xaf, 0x25, 0xa4, 0xaa,
0x1f, 0x44, 0x6e, 0xba, 0xa6, 0x57, 0x01, 0x42, 0x1e, 0xf1, 0x8e, 0x50, 0x22, 0x92, 0xf5, 0x71,
0x8c, 0xcb, 0xe9, 0xfc, 0xb8, 0xdc, 0x4b, 0xf6, 0x39, 0x99, 0x23, 0x74, 0x01, 0x26, 0xf6, 0x26,
0x59, 0xbd, 0x8a, 0xbd, 0xe3, 0xf8, 0x2e, 0x31, 0x09, 0xd3, 0x19, 0xd8, 0x4e, 0xcf, 0xc2, 0x01,
0xec, 0x67, 0xb2, 0x0e, 0xa8, 0xff, 0x30, 0x1e, 0xbc, 0x2d, 0x7a, 0x0f, 0x78, 0xbb, 0x2b, 0x1c,
0xc3, 0x64, 0x4b, 0x60, 0x15, 0x63, 0x4a, 0x9d, 0x49, 0x76, 0x3b, 0xf3, 0x89, 0x16, 0x61, 0x9c,
0x1e, 0x2f, 0xd8, 0x39, 0x98, 0xe8, 0x37, 0x15, 0x93, 0xbc, 0x14, 0x46, 0x9b, 0x5c, 0x71, 0x3c,
0x7d, 0xc8, 0xc1, 0x7f, 0xf6, 0x03, 0x81, 0xd1, 0x25, 0xaf, 0x6d, 0x0a, 0x42, 0x6d, 0x24, 0xa2,
0xf5, 0x7f, 0xee, 0x45, 0x73, 0x12, 0xaa, 0xe2, 0xa9, 0x12, 0x7e, 0xa6, 0x00, 0xfb, 0x04, 0x7d,
0x42, 0x26, 0xe5, 0x56, 0x71, 0xf0, 0x9f, 0xce, 0x40, 0xcd, 0xa4, 0xd4, 0x6a, 0x2f, 0x14, 0x26,
0xb2, 0x59, 0x12, 0x65, 0x70, 0xa8, 0xcd, 0xa5, 0xba, 0x13, 0x34, 0xbd, 0x96, 0x27, 0x9a, 0x26,
0xba, 0xbb, 0x68, 0x5a, 0x6f, 0xd3, 0x8b, 0x84, 0xab, 0x82, 0xa8, 0x87, 0x01, 0x1e, 0x77, 0xfa,
0x04, 0xf6, 0x08, 0x26, 0x74, 0xe5, 0x6a, 0x4b, 0xfe, 0xc2, 0x25, 0x9a, 0xf8, 0xa0, 0xd2, 0xf7,
0x01, 0x5b, 0x85, 0xa3, 0x19, 0xc9, 0xc6, 0x93, 0xa7, 0x61, 0xac, 0xa5, 0x09, 0xe6, 0xaa, 0xac,
0x62, 0x2c, 0xf5, 0x16, 0x27, 0xa6, 0xeb, 0x6c, 0x0d, 0x79, 0x24, 0x7c, 0x75, 0x4f, 0xcb, 0x8b,
0x75, 0x64, 0x28, 0xac, 0x09, 0xb0, 0xa2, 0x27, 0x26, 0xa9, 0x3c, 0x57, 0xd2, 0x73, 0xfd, 0x11,
0x4b, 0x53, 0xbb, 0xd2, 0xc0, 0xdd, 0x43, 0xa5, 0x8d, 0xfe, 0x3d, 0x93, 0xe4, 0xd5, 0xad, 0xb8,
0xd8, 0x2a, 0x4e, 0x0e, 0x87, 0x7d, 0x46, 0xe0, 0xcc, 0x42, 0xb3, 0x39, 0x90, 0x50, 0xa9, 0xea,
0xf2, 0xae, 0xb2, 0x01, 0x64, 0x6a, 0x00, 0x3a, 0xac, 0x36, 0x7f, 0x04, 0xdd, 0xd0, 0xb7, 0xcb,
0xc9, 0x6c, 0x61, 0x5f, 0x10, 0x38, 0x7f, 0x3d, 0x42, 0xdd, 0x91, 0xfa, 0x27, 0x20, 0x9a, 0xff,
0xe3, 0x08, 0x1c, 0x49, 0x80, 0xac, 0x88, 0xe8, 0x89, 0xe7, 0x0a, 0xfa, 0x35, 0x81, 0xa9, 0x82,
0x31, 0x93, 0xce, 0xa2, 0xb0, 0xe1, 0x43, 0xa8, 0x55, 0x70, 0xdd, 0xb3, 0x77, 0x3e, 0xfe, 0xe5,
0xb7, 0x67, 0x23, 0xd7, 0xd8, 0x2b, 0x7a, 0x60, 0x96, 0xf6, 0x93, 0x8b, 0x6b, 0x42, 0xf1, 0x8b,
0xf6, 0x76, 0x6a, 0xd3, 0x8e, 0x9d, 0x4e, 0xc5, 0x22, 0xed, 0x08, 0x97, 0x06, 0x47, 0x50, 0xfa,
0x39, 0x81, 0x63, 0x79, 0x0d, 0x9d, 0xce, 0xa0, 0xea, 0x21, 0xe3, 0x69, 0x21, 0xb8, 0xcb, 0x08,
0xee, 0x0d, 0xfa, 0xda, 0x0b, 0x81, 0x8b, 0xf9, 0x3b, 0xf4, 0x4b, 0x02, 0x93, 0xf9, 0x6d, 0x93,
0x32, 0x54, 0x38, 0x74, 0x5e, 0xb0, 0x66, 0x87, 0xee, 0x89, 0x0b, 0x8e, 0xbd, 0x8e, 0x08, 0x6d,
0xfa, 0x62, 0xee, 0xa3, 0x5f, 0x11, 0x98, 0xcc, 0x1f, 0x82, 0x0d, 0xb4, 0xa1, 0x13, 0x72, 0xa1,
0xbf, 0xae, 0x21, 0x9a, 0xcb, 0xf4, 0x52, 0x19, 0x7f, 0xd9, 0x5b, 0x5a, 0xe7, 0x05, 0x42, 0xbf,
0x27, 0x50, 0x2f, 0x1a, 0x50, 0xe9, 0x99, 0xc2, 0x60, 0x66, 0xe6, 0x57, 0x2b, 0x6e, 0x22, 0x49,
0xa7, 0x67, 0x9b, 0x88, 0x4b, 0x50, 0xb7, 0x14, 0xae, 0x30, 0x68, 0x4a, 0x7b, 0xdb, 0x8c, 0x8d,
0x3b, 0x76, 0x3a, 0xb7, 0x4a, 0x7b, 0x7b, 0xd7, 0x0c, 0xbb, 0x63, 0xb7, 0x83, 0x75, 0x79, 0x81,
0xd0, 0x1f, 0x49, 0xfe, 0x6b, 0xc8, 0x8c, 0x96, 0xf4, 0x7f, 0x85, 0x36, 0xec, 0x1e, 0x77, 0xad,
0xb9, 0xe7, 0x6f, 0x34, 0x79, 0xb0, 0x82, 0x16, 0xde, 0xa1, 0xb7, 0x5f, 0x86, 0x85, 0x66, 0xa6,
0xa5, 0xdf, 0x10, 0xf8, 0x4f, 0xe1, 0xbb, 0x86, 0x9e, 0x45, 0x70, 0xcf, 0x7b, 0xf7, 0x14, 0xe6,
0xca, 0x22, 0x22, 0xbe, 0x6a, 0x5d, 0x29, 0x85, 0x38, 0x32, 0x6a, 0xe9, 0xb7, 0x04, 0xac, 0xe2,
0x57, 0x12, 0x3d, 0x87, 0xda, 0x9f, 0xfb, 0x8c, 0xb2, 0x26, 0x1b, 0xf1, 0xc3, 0xbc, 0x91, 0x3c,
0xcc, 0x1b, 0x8b, 0xfa, 0x61, 0xce, 0x96, 0x10, 0xe5, 0xdb, 0xd6, 0x5b, 0xa5, 0x50, 0xaa, 0x44,
0xaf, 0xbe, 0x9c, 0x6a, 0x99, 0xf7, 0x2c, 0x9d, 0x4a, 0x22, 0xbb, 0xe7, 0x85, 0x6b, 0xc5, 0x73,
0xd3, 0xde, 0x11, 0x85, 0xdd, 0x45, 0x1c, 0xb7, 0xe8, 0xcd, 0x52, 0x38, 0xb8, 0x11, 0x27, 0xed,
0xed, 0x4d, 0xd1, 0xbb, 0x72, 0xfe, 0xfc, 0x0e, 0xfd, 0x94, 0x40, 0x35, 0xed, 0xdf, 0xf4, 0x78,
0x7a, 0xd7, 0x64, 0x27, 0x05, 0x13, 0xbb, 0x81, 0x36, 0xcf, 0x96, 0x11, 0xcd, 0x12, 0xbd, 0x51,
0x0a, 0x0d, 0x4e, 0x02, 0xf6, 0xb6, 0x9e, 0x22, 0x10, 0xca, 0x77, 0x04, 0xa6, 0x87, 0x76, 0x63,
0x49, 0xff, 0x1f, 0x7b, 0x65, 0x1f, 0x2d, 0xbb, 0x30, 0x92, 0xa6, 0x42, 0xd8, 0xd5, 0x52, 0x98,
0xfb, 0xed, 0xf1, 0x52, 0xa6, 0x55, 0xd2, 0x9f, 0x09, 0xcc, 0xee, 0xa3, 0x79, 0x53, 0xdb, 0xb4,
0xc8, 0xfd, 0xb6, 0xf9, 0x42, 0x2b, 0x3e, 0x40, 0x2b, 0x1e, 0xb1, 0x77, 0x4b, 0x59, 0xe1, 0x46,
0x81, 0xff, 0x18, 0x9f, 0x0e, 0x8f, 0xf3, 0x0d, 0x5a, 0x3b, 0x80, 0xfa, 0x5e, 0xfd, 0x33, 0x00,
0x00, 0xff, 0xff, 0x61, 0xc5, 0x94, 0x20, 0xdb, 0x12, 0x00, 0x00,
// 1357 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x57, 0x4b, 0x6f, 0x1c, 0x45,
0x10, 0xd6, 0x78, 0xed, 0xc4, 0xae, 0xcd, 0xc3, 0x29, 0x12, 0x7b, 0xd9, 0x24, 0x8e, 0x69, 0x27,
0xc1, 0x44, 0x62, 0x27, 0x31, 0x0f, 0xa1, 0x28, 0x21, 0x38, 0x89, 0x1d, 0x42, 0x1c, 0x12, 0xc6,
0xce, 0xe3, 0x44, 0xd4, 0x9e, 0xed, 0xb5, 0x47, 0xde, 0x9d, 0x19, 0xa6, 0x7b, 0xe3, 0x2c, 0x96,
0x2f, 0x88, 0x03, 0x5c, 0xe0, 0x90, 0x0b, 0xe2, 0x04, 0x12, 0x3f, 0x82, 0x13, 0x27, 0x90, 0x38,
0x71, 0xe1, 0xc4, 0x11, 0x89, 0x3f, 0xc1, 0x0d, 0x75, 0x4d, 0xcf, 0xec, 0xd8, 0xbb, 0xb3, 0x71,
0x86, 0x20, 0x71, 0x9a, 0xee, 0xaa, 0x9e, 0xaa, 0xaf, 0xaa, 0xba, 0x1e, 0x0d, 0x87, 0x36, 0x83,
0x68, 0xa3, 0xd1, 0x0c, 0x36, 0x6b, 0x61, 0x14, 0xa8, 0x00, 0x4b, 0x3c, 0xf4, 0xaa, 0x27, 0xd6,
0x82, 0x60, 0xad, 0x29, 0x6c, 0x1e, 0x7a, 0x36, 0xf7, 0xfd, 0x40, 0x71, 0xe5, 0x05, 0xbe, 0x8c,
0x8f, 0x54, 0x8f, 0x1b, 0x2e, 0xed, 0x56, 0xdb, 0x0d, 0x5b, 0xb4, 0x42, 0xd5, 0x31, 0xcc, 0xc9,
0x44, 0xde, 0x23, 0x25, 0x5a, 0x61, 0x93, 0x2b, 0x61, 0x18, 0x07, 0x5a, 0x42, 0x45, 0x9e, 0x6b,
0x76, 0xe5, 0x26, 0x5f, 0x15, 0xcd, 0x84, 0xe5, 0x06, 0xad, 0x56, 0xe0, 0xc7, 0x3b, 0xf6, 0xb9,
0x05, 0x53, 0xd7, 0x22, 0xc1, 0x95, 0x78, 0x60, 0x44, 0x2d, 0x3c, 0x11, 0x6e, 0x5b, 0x23, 0x70,
0xc4, 0x27, 0x6d, 0x21, 0x15, 0x9e, 0x80, 0x31, 0x9f, 0xb7, 0x84, 0x0c, 0xb9, 0x2b, 0x2a, 0xd6,
0xb4, 0x35, 0x3b, 0xe6, 0x74, 0x09, 0x78, 0x1d, 0x8e, 0x6c, 0xee, 0xfe, 0xb3, 0x32, 0x34, 0x6d,
0xcd, 0x96, 0xe7, 0x26, 0x6a, 0x3c, 0xf4, 0x6a, 0xbd, 0x72, 0x7b, 0x7f, 0x60, 0x77, 0xe0, 0xf8,
0x0d, 0xa1, 0x0a, 0x42, 0x40, 0x18, 0xd6, 0x1b, 0xd2, 0x3a, 0xe6, 0xd0, 0x9a, 0x3d, 0x04, 0xbc,
0x21, 0xd4, 0x7c, 0xa4, 0xbc, 0x06, 0x77, 0x55, 0x61, 0x39, 0x38, 0x0e, 0xa5, 0x0d, 0xd1, 0xa9,
0x94, 0x88, 0xa4, 0x97, 0xec, 0x23, 0x38, 0xf9, 0x80, 0x2b, 0x77, 0xfd, 0x05, 0x82, 0x5d, 0x81,
0x69, 0x47, 0xc8, 0xf6, 0x6a, 0xcb, 0x7b, 0x91, 0x2e, 0xb8, 0x07, 0xaf, 0xac, 0x88, 0xa8, 0xe5,
0xf9, 0xc5, 0x83, 0xdb, 0x4f, 0xec, 0x53, 0x0b, 0x4e, 0xf5, 0x8b, 0xd5, 0x52, 0xb0, 0x26, 0x8b,
0xfb, 0xb9, 0x02, 0xfb, 0xc3, 0xa0, 0xfe, 0xa1, 0x26, 0xc7, 0xbe, 0x4e, 0xb6, 0x78, 0x1a, 0x0e,
0xba, 0x81, 0xaf, 0xb8, 0xe7, 0x8b, 0x88, 0xf8, 0xc3, 0xc4, 0xdf, 0x49, 0x64, 0x21, 0xb0, 0x7e,
0xa0, 0x6e, 0x53, 0x1a, 0xfc, 0x17, 0xb8, 0xd8, 0x12, 0xcc, 0x0c, 0xd4, 0x28, 0xc3, 0xc0, 0x97,
0x02, 0xcf, 0xc0, 0xfe, 0x38, 0x17, 0x65, 0xc5, 0x9a, 0x2e, 0xcd, 0x96, 0xe7, 0xca, 0x94, 0x15,
0xf1, 0x31, 0x27, 0xe1, 0xb1, 0x3f, 0x2c, 0x38, 0xb9, 0xe4, 0xc9, 0x5e, 0x79, 0x7b, 0xc4, 0x7e,
0x1e, 0x5e, 0x4a, 0xb2, 0x6a, 0xc5, 0x94, 0x82, 0x7b, 0x5e, 0xdd, 0x98, 0xd2, 0x8f, 0x85, 0xef,
0xc0, 0xe4, 0x6e, 0xf2, 0x7d, 0x11, 0x49, 0x9d, 0xbe, 0xb1, 0xa5, 0x79, 0x6c, 0xac, 0xc2, 0x68,
0xc8, 0xd7, 0xc4, 0xb2, 0xf7, 0x69, 0x1c, 0x8c, 0x11, 0x27, 0xdd, 0x6b, 0x1f, 0xea, 0x75, 0x65,
0x84, 0xe8, 0xb4, 0x66, 0xbf, 0x5a, 0x30, 0x95, 0x67, 0x9b, 0xf1, 0xd2, 0x51, 0x18, 0x71, 0x83,
0xb6, 0xaf, 0xc8, 0xb0, 0x11, 0x27, 0xde, 0xe0, 0x22, 0x60, 0x4f, 0xa9, 0x90, 0x95, 0x21, 0x72,
0x63, 0x5e, 0x71, 0xe9, 0xf3, 0x47, 0x0a, 0xaa, 0xd4, 0x05, 0xa5, 0x35, 0xea, 0xaf, 0x34, 0x16,
0xc4, 0x1b, 0x9c, 0x02, 0x50, 0x81, 0xe2, 0xcd, 0x6b, 0x04, 0x26, 0x36, 0x22, 0x43, 0x61, 0x57,
0x61, 0x74, 0x29, 0x58, 0x5b, 0xf0, 0x55, 0xd4, 0xd1, 0x01, 0x51, 0x5e, 0x4b, 0x48, 0xc5, 0x5b,
0x61, 0x12, 0x90, 0x94, 0xa0, 0x2f, 0x8e, 0xbe, 0xa1, 0xc2, 0x57, 0x26, 0x08, 0xc9, 0x96, 0xfd,
0x39, 0x04, 0x47, 0x7a, 0x70, 0x6b, 0x69, 0x2e, 0xd5, 0xe1, 0xfa, 0xbc, 0x4a, 0xa4, 0xa5, 0x04,
0x5d, 0x86, 0xda, 0x69, 0x38, 0xf5, 0x32, 0xbd, 0xac, 0xa5, 0xcc, 0x65, 0xd5, 0x36, 0xad, 0x73,
0x99, 0xa4, 0x48, 0xbc, 0xd1, 0x92, 0xa5, 0xe2, 0x51, 0x2c, 0x79, 0x24, 0x96, 0x9c, 0x12, 0xb4,
0xc5, 0x0d, 0xcf, 0xf7, 0xe4, 0x3a, 0xb1, 0xf7, 0x11, 0x3b, 0x43, 0xd1, 0xc1, 0x6e, 0x71, 0xdf,
0x6b, 0x08, 0xa9, 0x2a, 0xfb, 0x89, 0x9b, 0xee, 0xb1, 0x06, 0x10, 0xf2, 0x88, 0xb7, 0x84, 0x12,
0x91, 0xac, 0x8c, 0x52, 0x5c, 0x0e, 0x51, 0x5c, 0xee, 0x26, 0x64, 0x27, 0x73, 0x02, 0xe7, 0x61,
0x7c, 0xf7, 0x9d, 0xaa, 0x8c, 0x51, 0xab, 0x38, 0xb6, 0x23, 0x9a, 0x09, 0xd3, 0xe9, 0x39, 0x8e,
0x67, 0x60, 0x1f, 0x35, 0x33, 0x59, 0x01, 0x52, 0x77, 0x90, 0x7e, 0xbc, 0x25, 0x3a, 0xf7, 0x79,
0xb3, 0x2d, 0x1c, 0xc3, 0x64, 0x67, 0x61, 0xbc, 0x5b, 0xfb, 0xcd, 0x1d, 0x43, 0x18, 0xae, 0x73,
0xc5, 0xc9, 0xb9, 0x07, 0x1c, 0x5a, 0xb3, 0x9f, 0x2d, 0x18, 0x5e, 0xf4, 0x9a, 0xe6, 0xde, 0xaa,
0x75, 0xe3, 0x79, 0x5a, 0xf7, 0xad, 0x07, 0x27, 0x60, 0x4c, 0x3c, 0x51, 0xc2, 0xcf, 0xe4, 0x49,
0x97, 0xa0, 0xff, 0x90, 0x49, 0x56, 0x94, 0x1c, 0x5a, 0xe3, 0x34, 0x94, 0x4d, 0xe4, 0x57, 0x3a,
0xa1, 0x30, 0x01, 0xc8, 0x92, 0x90, 0xc1, 0x81, 0x26, 0x97, 0xea, 0x76, 0x50, 0xf7, 0x1a, 0x9e,
0xa8, 0x9b, 0x20, 0xec, 0xa0, 0x69, 0xbd, 0x75, 0x2f, 0x12, 0xae, 0x0a, 0xa2, 0x0e, 0xc5, 0x61,
0xd4, 0xe9, 0x12, 0xd8, 0x43, 0x18, 0xd7, 0x09, 0xa6, 0x2d, 0xf9, 0x17, 0xb5, 0x2e, 0xf1, 0x41,
0xa9, 0xeb, 0x03, 0xb6, 0x02, 0x47, 0x32, 0x92, 0x8d, 0x27, 0x4f, 0xc1, 0x48, 0x43, 0x13, 0x4c,
0x45, 0x1b, 0xa3, 0x18, 0xe8, 0x23, 0x4e, 0x4c, 0xd7, 0x97, 0x2a, 0xe4, 0x91, 0xf0, 0xd5, 0x5d,
0x2d, 0x2f, 0xd6, 0x91, 0xa1, 0xb0, 0x3a, 0xc0, 0xb2, 0x1e, 0x73, 0xa4, 0xf2, 0x5c, 0x89, 0x67,
0xbb, 0x73, 0x91, 0xa6, 0xb6, 0xa5, 0x81, 0xbb, 0x8b, 0x8a, 0xb5, 0x6e, 0x39, 0x48, 0xee, 0xc3,
0xcd, 0x38, 0x27, 0x4a, 0x4e, 0x1f, 0x0e, 0xfb, 0xd2, 0x82, 0xd3, 0xf3, 0xf5, 0x7a, 0x4f, 0xae,
0xa5, 0xaa, 0x8b, 0xbb, 0xca, 0x06, 0x90, 0xa9, 0x01, 0xe4, 0xb0, 0xf2, 0xdc, 0x61, 0x72, 0x43,
0xd7, 0x2e, 0x27, 0x73, 0x84, 0x7d, 0x6d, 0xc1, 0xb9, 0x6b, 0x11, 0xe9, 0x8e, 0xd4, 0xff, 0x01,
0xd1, 0xdc, 0xdf, 0x87, 0xe1, 0x70, 0x02, 0x64, 0x59, 0x44, 0x8f, 0x3d, 0x57, 0xe0, 0x77, 0x16,
0x4c, 0xe6, 0x4c, 0x83, 0x38, 0x43, 0xc2, 0x06, 0xcf, 0x8a, 0xd5, 0x9c, 0xaa, 0xcc, 0xde, 0xff,
0xec, 0xf7, 0xbf, 0x9e, 0x0e, 0x5d, 0x65, 0xaf, 0xeb, 0x29, 0x57, 0xda, 0x8f, 0x2f, 0xac, 0x0a,
0xc5, 0x2f, 0xd8, 0x5b, 0xa9, 0x4d, 0xdb, 0x76, 0x3a, 0xca, 0x8a, 0xb4, 0x70, 0x5f, 0xec, 0x9d,
0x14, 0xf1, 0x2b, 0x0b, 0x8e, 0xf6, 0xeb, 0xbb, 0x38, 0x4d, 0xaa, 0x07, 0x4c, 0x91, 0xb9, 0xe0,
0x2e, 0x11, 0xb8, 0xb7, 0xf1, 0xcd, 0xe7, 0x02, 0x17, 0xf3, 0xb7, 0xf1, 0x1b, 0x0b, 0x26, 0xfa,
0x77, 0x37, 0x64, 0xa4, 0x70, 0x60, 0x5b, 0xaf, 0xce, 0x0c, 0x3c, 0x13, 0x27, 0x1c, 0x7b, 0x8b,
0x10, 0xda, 0xf8, 0x7c, 0xee, 0xc3, 0x6f, 0x2d, 0x98, 0xe8, 0x3f, 0xab, 0x1a, 0x68, 0x03, 0x07,
0xd9, 0x5c, 0x7f, 0x5d, 0x25, 0x34, 0x97, 0xf0, 0x62, 0x11, 0x7f, 0xd9, 0x9b, 0x5a, 0xe7, 0x79,
0x0b, 0x7f, 0xb2, 0xa0, 0x92, 0x37, 0x47, 0xe2, 0xe9, 0xdc, 0x60, 0x66, 0xc6, 0xcc, 0x6a, 0x5c,
0xfc, 0x93, 0x86, 0xcc, 0x36, 0x08, 0x97, 0x40, 0xb7, 0x10, 0xae, 0x30, 0xa8, 0x4b, 0x7b, 0xcb,
0x4c, 0x77, 0xdb, 0x76, 0x3a, 0x5e, 0x4a, 0x7b, 0x6b, 0xc7, 0xa8, 0xb9, 0x6d, 0x37, 0x83, 0x35,
0x79, 0xde, 0xc2, 0x5f, 0xac, 0xfe, 0x8f, 0x16, 0x33, 0x01, 0xe2, 0xab, 0xb9, 0x36, 0xec, 0x9c,
0x4a, 0xab, 0xb3, 0xcf, 0x3e, 0x68, 0xee, 0xc1, 0x32, 0x59, 0x78, 0x1b, 0x6f, 0xbd, 0x08, 0x0b,
0xcd, 0xe8, 0x89, 0xdf, 0x5b, 0xf0, 0x72, 0xee, 0xf3, 0x03, 0xcf, 0x10, 0xb8, 0x67, 0x3d, 0x4f,
0x72, 0xef, 0xca, 0x02, 0x21, 0xbe, 0x52, 0xbd, 0x5c, 0x08, 0x71, 0x64, 0xd4, 0xe2, 0x0f, 0x16,
0x54, 0xf3, 0x1f, 0x33, 0x78, 0x96, 0xb4, 0x3f, 0xf3, 0xb5, 0x53, 0x9d, 0xa8, 0xc5, 0xaf, 0xe9,
0x5a, 0xf2, 0x9a, 0xae, 0x2d, 0xe8, 0xd7, 0x34, 0x5b, 0x24, 0x94, 0xef, 0x55, 0xdf, 0x2d, 0x84,
0x52, 0x25, 0x7a, 0x75, 0x71, 0x2a, 0x67, 0x9e, 0x9d, 0x38, 0x99, 0x44, 0x76, 0xd7, 0x43, 0xb4,
0x1a, 0xcf, 0x3b, 0xbb, 0x47, 0x14, 0x76, 0x87, 0x70, 0xdc, 0xc4, 0x1b, 0x85, 0x70, 0x70, 0x23,
0x4e, 0xda, 0x5b, 0x1b, 0xa2, 0x73, 0xf9, 0xdc, 0xb9, 0x6d, 0xfc, 0xc2, 0x82, 0xb1, 0xb4, 0x7f,
0xe3, 0xb1, 0xb4, 0xd6, 0x64, 0x27, 0x05, 0x13, 0xbb, 0x9e, 0x36, 0xcf, 0x96, 0x08, 0xcd, 0x22,
0x5e, 0x2f, 0x84, 0x86, 0x26, 0x01, 0x7b, 0x4b, 0x4f, 0x11, 0x04, 0xe5, 0x47, 0x0b, 0xa6, 0x06,
0x76, 0x63, 0x89, 0xaf, 0xc5, 0x5e, 0xd9, 0x43, 0xcb, 0xce, 0x8d, 0xa4, 0xc9, 0x10, 0x76, 0xa5,
0x10, 0xe6, 0x6e, 0x7b, 0xbc, 0x98, 0x69, 0x95, 0xf8, 0x9b, 0x05, 0x33, 0x7b, 0x68, 0xde, 0x68,
0x9b, 0x16, 0xb9, 0xd7, 0x36, 0x9f, 0x6b, 0xc5, 0xc7, 0x64, 0xc5, 0x43, 0xf6, 0x41, 0x21, 0x2b,
0xdc, 0x28, 0xf0, 0x1f, 0xd1, 0x84, 0xff, 0xa8, 0xbf, 0x41, 0xab, 0xfb, 0x48, 0xdf, 0x1b, 0xff,
0x04, 0x00, 0x00, 0xff, 0xff, 0x72, 0xb1, 0x57, 0x27, 0x90, 0x12, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.