1
2
3
4
5
6
7 package envoy_annotations
8
9 import (
10 proto "github.com/golang/protobuf/proto"
11 protoreflect "google.golang.org/protobuf/reflect/protoreflect"
12 protoimpl "google.golang.org/protobuf/runtime/protoimpl"
13 descriptorpb "google.golang.org/protobuf/types/descriptorpb"
14 reflect "reflect"
15 )
16
17 const (
18
19 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
20
21 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
22 )
23
24
25
26 const _ = proto.ProtoPackageIsVersion4
27
28 var file_envoy_annotations_deprecation_proto_extTypes = []protoimpl.ExtensionInfo{
29 {
30 ExtendedType: (*descriptorpb.FieldOptions)(nil),
31 ExtensionType: (*bool)(nil),
32 Field: 189503207,
33 Name: "envoy.annotations.disallowed_by_default",
34 Tag: "varint,189503207,opt,name=disallowed_by_default",
35 Filename: "envoy/annotations/deprecation.proto",
36 },
37 {
38 ExtendedType: (*descriptorpb.EnumValueOptions)(nil),
39 ExtensionType: (*bool)(nil),
40 Field: 70100853,
41 Name: "envoy.annotations.disallowed_by_default_enum",
42 Tag: "varint,70100853,opt,name=disallowed_by_default_enum",
43 Filename: "envoy/annotations/deprecation.proto",
44 },
45 }
46
47
48 var (
49
50 E_DisallowedByDefault = &file_envoy_annotations_deprecation_proto_extTypes[0]
51 )
52
53
54 var (
55
56 E_DisallowedByDefaultEnum = &file_envoy_annotations_deprecation_proto_extTypes[1]
57 )
58
59 var File_envoy_annotations_deprecation_proto protoreflect.FileDescriptor
60
61 var file_envoy_annotations_deprecation_proto_rawDesc = []byte{
62 0x0a, 0x23, 0x65, 0x6e, 0x76, 0x6f, 0x79, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69,
63 0x6f, 0x6e, 0x73, 0x2f, 0x64, 0x65, 0x70, 0x72, 0x65, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e,
64 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x11, 0x65, 0x6e, 0x76, 0x6f, 0x79, 0x2e, 0x61, 0x6e, 0x6e,
65 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x1a, 0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
66 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69,
67 0x70, 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x3a, 0x54, 0x0a, 0x15, 0x64, 0x69,
68 0x73, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x5f, 0x62, 0x79, 0x5f, 0x64, 0x65, 0x66, 0x61,
69 0x75, 0x6c, 0x74, 0x12, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
70 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f,
71 0x6e, 0x73, 0x18, 0xe7, 0xad, 0xae, 0x5a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x64, 0x69, 0x73,
72 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x42, 0x79, 0x44, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74,
73 0x3a, 0x61, 0x0a, 0x1a, 0x64, 0x69, 0x73, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x5f, 0x62,
74 0x79, 0x5f, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x5f, 0x65, 0x6e, 0x75, 0x6d, 0x12, 0x21,
75 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
76 0x2e, 0x45, 0x6e, 0x75, 0x6d, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e,
77 0x73, 0x18, 0xf5, 0xce, 0xb6, 0x21, 0x20, 0x01, 0x28, 0x08, 0x52, 0x17, 0x64, 0x69, 0x73, 0x61,
78 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x42, 0x79, 0x44, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x45,
79 0x6e, 0x75, 0x6d, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
80 }
81
82 var file_envoy_annotations_deprecation_proto_goTypes = []interface{}{
83 (*descriptorpb.FieldOptions)(nil),
84 (*descriptorpb.EnumValueOptions)(nil),
85 }
86 var file_envoy_annotations_deprecation_proto_depIdxs = []int32{
87 0,
88 1,
89 2,
90 2,
91 2,
92 0,
93 0,
94 }
95
96 func init() { file_envoy_annotations_deprecation_proto_init() }
97 func file_envoy_annotations_deprecation_proto_init() {
98 if File_envoy_annotations_deprecation_proto != nil {
99 return
100 }
101 type x struct{}
102 out := protoimpl.TypeBuilder{
103 File: protoimpl.DescBuilder{
104 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
105 RawDescriptor: file_envoy_annotations_deprecation_proto_rawDesc,
106 NumEnums: 0,
107 NumMessages: 0,
108 NumExtensions: 2,
109 NumServices: 0,
110 },
111 GoTypes: file_envoy_annotations_deprecation_proto_goTypes,
112 DependencyIndexes: file_envoy_annotations_deprecation_proto_depIdxs,
113 ExtensionInfos: file_envoy_annotations_deprecation_proto_extTypes,
114 }.Build()
115 File_envoy_annotations_deprecation_proto = out.File
116 file_envoy_annotations_deprecation_proto_rawDesc = nil
117 file_envoy_annotations_deprecation_proto_goTypes = nil
118 file_envoy_annotations_deprecation_proto_depIdxs = nil
119 }
120
View as plain text