github.com/cloudwan/edgelq-sdk@v1.15.4/audit/resources/v1/audited_resource_descriptor/audited_resource_descriptor.pb.go (about) 1 // Code generated by protoc-gen-goten-go 2 // File: edgelq/audit/proto/v1/audited_resource_descriptor.proto 3 // DO NOT EDIT!!! 4 5 package audited_resource_descriptor 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 common "github.com/cloudwan/edgelq-sdk/audit/resources/v1/common" 21 meta_service "github.com/cloudwan/goten-sdk/meta-service/resources/v1/service" 22 meta "github.com/cloudwan/goten-sdk/types/meta" 23 ) 24 25 // Reference imports to suppress errors if they are not otherwise used. 26 var ( 27 _ = fmt.Errorf 28 _ = reflect.Method{} 29 _ = sync.Once{} 30 31 _ = protojson.MarshalOptions{} 32 _ = proto.MarshalOptions{} 33 _ = preflect.Value{} 34 _ = protoimpl.DescBuilder{} 35 ) 36 37 // make sure we're using proto imports 38 var ( 39 _ = &common.Authentication{} 40 _ = &meta_service.Service{} 41 _ = &meta.Meta{} 42 ) 43 44 const ( 45 // Verify that this generated code is sufficiently up-to-date. 46 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) 47 // Verify that runtime/protoimpl is sufficiently up-to-date. 48 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) 49 ) 50 51 // AuditedResourceDescriptor Resource 52 type AuditedResourceDescriptor struct { 53 state protoimpl.MessageState 54 sizeCache protoimpl.SizeCache 55 unknownFields protoimpl.UnknownFields 56 // Name of AuditedResourceDescriptor 57 Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"` 58 // Optional. A concise name for the audited object type that might be 59 // displayed in user interfaces. It should be a Title Cased Noun Phrase, 60 // without any article or other determiners. 61 DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` 62 // Optional. A detailed description of the audited object type that might 63 // be used in documentation. 64 Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` 65 // Required. A set of labels used to describe instances of this audited 66 // resource type. For example, for "RoleBinding" we can define name+member. 67 // This can allow us to make query like "who allowed user X to do those 68 // things?" 69 Labels []*common.LabelDescriptor `protobuf:"bytes,4,rep,name=labels,proto3" json:"labels,omitempty"` 70 // Promoted Label Key Sets allow defining multiple indexing rules for 71 // underlying backend enabling query optimizations. 72 PromotedLabelKeySets []*common.LabelKeySet `protobuf:"bytes,5,rep,name=promoted_label_key_sets,json=promotedLabelKeySets,proto3" json:"promoted_label_key_sets,omitempty"` 73 // List of API versions which define this resource 74 Versions []string `protobuf:"bytes,6,rep,name=versions,proto3" json:"versions,omitempty"` 75 // List of spec fields 76 SpecFields []string `protobuf:"bytes,7,rep,name=spec_fields,json=specFields,proto3" json:"spec_fields,omitempty"` 77 // List of state fields 78 StateFields []string `protobuf:"bytes,8,rep,name=state_fields,json=stateFields,proto3" json:"state_fields,omitempty"` 79 // List of meta fields 80 MetaFields []string `protobuf:"bytes,9,rep,name=meta_fields,json=metaFields,proto3" json:"meta_fields,omitempty"` 81 // Metadata is an object with information like create, update and delete time 82 // (for async deleted resources), has user labels/annotations, sharding 83 // information, multi-region syncing information and may have non-schema 84 // owners (useful for taking ownership of resources belonging to lower level 85 // services by higher ones). 86 Metadata *meta.Meta `protobuf:"bytes,10,opt,name=metadata,proto3" json:"metadata,omitempty"` 87 } 88 89 func (m *AuditedResourceDescriptor) Reset() { 90 *m = AuditedResourceDescriptor{} 91 if protoimpl.UnsafeEnabled { 92 mi := &edgelq_audit_proto_v1_audited_resource_descriptor_proto_msgTypes[0] 93 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 94 ms.StoreMessageInfo(mi) 95 } 96 } 97 98 func (m *AuditedResourceDescriptor) String() string { 99 return protoimpl.X.MessageStringOf(m) 100 } 101 102 func (*AuditedResourceDescriptor) ProtoMessage() {} 103 104 func (m *AuditedResourceDescriptor) ProtoReflect() preflect.Message { 105 mi := &edgelq_audit_proto_v1_audited_resource_descriptor_proto_msgTypes[0] 106 if protoimpl.UnsafeEnabled && m != nil { 107 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 108 if ms.LoadMessageInfo() == nil { 109 ms.StoreMessageInfo(mi) 110 } 111 return ms 112 } 113 return mi.MessageOf(m) 114 } 115 116 func (*AuditedResourceDescriptor) GotenMessage() {} 117 118 // Deprecated, Use AuditedResourceDescriptor.ProtoReflect.Descriptor instead. 119 func (*AuditedResourceDescriptor) Descriptor() ([]byte, []int) { 120 return edgelq_audit_proto_v1_audited_resource_descriptor_proto_rawDescGZIP(), []int{0} 121 } 122 123 func (m *AuditedResourceDescriptor) Unmarshal(b []byte) error { 124 return proto.Unmarshal(b, m) 125 } 126 127 func (m *AuditedResourceDescriptor) Marshal() ([]byte, error) { 128 return proto.Marshal(m) 129 } 130 131 func (m *AuditedResourceDescriptor) MarshalJSON() ([]byte, error) { 132 return protojson.MarshalOptions{}.Marshal(m) 133 } 134 135 func (m *AuditedResourceDescriptor) UnmarshalJSON(data []byte) error { 136 return protojson.Unmarshal(data, m) 137 } 138 139 func (m *AuditedResourceDescriptor) GetName() *Name { 140 if m != nil { 141 return m.Name 142 } 143 return nil 144 } 145 146 func (m *AuditedResourceDescriptor) GetDisplayName() string { 147 if m != nil { 148 return m.DisplayName 149 } 150 return "" 151 } 152 153 func (m *AuditedResourceDescriptor) GetDescription() string { 154 if m != nil { 155 return m.Description 156 } 157 return "" 158 } 159 160 func (m *AuditedResourceDescriptor) GetLabels() []*common.LabelDescriptor { 161 if m != nil { 162 return m.Labels 163 } 164 return nil 165 } 166 167 func (m *AuditedResourceDescriptor) GetPromotedLabelKeySets() []*common.LabelKeySet { 168 if m != nil { 169 return m.PromotedLabelKeySets 170 } 171 return nil 172 } 173 174 func (m *AuditedResourceDescriptor) GetVersions() []string { 175 if m != nil { 176 return m.Versions 177 } 178 return nil 179 } 180 181 func (m *AuditedResourceDescriptor) GetSpecFields() []string { 182 if m != nil { 183 return m.SpecFields 184 } 185 return nil 186 } 187 188 func (m *AuditedResourceDescriptor) GetStateFields() []string { 189 if m != nil { 190 return m.StateFields 191 } 192 return nil 193 } 194 195 func (m *AuditedResourceDescriptor) GetMetaFields() []string { 196 if m != nil { 197 return m.MetaFields 198 } 199 return nil 200 } 201 202 func (m *AuditedResourceDescriptor) GetMetadata() *meta.Meta { 203 if m != nil { 204 return m.Metadata 205 } 206 return nil 207 } 208 209 func (m *AuditedResourceDescriptor) SetName(fv *Name) { 210 if m == nil { 211 panic(fmt.Errorf("can't set %s on nil %s", "Name", "AuditedResourceDescriptor")) 212 } 213 m.Name = fv 214 } 215 216 func (m *AuditedResourceDescriptor) SetDisplayName(fv string) { 217 if m == nil { 218 panic(fmt.Errorf("can't set %s on nil %s", "DisplayName", "AuditedResourceDescriptor")) 219 } 220 m.DisplayName = fv 221 } 222 223 func (m *AuditedResourceDescriptor) SetDescription(fv string) { 224 if m == nil { 225 panic(fmt.Errorf("can't set %s on nil %s", "Description", "AuditedResourceDescriptor")) 226 } 227 m.Description = fv 228 } 229 230 func (m *AuditedResourceDescriptor) SetLabels(fv []*common.LabelDescriptor) { 231 if m == nil { 232 panic(fmt.Errorf("can't set %s on nil %s", "Labels", "AuditedResourceDescriptor")) 233 } 234 m.Labels = fv 235 } 236 237 func (m *AuditedResourceDescriptor) SetPromotedLabelKeySets(fv []*common.LabelKeySet) { 238 if m == nil { 239 panic(fmt.Errorf("can't set %s on nil %s", "PromotedLabelKeySets", "AuditedResourceDescriptor")) 240 } 241 m.PromotedLabelKeySets = fv 242 } 243 244 func (m *AuditedResourceDescriptor) SetVersions(fv []string) { 245 if m == nil { 246 panic(fmt.Errorf("can't set %s on nil %s", "Versions", "AuditedResourceDescriptor")) 247 } 248 m.Versions = fv 249 } 250 251 func (m *AuditedResourceDescriptor) SetSpecFields(fv []string) { 252 if m == nil { 253 panic(fmt.Errorf("can't set %s on nil %s", "SpecFields", "AuditedResourceDescriptor")) 254 } 255 m.SpecFields = fv 256 } 257 258 func (m *AuditedResourceDescriptor) SetStateFields(fv []string) { 259 if m == nil { 260 panic(fmt.Errorf("can't set %s on nil %s", "StateFields", "AuditedResourceDescriptor")) 261 } 262 m.StateFields = fv 263 } 264 265 func (m *AuditedResourceDescriptor) SetMetaFields(fv []string) { 266 if m == nil { 267 panic(fmt.Errorf("can't set %s on nil %s", "MetaFields", "AuditedResourceDescriptor")) 268 } 269 m.MetaFields = fv 270 } 271 272 func (m *AuditedResourceDescriptor) SetMetadata(fv *meta.Meta) { 273 if m == nil { 274 panic(fmt.Errorf("can't set %s on nil %s", "Metadata", "AuditedResourceDescriptor")) 275 } 276 m.Metadata = fv 277 } 278 279 var edgelq_audit_proto_v1_audited_resource_descriptor_proto preflect.FileDescriptor 280 281 var edgelq_audit_proto_v1_audited_resource_descriptor_proto_rawDesc = []byte{ 282 0x0a, 0x37, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x61, 0x75, 0x64, 0x69, 0x74, 0x2f, 0x70, 283 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x31, 0x2f, 0x61, 0x75, 0x64, 0x69, 0x74, 0x65, 0x64, 0x5f, 284 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 285 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0c, 0x6e, 0x74, 0x74, 0x2e, 0x61, 286 0x75, 0x64, 0x69, 0x74, 0x2e, 0x76, 0x31, 0x1a, 0x19, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 287 0x61, 0x70, 0x69, 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 288 0x74, 0x6f, 0x1a, 0x20, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 289 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x2e, 0x70, 290 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1d, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 291 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2e, 0x70, 0x72, 292 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 293 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x2e, 294 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1d, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 295 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x70, 296 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 297 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 298 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x24, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 299 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x5f, 0x72, 300 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x24, 0x65, 0x64, 0x67, 301 0x65, 0x6c, 0x71, 0x2f, 0x61, 0x75, 0x64, 0x69, 0x74, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 302 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x61, 0x75, 0x64, 0x69, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 303 0x6f, 0x1a, 0x16, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x6d, 304 0x65, 0x74, 0x61, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x22, 0x65, 0x64, 0x67, 0x65, 0x6c, 305 0x71, 0x2f, 0x61, 0x75, 0x64, 0x69, 0x74, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x31, 306 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xdd, 0x06, 307 0x0a, 0x19, 0x41, 0x75, 0x64, 0x69, 0x74, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 308 0x65, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x12, 0x35, 0x0a, 0x04, 0x6e, 309 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x21, 0xb2, 0xda, 0x21, 0x1d, 0x0a, 310 0x1b, 0x0a, 0x19, 0x41, 0x75, 0x64, 0x69, 0x74, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 311 0x63, 0x65, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x52, 0x04, 0x6e, 0x61, 312 0x6d, 0x65, 0x12, 0x2e, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 313 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0b, 0xca, 0xc6, 0x27, 0x07, 0x2a, 0x05, 314 0x22, 0x03, 0x08, 0x80, 0x02, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 315 0x6d, 0x65, 0x12, 0x2d, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 316 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0b, 0xca, 0xc6, 0x27, 0x07, 0x2a, 0x05, 0x22, 317 0x03, 0x08, 0x80, 0x02, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 318 0x6e, 0x12, 0x35, 0x0a, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 319 0x0b, 0x32, 0x1d, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x61, 0x75, 0x64, 0x69, 0x74, 0x2e, 0x76, 0x31, 320 0x2e, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 321 0x52, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x12, 0x50, 0x0a, 0x17, 0x70, 0x72, 0x6f, 0x6d, 322 0x6f, 0x74, 0x65, 0x64, 0x5f, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x5f, 0x6b, 0x65, 0x79, 0x5f, 0x73, 323 0x65, 0x74, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 324 0x61, 0x75, 0x64, 0x69, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x4b, 0x65, 325 0x79, 0x53, 0x65, 0x74, 0x52, 0x14, 0x70, 0x72, 0x6f, 0x6d, 0x6f, 0x74, 0x65, 0x64, 0x4c, 0x61, 326 0x62, 0x65, 0x6c, 0x4b, 0x65, 0x79, 0x53, 0x65, 0x74, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x76, 0x65, 327 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x76, 0x65, 328 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x1f, 0x0a, 0x0b, 0x73, 0x70, 0x65, 0x63, 0x5f, 0x66, 329 0x69, 0x65, 0x6c, 0x64, 0x73, 0x18, 0x07, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x70, 0x65, 330 0x63, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x12, 0x21, 0x0a, 0x0c, 0x73, 0x74, 0x61, 0x74, 0x65, 331 0x5f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0b, 0x73, 332 0x74, 0x61, 0x74, 0x65, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x12, 0x1f, 0x0a, 0x0b, 0x6d, 0x65, 333 0x74, 0x61, 0x5f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x18, 0x09, 0x20, 0x03, 0x28, 0x09, 0x52, 334 0x0a, 0x6d, 0x65, 0x74, 0x61, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x12, 0x2d, 0x0a, 0x08, 0x6d, 335 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 336 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x4d, 0x65, 0x74, 0x61, 337 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x3a, 0xf0, 0x02, 0xea, 0x41, 0x79, 338 0x0a, 0x2a, 0x61, 0x75, 0x64, 0x69, 0x74, 0x2e, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2e, 0x63, 339 0x6f, 0x6d, 0x2f, 0x41, 0x75, 0x64, 0x69, 0x74, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 340 0x63, 0x65, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x12, 0x4b, 0x73, 0x65, 341 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x7d, 342 0x2f, 0x61, 0x75, 0x64, 0x69, 0x74, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 343 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x73, 0x2f, 0x7b, 0x61, 0x75, 0x64, 344 0x69, 0x74, 0x65, 0x64, 0x5f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x64, 0x65, 345 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x7d, 0x92, 0xd9, 0x21, 0x62, 0x0a, 0x1a, 0x61, 346 0x75, 0x64, 0x69, 0x74, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 347 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x73, 0x12, 0x1a, 0x61, 0x75, 0x64, 0x69, 0x74, 348 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 349 0x70, 0x74, 0x6f, 0x72, 0x73, 0x1a, 0x16, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x67, 0x6f, 0x74, 0x65, 350 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2a, 0x0e, 0x5b, 351 0x5c, 0x77, 0x2e, 0x2f, 0x2d, 0x5d, 0x7b, 0x31, 0x2c, 0x31, 0x32, 0x38, 0x7d, 0x38, 0x05, 0xda, 352 0x94, 0x23, 0x08, 0x12, 0x06, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0xc2, 0x85, 0x2c, 0x7e, 0x22, 353 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 354 0x61, 0x6d, 0x65, 0x22, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 355 0x22, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x22, 0x17, 0x70, 0x72, 0x6f, 0x6d, 0x6f, 0x74, 356 0x65, 0x64, 0x5f, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x5f, 0x6b, 0x65, 0x79, 0x5f, 0x73, 0x65, 0x74, 357 0x73, 0x22, 0x08, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x0b, 0x73, 0x70, 0x65, 358 0x63, 0x5f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x22, 0x0c, 0x73, 0x74, 0x61, 0x74, 0x65, 0x5f, 359 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x22, 0x0b, 0x6d, 0x65, 0x74, 0x61, 0x5f, 0x66, 0x69, 0x65, 360 0x6c, 0x64, 0x73, 0x42, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x42, 0x82, 0x03, 361 0xe8, 0xde, 0x21, 0x01, 0xd2, 0xff, 0xd0, 0x02, 0x6a, 0x0a, 0x21, 0x61, 0x75, 0x64, 0x69, 0x74, 362 0x65, 0x64, 0x5f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x64, 0x65, 0x73, 0x63, 363 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x5f, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x12, 0x45, 0x67, 0x69, 364 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x77, 0x61, 365 0x6e, 0x2f, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x61, 0x75, 0x64, 0x69, 0x74, 0x2f, 0x73, 366 0x74, 0x6f, 0x72, 0x65, 0x2f, 0x76, 0x31, 0x2f, 0x61, 0x75, 0x64, 0x69, 0x74, 0x65, 0x64, 0x5f, 367 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 368 0x74, 0x6f, 0x72, 0xa2, 0x80, 0xd1, 0x02, 0x6c, 0x0a, 0x22, 0x61, 0x75, 0x64, 0x69, 0x74, 0x65, 369 0x64, 0x5f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 370 0x69, 0x70, 0x74, 0x6f, 0x72, 0x5f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x12, 0x46, 0x67, 0x69, 371 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x77, 0x61, 372 0x6e, 0x2f, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x61, 0x75, 0x64, 0x69, 0x74, 0x2f, 0x61, 373 0x63, 0x63, 0x65, 0x73, 0x73, 0x2f, 0x76, 0x31, 0x2f, 0x61, 0x75, 0x64, 0x69, 0x74, 0x65, 0x64, 374 0x5f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 375 0x70, 0x74, 0x6f, 0x72, 0x0a, 0x13, 0x63, 0x6f, 0x6d, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x61, 0x75, 376 0x64, 0x69, 0x74, 0x2e, 0x70, 0x62, 0x2e, 0x76, 0x31, 0x42, 0x1e, 0x41, 0x75, 0x64, 0x69, 0x74, 377 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 378 0x70, 0x74, 0x6f, 0x72, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x65, 0x67, 0x69, 0x74, 379 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x77, 0x61, 0x6e, 380 0x2f, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x61, 0x75, 0x64, 0x69, 0x74, 0x2f, 0x72, 0x65, 381 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x2f, 0x76, 0x31, 0x2f, 0x61, 0x75, 0x64, 0x69, 0x74, 382 0x65, 0x64, 0x5f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x64, 0x65, 0x73, 0x63, 383 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x3b, 0x61, 0x75, 0x64, 0x69, 0x74, 0x65, 0x64, 0x5f, 0x72, 384 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 385 0x6f, 0x72, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 386 } 387 388 var ( 389 edgelq_audit_proto_v1_audited_resource_descriptor_proto_rawDescOnce sync.Once 390 edgelq_audit_proto_v1_audited_resource_descriptor_proto_rawDescData = edgelq_audit_proto_v1_audited_resource_descriptor_proto_rawDesc 391 ) 392 393 func edgelq_audit_proto_v1_audited_resource_descriptor_proto_rawDescGZIP() []byte { 394 edgelq_audit_proto_v1_audited_resource_descriptor_proto_rawDescOnce.Do(func() { 395 edgelq_audit_proto_v1_audited_resource_descriptor_proto_rawDescData = protoimpl.X.CompressGZIP(edgelq_audit_proto_v1_audited_resource_descriptor_proto_rawDescData) 396 }) 397 return edgelq_audit_proto_v1_audited_resource_descriptor_proto_rawDescData 398 } 399 400 var edgelq_audit_proto_v1_audited_resource_descriptor_proto_msgTypes = make([]protoimpl.MessageInfo, 1) 401 var edgelq_audit_proto_v1_audited_resource_descriptor_proto_goTypes = []interface{}{ 402 (*AuditedResourceDescriptor)(nil), // 0: ntt.audit.v1.AuditedResourceDescriptor 403 (*common.LabelDescriptor)(nil), // 1: ntt.audit.v1.LabelDescriptor 404 (*common.LabelKeySet)(nil), // 2: ntt.audit.v1.LabelKeySet 405 (*meta.Meta)(nil), // 3: goten.types.Meta 406 } 407 var edgelq_audit_proto_v1_audited_resource_descriptor_proto_depIdxs = []int32{ 408 1, // 0: ntt.audit.v1.AuditedResourceDescriptor.labels:type_name -> ntt.audit.v1.LabelDescriptor 409 2, // 1: ntt.audit.v1.AuditedResourceDescriptor.promoted_label_key_sets:type_name -> ntt.audit.v1.LabelKeySet 410 3, // 2: ntt.audit.v1.AuditedResourceDescriptor.metadata:type_name -> goten.types.Meta 411 3, // [3:3] is the sub-list for method output_type 412 3, // [3:3] is the sub-list for method input_type 413 3, // [3:3] is the sub-list for extension type_name 414 3, // [3:3] is the sub-list for extension extendee 415 0, // [0:3] is the sub-list for field type_name 416 } 417 418 func init() { edgelq_audit_proto_v1_audited_resource_descriptor_proto_init() } 419 func edgelq_audit_proto_v1_audited_resource_descriptor_proto_init() { 420 if edgelq_audit_proto_v1_audited_resource_descriptor_proto != nil { 421 return 422 } 423 if !protoimpl.UnsafeEnabled { 424 425 edgelq_audit_proto_v1_audited_resource_descriptor_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { 426 switch v := v.(*AuditedResourceDescriptor); i { 427 case 0: 428 return &v.state 429 case 1: 430 return &v.sizeCache 431 case 2: 432 return &v.unknownFields 433 default: 434 return nil 435 } 436 } 437 } 438 439 type x struct{} 440 out := protoimpl.TypeBuilder{ 441 File: protoimpl.DescBuilder{ 442 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 443 RawDescriptor: edgelq_audit_proto_v1_audited_resource_descriptor_proto_rawDesc, 444 NumEnums: 0, 445 NumMessages: 1, 446 NumExtensions: 0, 447 NumServices: 0, 448 }, 449 GoTypes: edgelq_audit_proto_v1_audited_resource_descriptor_proto_goTypes, 450 DependencyIndexes: edgelq_audit_proto_v1_audited_resource_descriptor_proto_depIdxs, 451 MessageInfos: edgelq_audit_proto_v1_audited_resource_descriptor_proto_msgTypes, 452 }.Build() 453 edgelq_audit_proto_v1_audited_resource_descriptor_proto = out.File 454 edgelq_audit_proto_v1_audited_resource_descriptor_proto_rawDesc = nil 455 edgelq_audit_proto_v1_audited_resource_descriptor_proto_goTypes = nil 456 edgelq_audit_proto_v1_audited_resource_descriptor_proto_depIdxs = nil 457 }