github.com/cloudwan/edgelq-sdk@v1.15.4/alerting/resources/v1/log_condition_template/log_condition_template.pb.go (about) 1 // Code generated by protoc-gen-goten-go 2 // File: edgelq/alerting/proto/v1/log_condition_template.proto 3 // DO NOT EDIT!!! 4 5 package log_condition_template 6 7 import ( 8 "fmt" 9 "reflect" 10 "sync" 11 12 "google.golang.org/protobuf/encoding/protojson" 13 "google.golang.org/protobuf/proto" 14 preflect "google.golang.org/protobuf/reflect/protoreflect" 15 "google.golang.org/protobuf/runtime/protoimpl" 16 ) 17 18 // proto imports 19 import ( 20 rcommon "github.com/cloudwan/edgelq-sdk/alerting/resources/v1/common" 21 document "github.com/cloudwan/edgelq-sdk/alerting/resources/v1/document" 22 policy_template "github.com/cloudwan/edgelq-sdk/alerting/resources/v1/policy_template" 23 meta "github.com/cloudwan/goten-sdk/types/meta" 24 ) 25 26 // Reference imports to suppress errors if they are not otherwise used. 27 var ( 28 _ = fmt.Errorf 29 _ = reflect.Method{} 30 _ = sync.Once{} 31 32 _ = protojson.MarshalOptions{} 33 _ = proto.MarshalOptions{} 34 _ = preflect.Value{} 35 _ = protoimpl.DescBuilder{} 36 ) 37 38 // make sure we're using proto imports 39 var ( 40 _ = &document.Document{} 41 _ = &policy_template.PolicyTemplate{} 42 _ = &rcommon.LogCndSpec{} 43 _ = &meta.Meta{} 44 ) 45 46 const ( 47 // Verify that this generated code is sufficiently up-to-date. 48 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) 49 // Verify that runtime/protoimpl is sufficiently up-to-date. 50 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) 51 ) 52 53 // LogConditionTemplate provides pre-defined templates for LogCondition 54 // resources. They may be public ones (available for all projects to be copied), 55 // but also can be private and available in selected projects only. 56 // They are always provided within Policy template. 57 type LogConditionTemplate struct { 58 state protoimpl.MessageState 59 sizeCache protoimpl.SizeCache 60 unknownFields protoimpl.UnknownFields 61 // Name of LogConditionTemplate 62 // When creating a new instance, this field is optional and if not provided, 63 // it will be generated automatically. Last ID segment must conform to the 64 // following regex: [a-z][a-z0-9\\-]{0,28}[a-z0-9] 65 Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"` 66 // Metadata is an object with information like create, update and delete time 67 // (for async deleted resources), has user labels/annotations, sharding 68 // information, multi-region syncing information and may have non-schema 69 // owners (useful for taking ownership of resources belonging to lower level 70 // services by higher ones). 71 Metadata *meta.Meta `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` 72 // Display Name 73 DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` 74 // Long description 75 Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` 76 // List of supporting documents. Pointed documents must be copied if 77 // LogCondition is created in different project. 78 SupportingDocs []*document.Reference `protobuf:"bytes,5,rep,customtype=Reference,name=supporting_docs,json=supportingDocs,proto3" json:"supporting_docs,omitempty"` 79 // Pre defined template for LogCondition.Spec. 80 SpecTemplate *rcommon.LogCndSpec `protobuf:"bytes,6,opt,name=spec_template,json=specTemplate,proto3" json:"spec_template,omitempty"` 81 } 82 83 func (m *LogConditionTemplate) Reset() { 84 *m = LogConditionTemplate{} 85 if protoimpl.UnsafeEnabled { 86 mi := &edgelq_alerting_proto_v1_log_condition_template_proto_msgTypes[0] 87 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 88 ms.StoreMessageInfo(mi) 89 } 90 } 91 92 func (m *LogConditionTemplate) String() string { 93 return protoimpl.X.MessageStringOf(m) 94 } 95 96 func (*LogConditionTemplate) ProtoMessage() {} 97 98 func (m *LogConditionTemplate) ProtoReflect() preflect.Message { 99 mi := &edgelq_alerting_proto_v1_log_condition_template_proto_msgTypes[0] 100 if protoimpl.UnsafeEnabled && m != nil { 101 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 102 if ms.LoadMessageInfo() == nil { 103 ms.StoreMessageInfo(mi) 104 } 105 return ms 106 } 107 return mi.MessageOf(m) 108 } 109 110 func (*LogConditionTemplate) GotenMessage() {} 111 112 // Deprecated, Use LogConditionTemplate.ProtoReflect.Descriptor instead. 113 func (*LogConditionTemplate) Descriptor() ([]byte, []int) { 114 return edgelq_alerting_proto_v1_log_condition_template_proto_rawDescGZIP(), []int{0} 115 } 116 117 func (m *LogConditionTemplate) Unmarshal(b []byte) error { 118 return proto.Unmarshal(b, m) 119 } 120 121 func (m *LogConditionTemplate) Marshal() ([]byte, error) { 122 return proto.Marshal(m) 123 } 124 125 func (m *LogConditionTemplate) MarshalJSON() ([]byte, error) { 126 return protojson.MarshalOptions{}.Marshal(m) 127 } 128 129 func (m *LogConditionTemplate) UnmarshalJSON(data []byte) error { 130 return protojson.Unmarshal(data, m) 131 } 132 133 func (m *LogConditionTemplate) GetName() *Name { 134 if m != nil { 135 return m.Name 136 } 137 return nil 138 } 139 140 func (m *LogConditionTemplate) GetMetadata() *meta.Meta { 141 if m != nil { 142 return m.Metadata 143 } 144 return nil 145 } 146 147 func (m *LogConditionTemplate) GetDisplayName() string { 148 if m != nil { 149 return m.DisplayName 150 } 151 return "" 152 } 153 154 func (m *LogConditionTemplate) GetDescription() string { 155 if m != nil { 156 return m.Description 157 } 158 return "" 159 } 160 161 func (m *LogConditionTemplate) GetSupportingDocs() []*document.Reference { 162 if m != nil { 163 return m.SupportingDocs 164 } 165 return nil 166 } 167 168 func (m *LogConditionTemplate) GetSpecTemplate() *rcommon.LogCndSpec { 169 if m != nil { 170 return m.SpecTemplate 171 } 172 return nil 173 } 174 175 func (m *LogConditionTemplate) SetName(fv *Name) { 176 if m == nil { 177 panic(fmt.Errorf("can't set %s on nil %s", "Name", "LogConditionTemplate")) 178 } 179 m.Name = fv 180 } 181 182 func (m *LogConditionTemplate) SetMetadata(fv *meta.Meta) { 183 if m == nil { 184 panic(fmt.Errorf("can't set %s on nil %s", "Metadata", "LogConditionTemplate")) 185 } 186 m.Metadata = fv 187 } 188 189 func (m *LogConditionTemplate) SetDisplayName(fv string) { 190 if m == nil { 191 panic(fmt.Errorf("can't set %s on nil %s", "DisplayName", "LogConditionTemplate")) 192 } 193 m.DisplayName = fv 194 } 195 196 func (m *LogConditionTemplate) SetDescription(fv string) { 197 if m == nil { 198 panic(fmt.Errorf("can't set %s on nil %s", "Description", "LogConditionTemplate")) 199 } 200 m.Description = fv 201 } 202 203 func (m *LogConditionTemplate) SetSupportingDocs(fv []*document.Reference) { 204 if m == nil { 205 panic(fmt.Errorf("can't set %s on nil %s", "SupportingDocs", "LogConditionTemplate")) 206 } 207 m.SupportingDocs = fv 208 } 209 210 func (m *LogConditionTemplate) SetSpecTemplate(fv *rcommon.LogCndSpec) { 211 if m == nil { 212 panic(fmt.Errorf("can't set %s on nil %s", "SpecTemplate", "LogConditionTemplate")) 213 } 214 m.SpecTemplate = fv 215 } 216 217 var edgelq_alerting_proto_v1_log_condition_template_proto preflect.FileDescriptor 218 219 var edgelq_alerting_proto_v1_log_condition_template_proto_rawDesc = []byte{ 220 0x0a, 0x35, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x61, 0x6c, 0x65, 0x72, 0x74, 0x69, 0x6e, 221 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x31, 0x2f, 0x6c, 0x6f, 0x67, 0x5f, 0x63, 222 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 223 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0f, 0x6e, 0x74, 0x74, 0x2e, 0x61, 0x6c, 0x65, 224 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x1a, 0x19, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 225 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x2e, 0x70, 0x72, 226 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 227 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x2e, 228 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1d, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 229 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2e, 0x70, 230 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 231 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 232 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1d, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 233 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 234 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 235 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 236 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x24, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 237 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x5f, 238 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x24, 0x65, 0x64, 239 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x61, 0x75, 0x64, 0x69, 0x74, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 240 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x61, 0x75, 0x64, 0x69, 0x74, 0x2e, 0x70, 0x72, 0x6f, 241 0x74, 0x6f, 0x1a, 0x16, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 242 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x24, 0x65, 0x64, 0x67, 0x65, 243 0x6c, 0x71, 0x2f, 0x61, 0x6c, 0x65, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 244 0x6f, 0x2f, 0x76, 0x31, 0x2f, 0x73, 0x70, 0x65, 0x63, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 245 0x22, 0x80, 0x0a, 0x0a, 0x14, 0x4c, 0x6f, 0x67, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 246 0x6e, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x12, 0x30, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 247 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1c, 0xb2, 0xda, 0x21, 0x18, 0x0a, 0x16, 0x0a, 248 0x14, 0x4c, 0x6f, 0x67, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x65, 0x6d, 249 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2d, 0x0a, 0x08, 0x6d, 250 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 251 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x4d, 0x65, 0x74, 0x61, 252 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x2e, 0x0a, 0x0c, 0x64, 0x69, 253 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 254 0x42, 0x0b, 0xca, 0xc6, 0x27, 0x07, 0x2a, 0x05, 0x22, 0x03, 0x08, 0x80, 0x02, 0x52, 0x0b, 0x64, 255 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x2d, 0x0a, 0x0b, 0x64, 0x65, 256 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 257 0x0b, 0xca, 0xc6, 0x27, 0x07, 0x2a, 0x05, 0x22, 0x03, 0x08, 0x80, 0x04, 0x52, 0x0b, 0x64, 0x65, 258 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x3b, 0x0a, 0x0f, 0x73, 0x75, 0x70, 259 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x64, 0x6f, 0x63, 0x73, 0x18, 0x05, 0x20, 0x03, 260 0x28, 0x09, 0x42, 0x12, 0xb2, 0xda, 0x21, 0x0e, 0x12, 0x0c, 0x0a, 0x08, 0x44, 0x6f, 0x63, 0x75, 261 0x6d, 0x65, 0x6e, 0x74, 0x10, 0x04, 0x52, 0x0e, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x69, 262 0x6e, 0x67, 0x44, 0x6f, 0x63, 0x73, 0x12, 0x4a, 0x0a, 0x0d, 0x73, 0x70, 0x65, 0x63, 0x5f, 0x74, 263 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 264 0x6e, 0x74, 0x74, 0x2e, 0x61, 0x6c, 0x65, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x31, 0x2e, 265 0x4c, 0x6f, 0x67, 0x43, 0x6e, 0x64, 0x53, 0x70, 0x65, 0x63, 0x42, 0x08, 0xca, 0xc6, 0x27, 0x04, 266 0x62, 0x02, 0x08, 0x01, 0x52, 0x0c, 0x73, 0x70, 0x65, 0x63, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 267 0x74, 0x65, 0x3a, 0x9e, 0x07, 0xea, 0x41, 0x8f, 0x01, 0x0a, 0x28, 0x61, 0x6c, 0x65, 0x72, 0x74, 268 0x69, 0x6e, 0x67, 0x2e, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4c, 269 0x6f, 0x67, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x65, 0x6d, 0x70, 0x6c, 270 0x61, 0x74, 0x65, 0x12, 0x63, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 271 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x7d, 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x54, 0x65, 272 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x2f, 0x7b, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x5f, 273 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x7d, 0x2f, 0x6c, 0x6f, 0x67, 0x43, 0x6f, 0x6e, 274 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x2f, 275 0x7b, 0x6c, 0x6f, 0x67, 0x5f, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 276 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x7d, 0x92, 0xd9, 0x21, 0xc4, 0x03, 0x0a, 0x15, 0x6c, 277 0x6f, 0x67, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x65, 0x6d, 0x70, 0x6c, 278 0x61, 0x74, 0x65, 0x73, 0x12, 0x15, 0x6c, 0x6f, 0x67, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 279 0x6f, 0x6e, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x1a, 0x0e, 0x50, 0x6f, 0x6c, 280 0x69, 0x63, 0x79, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x38, 0x05, 0x42, 0x86, 0x01, 281 0x08, 0x02, 0x12, 0x0c, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x04, 0x4e, 0x61, 0x6d, 0x65, 282 0x12, 0x1c, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 283 0x12, 0x0c, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x28, 284 0x0a, 0x1a, 0x73, 0x70, 0x65, 0x63, 0x5f, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x2e, 285 0x71, 0x75, 0x65, 0x72, 0x79, 0x2e, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x0a, 0x4c, 0x6f, 286 0x67, 0x20, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x2c, 0x0a, 0x1b, 0x73, 0x70, 0x65, 0x63, 287 0x5f, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x2e, 0x71, 0x75, 0x65, 0x72, 0x79, 0x2e, 288 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x12, 0x0d, 0x41, 0x6c, 0x65, 0x72, 0x74, 0x20, 0x74, 289 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x42, 0xf8, 0x01, 0x08, 0x03, 0x12, 0x0c, 0x0a, 0x04, 0x6e, 290 0x61, 0x6d, 0x65, 0x12, 0x04, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x0c, 0x64, 0x69, 0x73, 291 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x0c, 0x44, 0x69, 0x73, 0x70, 0x6c, 292 0x61, 0x79, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 293 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x0b, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 294 0x69, 0x6f, 0x6e, 0x12, 0x22, 0x0a, 0x0f, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 295 0x67, 0x5f, 0x64, 0x6f, 0x63, 0x73, 0x12, 0x0f, 0x53, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x69, 296 0x6e, 0x67, 0x20, 0x64, 0x6f, 0x63, 0x73, 0x12, 0x28, 0x0a, 0x1a, 0x73, 0x70, 0x65, 0x63, 0x5f, 297 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x2e, 0x71, 0x75, 0x65, 0x72, 0x79, 0x2e, 0x66, 298 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x0a, 0x4c, 0x6f, 0x67, 0x20, 0x66, 0x69, 0x6c, 0x74, 0x65, 299 0x72, 0x12, 0x2c, 0x0a, 0x1b, 0x73, 0x70, 0x65, 0x63, 0x5f, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 300 0x74, 0x65, 0x2e, 0x71, 0x75, 0x65, 0x72, 0x79, 0x2e, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 301 0x12, 0x0d, 0x41, 0x6c, 0x65, 0x72, 0x74, 0x20, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x12, 302 0x30, 0x0a, 0x1d, 0x73, 0x70, 0x65, 0x63, 0x5f, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 303 0x2e, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x62, 0x79, 0x5f, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 304 0x12, 0x0f, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x20, 0x62, 0x79, 0x20, 0x6c, 0x61, 0x62, 0x65, 0x6c, 305 0x73, 0xaa, 0xd9, 0x21, 0x2f, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x0a, 0x0c, 0x64, 0x69, 0x73, 306 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 307 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x1a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 308 0x6e, 0x61, 0x6d, 0x65, 0xb2, 0xdf, 0x21, 0xaf, 0x01, 0x0a, 0xac, 0x01, 0x0a, 0xa9, 0x01, 0x0a, 309 0x0d, 0x62, 0x79, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x0c, 310 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x1a, 0x3c, 0x70, 0x72, 311 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x7d, 312 0x2f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x73, 313 0x2f, 0x2d, 0x2f, 0x6c, 0x6f, 0x67, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 314 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x2f, 0x2d, 0x1a, 0x4c, 0x70, 0x72, 0x6f, 0x6a, 315 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x7d, 0x2f, 0x70, 316 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x2f, 0x7b, 317 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x5f, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x7d, 318 0x2f, 0x6c, 0x6f, 0x67, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x65, 0x6d, 319 0x70, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x2f, 0x2d, 0xda, 0x94, 0x23, 0x08, 0x12, 0x06, 0x0a, 0x04, 320 0x6e, 0x61, 0x6d, 0x65, 0xc2, 0x85, 0x2c, 0x4b, 0x22, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x0c, 321 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x0b, 0x64, 0x65, 322 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x0f, 0x73, 0x75, 0x70, 0x70, 0x6f, 323 0x72, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x64, 0x6f, 0x63, 0x73, 0x22, 0x0d, 0x73, 0x70, 0x65, 0x63, 324 0x5f, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x42, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 325 0x61, 0x74, 0x61, 0x42, 0xeb, 0x02, 0xe8, 0xde, 0x21, 0x01, 0xd2, 0xff, 0xd0, 0x02, 0x63, 0x0a, 326 0x1c, 0x6c, 0x6f, 0x67, 0x5f, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 327 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x5f, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x12, 0x43, 0x67, 328 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x77, 329 0x61, 0x6e, 0x2f, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x61, 0x6c, 0x65, 0x72, 0x74, 0x69, 330 0x6e, 0x67, 0x2f, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2f, 0x76, 0x31, 0x2f, 0x6c, 0x6f, 0x67, 0x5f, 331 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 332 0x74, 0x65, 0xa2, 0x80, 0xd1, 0x02, 0x65, 0x0a, 0x1d, 0x6c, 0x6f, 0x67, 0x5f, 0x63, 0x6f, 0x6e, 333 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x5f, 334 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x12, 0x44, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 335 0x6f, 0x6d, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x77, 0x61, 0x6e, 0x2f, 0x65, 0x64, 0x67, 0x65, 336 0x6c, 0x71, 0x2f, 0x61, 0x6c, 0x65, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x61, 0x63, 0x63, 0x65, 337 0x73, 0x73, 0x2f, 0x76, 0x31, 0x2f, 0x6c, 0x6f, 0x67, 0x5f, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 338 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x0a, 0x16, 0x63, 0x6f, 339 0x6d, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x61, 0x6c, 0x65, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x70, 340 0x62, 0x2e, 0x76, 0x31, 0x42, 0x19, 0x4c, 0x6f, 0x67, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 341 0x6f, 0x6e, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 342 0x01, 0x5a, 0x5e, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6c, 343 0x6f, 0x75, 0x64, 0x77, 0x61, 0x6e, 0x2f, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x61, 0x6c, 344 0x65, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 345 0x2f, 0x76, 0x31, 0x2f, 0x6c, 0x6f, 0x67, 0x5f, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 346 0x6e, 0x5f, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x3b, 0x6c, 0x6f, 0x67, 0x5f, 0x63, 347 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 348 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 349 } 350 351 var ( 352 edgelq_alerting_proto_v1_log_condition_template_proto_rawDescOnce sync.Once 353 edgelq_alerting_proto_v1_log_condition_template_proto_rawDescData = edgelq_alerting_proto_v1_log_condition_template_proto_rawDesc 354 ) 355 356 func edgelq_alerting_proto_v1_log_condition_template_proto_rawDescGZIP() []byte { 357 edgelq_alerting_proto_v1_log_condition_template_proto_rawDescOnce.Do(func() { 358 edgelq_alerting_proto_v1_log_condition_template_proto_rawDescData = protoimpl.X.CompressGZIP(edgelq_alerting_proto_v1_log_condition_template_proto_rawDescData) 359 }) 360 return edgelq_alerting_proto_v1_log_condition_template_proto_rawDescData 361 } 362 363 var edgelq_alerting_proto_v1_log_condition_template_proto_msgTypes = make([]protoimpl.MessageInfo, 1) 364 var edgelq_alerting_proto_v1_log_condition_template_proto_goTypes = []interface{}{ 365 (*LogConditionTemplate)(nil), // 0: ntt.alerting.v1.LogConditionTemplate 366 (*meta.Meta)(nil), // 1: goten.types.Meta 367 (*rcommon.LogCndSpec)(nil), // 2: ntt.alerting.v1.LogCndSpec 368 } 369 var edgelq_alerting_proto_v1_log_condition_template_proto_depIdxs = []int32{ 370 1, // 0: ntt.alerting.v1.LogConditionTemplate.metadata:type_name -> goten.types.Meta 371 2, // 1: ntt.alerting.v1.LogConditionTemplate.spec_template:type_name -> ntt.alerting.v1.LogCndSpec 372 2, // [2:2] is the sub-list for method output_type 373 2, // [2:2] is the sub-list for method input_type 374 2, // [2:2] is the sub-list for extension type_name 375 2, // [2:2] is the sub-list for extension extendee 376 0, // [0:2] is the sub-list for field type_name 377 } 378 379 func init() { edgelq_alerting_proto_v1_log_condition_template_proto_init() } 380 func edgelq_alerting_proto_v1_log_condition_template_proto_init() { 381 if edgelq_alerting_proto_v1_log_condition_template_proto != nil { 382 return 383 } 384 if !protoimpl.UnsafeEnabled { 385 386 edgelq_alerting_proto_v1_log_condition_template_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { 387 switch v := v.(*LogConditionTemplate); i { 388 case 0: 389 return &v.state 390 case 1: 391 return &v.sizeCache 392 case 2: 393 return &v.unknownFields 394 default: 395 return nil 396 } 397 } 398 } 399 400 type x struct{} 401 out := protoimpl.TypeBuilder{ 402 File: protoimpl.DescBuilder{ 403 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 404 RawDescriptor: edgelq_alerting_proto_v1_log_condition_template_proto_rawDesc, 405 NumEnums: 0, 406 NumMessages: 1, 407 NumExtensions: 0, 408 NumServices: 0, 409 }, 410 GoTypes: edgelq_alerting_proto_v1_log_condition_template_proto_goTypes, 411 DependencyIndexes: edgelq_alerting_proto_v1_log_condition_template_proto_depIdxs, 412 MessageInfos: edgelq_alerting_proto_v1_log_condition_template_proto_msgTypes, 413 }.Build() 414 edgelq_alerting_proto_v1_log_condition_template_proto = out.File 415 edgelq_alerting_proto_v1_log_condition_template_proto_rawDesc = nil 416 edgelq_alerting_proto_v1_log_condition_template_proto_goTypes = nil 417 edgelq_alerting_proto_v1_log_condition_template_proto_depIdxs = nil 418 }