| // Copyright 2021 The ChromiumOS Authors |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| // Code generated by protoc-gen-go. DO NOT EDIT. |
| // versions: |
| // protoc-gen-go v1.27.1 |
| // protoc v3.17.1 |
| // source: chromiumos/test/plan/source_test_plan.proto |
| |
| package plan |
| |
| import ( |
| api "go.chromium.org/chromiumos/config/go/test/api" |
| protoreflect "google.golang.org/protobuf/reflect/protoreflect" |
| protoimpl "google.golang.org/protobuf/runtime/protoimpl" |
| reflect "reflect" |
| sync "sync" |
| ) |
| |
| const ( |
| // Verify that this generated code is sufficiently up-to-date. |
| _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) |
| // Verify that runtime/protoimpl is sufficiently up-to-date. |
| _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) |
| ) |
| |
| // Describes the test cases that run when a given set of files are changed. |
| // |
| // This message is intended to be specified as text proto in a DIR_METADATA file |
| // in the source tree, and should be concise enough Starlark, or another config |
| // generation tool, is not needed. |
| // |
| // NEXT ID: 15 |
| type SourceTestPlan struct { |
| state protoimpl.MessageState |
| sizeCache protoimpl.SizeCache |
| unknownFields protoimpl.UnknownFields |
| |
| // Paths that will trigger the SourceTestPlan. |
| // |
| // Must be a repo-absolute ChromeOS path. For example, |
| // “arc/adbd/.*” for |
| // https://chromium.googlesource.com/chromiumos/platform2/+/HEAD/arc/adbd. |
| // |
| // Paths can only match files in the subtree of the DIR_METADATA file. |
| // For example, paths specified in "a/b/DIR_METADATA" must start with "a/b/". |
| // |
| // Patterns use Google Re2 syntax. The comparison is a full match. The pattern |
| // is implicitly anchored with ^ and $, so there is no need to add them. |
| // |
| // If path_regexp is not specified, it is implied to be all files in |
| // the directory of the DIR_METADATA file and all files in subdirectories. |
| // |
| // If a file is matched by both path_regexp and path_regexp_exclude, it is |
| // excluded. |
| PathRegexps []string `protobuf:"bytes,2,rep,name=path_regexps,json=pathRegexps,proto3" json:"path_regexps,omitempty"` |
| PathRegexpExcludes []string `protobuf:"bytes,3,rep,name=path_regexp_excludes,json=pathRegexpExcludes,proto3" json:"path_regexp_excludes,omitempty"` |
| // Starlark files to evaluate to generate HW/VMTestPlan protos. |
| TestPlanStarlarkFiles []*SourceTestPlan_TestPlanStarlarkFile `protobuf:"bytes,15,rep,name=test_plan_starlark_files,json=testPlanStarlarkFiles,proto3" json:"test_plan_starlark_files,omitempty"` |
| } |
| |
| func (x *SourceTestPlan) Reset() { |
| *x = SourceTestPlan{} |
| if protoimpl.UnsafeEnabled { |
| mi := &file_chromiumos_test_plan_source_test_plan_proto_msgTypes[0] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| } |
| |
| func (x *SourceTestPlan) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*SourceTestPlan) ProtoMessage() {} |
| |
| func (x *SourceTestPlan) ProtoReflect() protoreflect.Message { |
| mi := &file_chromiumos_test_plan_source_test_plan_proto_msgTypes[0] |
| if protoimpl.UnsafeEnabled && x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use SourceTestPlan.ProtoReflect.Descriptor instead. |
| func (*SourceTestPlan) Descriptor() ([]byte, []int) { |
| return file_chromiumos_test_plan_source_test_plan_proto_rawDescGZIP(), []int{0} |
| } |
| |
| func (x *SourceTestPlan) GetPathRegexps() []string { |
| if x != nil { |
| return x.PathRegexps |
| } |
| return nil |
| } |
| |
| func (x *SourceTestPlan) GetPathRegexpExcludes() []string { |
| if x != nil { |
| return x.PathRegexpExcludes |
| } |
| return nil |
| } |
| |
| func (x *SourceTestPlan) GetTestPlanStarlarkFiles() []*SourceTestPlan_TestPlanStarlarkFile { |
| if x != nil { |
| return x.TestPlanStarlarkFiles |
| } |
| return nil |
| } |
| |
| // A Starlark file that will be evaluated to generate HW/VMTestPlan protos. |
| // |
| // The Starlark file must output a list of HW/VMTestPlan protos based on an |
| // input BuildMetadataList and FlatConfigList. |
| type SourceTestPlan_TestPlanStarlarkFile struct { |
| state protoimpl.MessageState |
| sizeCache protoimpl.SizeCache |
| unknownFields protoimpl.UnknownFields |
| |
| // Gitiles hostname, e.g. "chromium.googlesource.com". |
| Host string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"` |
| // Repository name on the host, e.g. "chromium/src". |
| Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"` |
| // Absolute path within the repo to the Starlark file. Regexes are not |
| // allowed. |
| Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` |
| TemplateParameters *SourceTestPlan_TestPlanStarlarkFile_TemplateParameters `protobuf:"bytes,4,opt,name=template_parameters,json=templateParameters,proto3" json:"template_parameters,omitempty"` |
| } |
| |
| func (x *SourceTestPlan_TestPlanStarlarkFile) Reset() { |
| *x = SourceTestPlan_TestPlanStarlarkFile{} |
| if protoimpl.UnsafeEnabled { |
| mi := &file_chromiumos_test_plan_source_test_plan_proto_msgTypes[1] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| } |
| |
| func (x *SourceTestPlan_TestPlanStarlarkFile) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*SourceTestPlan_TestPlanStarlarkFile) ProtoMessage() {} |
| |
| func (x *SourceTestPlan_TestPlanStarlarkFile) ProtoReflect() protoreflect.Message { |
| mi := &file_chromiumos_test_plan_source_test_plan_proto_msgTypes[1] |
| if protoimpl.UnsafeEnabled && x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use SourceTestPlan_TestPlanStarlarkFile.ProtoReflect.Descriptor instead. |
| func (*SourceTestPlan_TestPlanStarlarkFile) Descriptor() ([]byte, []int) { |
| return file_chromiumos_test_plan_source_test_plan_proto_rawDescGZIP(), []int{0, 0} |
| } |
| |
| func (x *SourceTestPlan_TestPlanStarlarkFile) GetHost() string { |
| if x != nil { |
| return x.Host |
| } |
| return "" |
| } |
| |
| func (x *SourceTestPlan_TestPlanStarlarkFile) GetProject() string { |
| if x != nil { |
| return x.Project |
| } |
| return "" |
| } |
| |
| func (x *SourceTestPlan_TestPlanStarlarkFile) GetPath() string { |
| if x != nil { |
| return x.Path |
| } |
| return "" |
| } |
| |
| func (x *SourceTestPlan_TestPlanStarlarkFile) GetTemplateParameters() *SourceTestPlan_TestPlanStarlarkFile_TemplateParameters { |
| if x != nil { |
| return x.TemplateParameters |
| } |
| return nil |
| } |
| |
| // Fields that will be made available to the Starlark file via interpreter |
| // builtins. Note that specifying these fields here does NOT automatically |
| // mean the HW/VMTestPlan protos generated will use them in all plans. |
| // |
| // Specifying these fields on a Starlark file that doesn't use them will |
| // cause `test_plan validate` to fail. |
| // |
| // Unless otherwise noted, these parameters are made available in the |
| // Starlark interpreter with function calls named |
| // `testplan.get_<field_name>`; for example, `testplan.get_tag_criteria`. |
| type SourceTestPlan_TestPlanStarlarkFile_TemplateParameters struct { |
| state protoimpl.MessageState |
| sizeCache protoimpl.SizeCache |
| unknownFields protoimpl.UnknownFields |
| |
| // TestCaseTagCriteria that will be made available to the Starlark file. |
| // Intended for the case where many different DIR_METADATA files want to |
| // run the same plan but with different tag criteria. |
| TagCriteria *api.TestSuite_TestCaseTagCriteria `protobuf:"bytes,1,opt,name=tag_criteria,json=tagCriteria,proto3" json:"tag_criteria,omitempty"` |
| // Suite name that will be made available to the Starlark file. Intended |
| // to prevent suite name collisions when multiple DIR_METADATA files |
| // reference the same templated Starlark file with different tag_criteria. |
| SuiteName string `protobuf:"bytes,2,opt,name=suite_name,json=suiteName,proto3" json:"suite_name,omitempty"` |
| // Program name that will be made available to the Starlark file. |
| // Generally this will be passed to the v1_compatible_hw_test_plan and |
| // v1_compatible_vm_test_plan Starlark functions, but the Starlark file is |
| // free to use the name arbitrarily. |
| Program string `protobuf:"bytes,3,opt,name=program,proto3" json:"program,omitempty"` |
| } |
| |
| func (x *SourceTestPlan_TestPlanStarlarkFile_TemplateParameters) Reset() { |
| *x = SourceTestPlan_TestPlanStarlarkFile_TemplateParameters{} |
| if protoimpl.UnsafeEnabled { |
| mi := &file_chromiumos_test_plan_source_test_plan_proto_msgTypes[2] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| } |
| |
| func (x *SourceTestPlan_TestPlanStarlarkFile_TemplateParameters) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*SourceTestPlan_TestPlanStarlarkFile_TemplateParameters) ProtoMessage() {} |
| |
| func (x *SourceTestPlan_TestPlanStarlarkFile_TemplateParameters) ProtoReflect() protoreflect.Message { |
| mi := &file_chromiumos_test_plan_source_test_plan_proto_msgTypes[2] |
| if protoimpl.UnsafeEnabled && x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use SourceTestPlan_TestPlanStarlarkFile_TemplateParameters.ProtoReflect.Descriptor instead. |
| func (*SourceTestPlan_TestPlanStarlarkFile_TemplateParameters) Descriptor() ([]byte, []int) { |
| return file_chromiumos_test_plan_source_test_plan_proto_rawDescGZIP(), []int{0, 0, 0} |
| } |
| |
| func (x *SourceTestPlan_TestPlanStarlarkFile_TemplateParameters) GetTagCriteria() *api.TestSuite_TestCaseTagCriteria { |
| if x != nil { |
| return x.TagCriteria |
| } |
| return nil |
| } |
| |
| func (x *SourceTestPlan_TestPlanStarlarkFile_TemplateParameters) GetSuiteName() string { |
| if x != nil { |
| return x.SuiteName |
| } |
| return "" |
| } |
| |
| func (x *SourceTestPlan_TestPlanStarlarkFile_TemplateParameters) GetProgram() string { |
| if x != nil { |
| return x.Program |
| } |
| return "" |
| } |
| |
| var File_chromiumos_test_plan_source_test_plan_proto protoreflect.FileDescriptor |
| |
| var file_chromiumos_test_plan_source_test_plan_proto_rawDesc = []byte{ |
| 0x0a, 0x2b, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2f, 0x74, 0x65, 0x73, |
| 0x74, 0x2f, 0x70, 0x6c, 0x61, 0x6e, 0x2f, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x74, 0x65, |
| 0x73, 0x74, 0x5f, 0x70, 0x6c, 0x61, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x14, 0x63, |
| 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x70, |
| 0x6c, 0x61, 0x6e, 0x1a, 0x24, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2f, |
| 0x74, 0x65, 0x73, 0x74, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x73, 0x75, |
| 0x69, 0x74, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xe6, 0x04, 0x0a, 0x0e, 0x53, 0x6f, |
| 0x75, 0x72, 0x63, 0x65, 0x54, 0x65, 0x73, 0x74, 0x50, 0x6c, 0x61, 0x6e, 0x12, 0x21, 0x0a, 0x0c, |
| 0x70, 0x61, 0x74, 0x68, 0x5f, 0x72, 0x65, 0x67, 0x65, 0x78, 0x70, 0x73, 0x18, 0x02, 0x20, 0x03, |
| 0x28, 0x09, 0x52, 0x0b, 0x70, 0x61, 0x74, 0x68, 0x52, 0x65, 0x67, 0x65, 0x78, 0x70, 0x73, 0x12, |
| 0x30, 0x0a, 0x14, 0x70, 0x61, 0x74, 0x68, 0x5f, 0x72, 0x65, 0x67, 0x65, 0x78, 0x70, 0x5f, 0x65, |
| 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x12, 0x70, |
| 0x61, 0x74, 0x68, 0x52, 0x65, 0x67, 0x65, 0x78, 0x70, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, |
| 0x73, 0x12, 0x72, 0x0a, 0x18, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x70, 0x6c, 0x61, 0x6e, 0x5f, 0x73, |
| 0x74, 0x61, 0x72, 0x6c, 0x61, 0x72, 0x6b, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x18, 0x0f, 0x20, |
| 0x03, 0x28, 0x0b, 0x32, 0x39, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, |
| 0x2e, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x70, 0x6c, 0x61, 0x6e, 0x2e, 0x53, 0x6f, 0x75, 0x72, 0x63, |
| 0x65, 0x54, 0x65, 0x73, 0x74, 0x50, 0x6c, 0x61, 0x6e, 0x2e, 0x54, 0x65, 0x73, 0x74, 0x50, 0x6c, |
| 0x61, 0x6e, 0x53, 0x74, 0x61, 0x72, 0x6c, 0x61, 0x72, 0x6b, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x15, |
| 0x74, 0x65, 0x73, 0x74, 0x50, 0x6c, 0x61, 0x6e, 0x53, 0x74, 0x61, 0x72, 0x6c, 0x61, 0x72, 0x6b, |
| 0x46, 0x69, 0x6c, 0x65, 0x73, 0x1a, 0xfe, 0x02, 0x0a, 0x14, 0x54, 0x65, 0x73, 0x74, 0x50, 0x6c, |
| 0x61, 0x6e, 0x53, 0x74, 0x61, 0x72, 0x6c, 0x61, 0x72, 0x6b, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x12, |
| 0x0a, 0x04, 0x68, 0x6f, 0x73, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x68, 0x6f, |
| 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x18, 0x02, 0x20, |
| 0x01, 0x28, 0x09, 0x52, 0x07, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x12, 0x0a, 0x04, |
| 0x70, 0x61, 0x74, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, |
| 0x12, 0x7d, 0x0a, 0x13, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x5f, 0x70, 0x61, 0x72, |
| 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x4c, 0x2e, |
| 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x2e, |
| 0x70, 0x6c, 0x61, 0x6e, 0x2e, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x54, 0x65, 0x73, 0x74, 0x50, |
| 0x6c, 0x61, 0x6e, 0x2e, 0x54, 0x65, 0x73, 0x74, 0x50, 0x6c, 0x61, 0x6e, 0x53, 0x74, 0x61, 0x72, |
| 0x6c, 0x61, 0x72, 0x6b, 0x46, 0x69, 0x6c, 0x65, 0x2e, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, |
| 0x65, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x52, 0x12, 0x74, 0x65, 0x6d, |
| 0x70, 0x6c, 0x61, 0x74, 0x65, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x1a, |
| 0xa4, 0x01, 0x0a, 0x12, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x50, 0x61, 0x72, 0x61, |
| 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x12, 0x55, 0x0a, 0x0c, 0x74, 0x61, 0x67, 0x5f, 0x63, 0x72, |
| 0x69, 0x74, 0x65, 0x72, 0x69, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x63, |
| 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x61, |
| 0x70, 0x69, 0x2e, 0x54, 0x65, 0x73, 0x74, 0x53, 0x75, 0x69, 0x74, 0x65, 0x2e, 0x54, 0x65, 0x73, |
| 0x74, 0x43, 0x61, 0x73, 0x65, 0x54, 0x61, 0x67, 0x43, 0x72, 0x69, 0x74, 0x65, 0x72, 0x69, 0x61, |
| 0x52, 0x0b, 0x74, 0x61, 0x67, 0x43, 0x72, 0x69, 0x74, 0x65, 0x72, 0x69, 0x61, 0x12, 0x1d, 0x0a, |
| 0x0a, 0x73, 0x75, 0x69, 0x74, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, |
| 0x09, 0x52, 0x09, 0x73, 0x75, 0x69, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, |
| 0x70, 0x72, 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x70, |
| 0x72, 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x4a, 0x04, 0x08, 0x01, 0x10, 0x02, 0x4a, 0x04, 0x08, 0x04, |
| 0x10, 0x0f, 0x42, 0x30, 0x5a, 0x2e, 0x67, 0x6f, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, |
| 0x6d, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, |
| 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2f, 0x67, 0x6f, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x2f, |
| 0x70, 0x6c, 0x61, 0x6e, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, |
| } |
| |
| var ( |
| file_chromiumos_test_plan_source_test_plan_proto_rawDescOnce sync.Once |
| file_chromiumos_test_plan_source_test_plan_proto_rawDescData = file_chromiumos_test_plan_source_test_plan_proto_rawDesc |
| ) |
| |
| func file_chromiumos_test_plan_source_test_plan_proto_rawDescGZIP() []byte { |
| file_chromiumos_test_plan_source_test_plan_proto_rawDescOnce.Do(func() { |
| file_chromiumos_test_plan_source_test_plan_proto_rawDescData = protoimpl.X.CompressGZIP(file_chromiumos_test_plan_source_test_plan_proto_rawDescData) |
| }) |
| return file_chromiumos_test_plan_source_test_plan_proto_rawDescData |
| } |
| |
| var file_chromiumos_test_plan_source_test_plan_proto_msgTypes = make([]protoimpl.MessageInfo, 3) |
| var file_chromiumos_test_plan_source_test_plan_proto_goTypes = []interface{}{ |
| (*SourceTestPlan)(nil), // 0: chromiumos.test.plan.SourceTestPlan |
| (*SourceTestPlan_TestPlanStarlarkFile)(nil), // 1: chromiumos.test.plan.SourceTestPlan.TestPlanStarlarkFile |
| (*SourceTestPlan_TestPlanStarlarkFile_TemplateParameters)(nil), // 2: chromiumos.test.plan.SourceTestPlan.TestPlanStarlarkFile.TemplateParameters |
| (*api.TestSuite_TestCaseTagCriteria)(nil), // 3: chromiumos.test.api.TestSuite.TestCaseTagCriteria |
| } |
| var file_chromiumos_test_plan_source_test_plan_proto_depIdxs = []int32{ |
| 1, // 0: chromiumos.test.plan.SourceTestPlan.test_plan_starlark_files:type_name -> chromiumos.test.plan.SourceTestPlan.TestPlanStarlarkFile |
| 2, // 1: chromiumos.test.plan.SourceTestPlan.TestPlanStarlarkFile.template_parameters:type_name -> chromiumos.test.plan.SourceTestPlan.TestPlanStarlarkFile.TemplateParameters |
| 3, // 2: chromiumos.test.plan.SourceTestPlan.TestPlanStarlarkFile.TemplateParameters.tag_criteria:type_name -> chromiumos.test.api.TestSuite.TestCaseTagCriteria |
| 3, // [3:3] is the sub-list for method output_type |
| 3, // [3:3] is the sub-list for method input_type |
| 3, // [3:3] is the sub-list for extension type_name |
| 3, // [3:3] is the sub-list for extension extendee |
| 0, // [0:3] is the sub-list for field type_name |
| } |
| |
| func init() { file_chromiumos_test_plan_source_test_plan_proto_init() } |
| func file_chromiumos_test_plan_source_test_plan_proto_init() { |
| if File_chromiumos_test_plan_source_test_plan_proto != nil { |
| return |
| } |
| if !protoimpl.UnsafeEnabled { |
| file_chromiumos_test_plan_source_test_plan_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { |
| switch v := v.(*SourceTestPlan); i { |
| case 0: |
| return &v.state |
| case 1: |
| return &v.sizeCache |
| case 2: |
| return &v.unknownFields |
| default: |
| return nil |
| } |
| } |
| file_chromiumos_test_plan_source_test_plan_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { |
| switch v := v.(*SourceTestPlan_TestPlanStarlarkFile); i { |
| case 0: |
| return &v.state |
| case 1: |
| return &v.sizeCache |
| case 2: |
| return &v.unknownFields |
| default: |
| return nil |
| } |
| } |
| file_chromiumos_test_plan_source_test_plan_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { |
| switch v := v.(*SourceTestPlan_TestPlanStarlarkFile_TemplateParameters); i { |
| case 0: |
| return &v.state |
| case 1: |
| return &v.sizeCache |
| case 2: |
| return &v.unknownFields |
| default: |
| return nil |
| } |
| } |
| } |
| type x struct{} |
| out := protoimpl.TypeBuilder{ |
| File: protoimpl.DescBuilder{ |
| GoPackagePath: reflect.TypeOf(x{}).PkgPath(), |
| RawDescriptor: file_chromiumos_test_plan_source_test_plan_proto_rawDesc, |
| NumEnums: 0, |
| NumMessages: 3, |
| NumExtensions: 0, |
| NumServices: 0, |
| }, |
| GoTypes: file_chromiumos_test_plan_source_test_plan_proto_goTypes, |
| DependencyIndexes: file_chromiumos_test_plan_source_test_plan_proto_depIdxs, |
| MessageInfos: file_chromiumos_test_plan_source_test_plan_proto_msgTypes, |
| }.Build() |
| File_chromiumos_test_plan_source_test_plan_proto = out.File |
| file_chromiumos_test_plan_source_test_plan_proto_rawDesc = nil |
| file_chromiumos_test_plan_source_test_plan_proto_goTypes = nil |
| file_chromiumos_test_plan_source_test_plan_proto_depIdxs = nil |
| } |