github.com/cloudwan/edgelq-sdk@v1.15.4/audit/resources/v1/method_descriptor/method_descriptor.pb.go (about)

     1  // Code generated by protoc-gen-goten-go
     2  // File: edgelq/audit/proto/v1/method_descriptor.proto
     3  // DO NOT EDIT!!!
     4  
     5  package method_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  // MethodDescriptor Resource
    52  type MethodDescriptor struct {
    53  	state         protoimpl.MessageState
    54  	sizeCache     protoimpl.SizeCache
    55  	unknownFields protoimpl.UnknownFields
    56  	// Name of MethodDescriptor
    57  	Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"`
    58  	// Metadata is an object with information like create, update and delete time
    59  	// (for async deleted resources), has user labels/annotations, sharding
    60  	// information, multi-region syncing information and may have non-schema
    61  	// owners (useful for taking ownership of resources belonging to lower level
    62  	// services by higher ones).
    63  	Metadata *meta.Meta `protobuf:"bytes,7,opt,name=metadata,proto3" json:"metadata,omitempty"`
    64  	// Optional. A concise name for the audited object type that might be
    65  	// displayed in user interfaces. It should be a Title Cased Noun Phrase,
    66  	// without any article or other determiners.
    67  	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
    68  	// Optional. A detailed description of the audited method type that might
    69  	// be used in documentation.
    70  	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
    71  	// A set of labels used to describe instances of this audited
    72  	// method type. For example, for "UpdateRoleBinding" we can define member
    73  	// label. This can allow us to make query like "who tried to give user X
    74  	// permissions to those things?"
    75  	Labels []*common.LabelDescriptor `protobuf:"bytes,4,rep,name=labels,proto3" json:"labels,omitempty"`
    76  	// Promoted Label Key Sets allow defining multiple indexing rules for
    77  	// underlying backend enabling query optimizations.
    78  	PromotedLabelKeySets []*common.LabelKeySet `protobuf:"bytes,5,rep,name=promoted_label_key_sets,json=promotedLabelKeySets,proto3" json:"promoted_label_key_sets,omitempty"`
    79  	// List of API versions which define this method
    80  	Versions []string `protobuf:"bytes,6,rep,name=versions,proto3" json:"versions,omitempty"`
    81  }
    82  
    83  func (m *MethodDescriptor) Reset() {
    84  	*m = MethodDescriptor{}
    85  	if protoimpl.UnsafeEnabled {
    86  		mi := &edgelq_audit_proto_v1_method_descriptor_proto_msgTypes[0]
    87  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
    88  		ms.StoreMessageInfo(mi)
    89  	}
    90  }
    91  
    92  func (m *MethodDescriptor) String() string {
    93  	return protoimpl.X.MessageStringOf(m)
    94  }
    95  
    96  func (*MethodDescriptor) ProtoMessage() {}
    97  
    98  func (m *MethodDescriptor) ProtoReflect() preflect.Message {
    99  	mi := &edgelq_audit_proto_v1_method_descriptor_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 (*MethodDescriptor) GotenMessage() {}
   111  
   112  // Deprecated, Use MethodDescriptor.ProtoReflect.Descriptor instead.
   113  func (*MethodDescriptor) Descriptor() ([]byte, []int) {
   114  	return edgelq_audit_proto_v1_method_descriptor_proto_rawDescGZIP(), []int{0}
   115  }
   116  
   117  func (m *MethodDescriptor) Unmarshal(b []byte) error {
   118  	return proto.Unmarshal(b, m)
   119  }
   120  
   121  func (m *MethodDescriptor) Marshal() ([]byte, error) {
   122  	return proto.Marshal(m)
   123  }
   124  
   125  func (m *MethodDescriptor) MarshalJSON() ([]byte, error) {
   126  	return protojson.MarshalOptions{}.Marshal(m)
   127  }
   128  
   129  func (m *MethodDescriptor) UnmarshalJSON(data []byte) error {
   130  	return protojson.Unmarshal(data, m)
   131  }
   132  
   133  func (m *MethodDescriptor) GetName() *Name {
   134  	if m != nil {
   135  		return m.Name
   136  	}
   137  	return nil
   138  }
   139  
   140  func (m *MethodDescriptor) GetMetadata() *meta.Meta {
   141  	if m != nil {
   142  		return m.Metadata
   143  	}
   144  	return nil
   145  }
   146  
   147  func (m *MethodDescriptor) GetDisplayName() string {
   148  	if m != nil {
   149  		return m.DisplayName
   150  	}
   151  	return ""
   152  }
   153  
   154  func (m *MethodDescriptor) GetDescription() string {
   155  	if m != nil {
   156  		return m.Description
   157  	}
   158  	return ""
   159  }
   160  
   161  func (m *MethodDescriptor) GetLabels() []*common.LabelDescriptor {
   162  	if m != nil {
   163  		return m.Labels
   164  	}
   165  	return nil
   166  }
   167  
   168  func (m *MethodDescriptor) GetPromotedLabelKeySets() []*common.LabelKeySet {
   169  	if m != nil {
   170  		return m.PromotedLabelKeySets
   171  	}
   172  	return nil
   173  }
   174  
   175  func (m *MethodDescriptor) GetVersions() []string {
   176  	if m != nil {
   177  		return m.Versions
   178  	}
   179  	return nil
   180  }
   181  
   182  func (m *MethodDescriptor) SetName(fv *Name) {
   183  	if m == nil {
   184  		panic(fmt.Errorf("can't set %s on nil %s", "Name", "MethodDescriptor"))
   185  	}
   186  	m.Name = fv
   187  }
   188  
   189  func (m *MethodDescriptor) SetMetadata(fv *meta.Meta) {
   190  	if m == nil {
   191  		panic(fmt.Errorf("can't set %s on nil %s", "Metadata", "MethodDescriptor"))
   192  	}
   193  	m.Metadata = fv
   194  }
   195  
   196  func (m *MethodDescriptor) SetDisplayName(fv string) {
   197  	if m == nil {
   198  		panic(fmt.Errorf("can't set %s on nil %s", "DisplayName", "MethodDescriptor"))
   199  	}
   200  	m.DisplayName = fv
   201  }
   202  
   203  func (m *MethodDescriptor) SetDescription(fv string) {
   204  	if m == nil {
   205  		panic(fmt.Errorf("can't set %s on nil %s", "Description", "MethodDescriptor"))
   206  	}
   207  	m.Description = fv
   208  }
   209  
   210  func (m *MethodDescriptor) SetLabels(fv []*common.LabelDescriptor) {
   211  	if m == nil {
   212  		panic(fmt.Errorf("can't set %s on nil %s", "Labels", "MethodDescriptor"))
   213  	}
   214  	m.Labels = fv
   215  }
   216  
   217  func (m *MethodDescriptor) SetPromotedLabelKeySets(fv []*common.LabelKeySet) {
   218  	if m == nil {
   219  		panic(fmt.Errorf("can't set %s on nil %s", "PromotedLabelKeySets", "MethodDescriptor"))
   220  	}
   221  	m.PromotedLabelKeySets = fv
   222  }
   223  
   224  func (m *MethodDescriptor) SetVersions(fv []string) {
   225  	if m == nil {
   226  		panic(fmt.Errorf("can't set %s on nil %s", "Versions", "MethodDescriptor"))
   227  	}
   228  	m.Versions = fv
   229  }
   230  
   231  var edgelq_audit_proto_v1_method_descriptor_proto preflect.FileDescriptor
   232  
   233  var edgelq_audit_proto_v1_method_descriptor_proto_rawDesc = []byte{
   234  	0x0a, 0x2d, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x61, 0x75, 0x64, 0x69, 0x74, 0x2f, 0x70,
   235  	0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x31, 0x2f, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x5f, 0x64,
   236  	0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,
   237  	0x0c, 0x6e, 0x74, 0x74, 0x2e, 0x61, 0x75, 0x64, 0x69, 0x74, 0x2e, 0x76, 0x31, 0x1a, 0x19, 0x67,
   238  	0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72,
   239  	0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f,
   240  	0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x76, 0x61, 0x6c, 0x69,
   241  	0x64, 0x61, 0x74, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1d, 0x67, 0x6f, 0x74, 0x65,
   242  	0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x67, 0x6f,
   243  	0x74, 0x65, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x67, 0x6f, 0x74, 0x65, 0x6e,
   244  	0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x72, 0x65, 0x73,
   245  	0x6f, 0x75, 0x72, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1d, 0x67, 0x6f, 0x74,
   246  	0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73,
   247  	0x74, 0x6f, 0x72, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x74, 0x65,
   248  	0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x65,
   249  	0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x24, 0x67, 0x6f, 0x74,
   250  	0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x6d,
   251  	0x75, 0x6c, 0x74, 0x69, 0x5f, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74,
   252  	0x6f, 0x1a, 0x24, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x61, 0x75, 0x64, 0x69, 0x74, 0x2f,
   253  	0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x61, 0x75, 0x64, 0x69,
   254  	0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x16, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x74,
   255  	0x79, 0x70, 0x65, 0x73, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a,
   256  	0x22, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x61, 0x75, 0x64, 0x69, 0x74, 0x2f, 0x70, 0x72,
   257  	0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72,
   258  	0x6f, 0x74, 0x6f, 0x22, 0x90, 0x05, 0x0a, 0x10, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x44, 0x65,
   259  	0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x12, 0x2c, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65,
   260  	0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xb2, 0xda, 0x21, 0x14, 0x0a, 0x12, 0x0a, 0x10,
   261  	0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72,
   262  	0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2d, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61,
   263  	0x74, 0x61, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x67, 0x6f, 0x74, 0x65, 0x6e,
   264  	0x2e, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74,
   265  	0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x2e, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79,
   266  	0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0b, 0xca, 0xc6, 0x27,
   267  	0x07, 0x2a, 0x05, 0x22, 0x03, 0x08, 0x80, 0x02, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61,
   268  	0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x2d, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70,
   269  	0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0b, 0xca, 0xc6, 0x27, 0x07,
   270  	0x2a, 0x05, 0x22, 0x03, 0x08, 0x80, 0x02, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70,
   271  	0x74, 0x69, 0x6f, 0x6e, 0x12, 0x35, 0x0a, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x18, 0x04,
   272  	0x20, 0x03, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x61, 0x75, 0x64, 0x69, 0x74,
   273  	0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70,
   274  	0x74, 0x6f, 0x72, 0x52, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x12, 0x50, 0x0a, 0x17, 0x70,
   275  	0x72, 0x6f, 0x6d, 0x6f, 0x74, 0x65, 0x64, 0x5f, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x5f, 0x6b, 0x65,
   276  	0x79, 0x5f, 0x73, 0x65, 0x74, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x6e,
   277  	0x74, 0x74, 0x2e, 0x61, 0x75, 0x64, 0x69, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x61, 0x62, 0x65,
   278  	0x6c, 0x4b, 0x65, 0x79, 0x53, 0x65, 0x74, 0x52, 0x14, 0x70, 0x72, 0x6f, 0x6d, 0x6f, 0x74, 0x65,
   279  	0x64, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x4b, 0x65, 0x79, 0x53, 0x65, 0x74, 0x73, 0x12, 0x1a, 0x0a,
   280  	0x08, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x09, 0x52,
   281  	0x08, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x9a, 0x02, 0xea, 0x41, 0x5d, 0x0a,
   282  	0x21, 0x61, 0x75, 0x64, 0x69, 0x74, 0x2e, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2e, 0x63, 0x6f,
   283  	0x6d, 0x2f, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74,
   284  	0x6f, 0x72, 0x12, 0x38, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x73, 0x65,
   285  	0x72, 0x76, 0x69, 0x63, 0x65, 0x7d, 0x2f, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x44, 0x65, 0x73,
   286  	0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x73, 0x2f, 0x7b, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64,
   287  	0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x7d, 0x92, 0xd9, 0x21, 0x50,
   288  	0x0a, 0x11, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74,
   289  	0x6f, 0x72, 0x73, 0x12, 0x11, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x44, 0x65, 0x73, 0x63, 0x72,
   290  	0x69, 0x70, 0x74, 0x6f, 0x72, 0x73, 0x1a, 0x16, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x67, 0x6f, 0x74,
   291  	0x65, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2a, 0x0e,
   292  	0x5b, 0x5c, 0x77, 0x2e, 0x2f, 0x2d, 0x5d, 0x7b, 0x31, 0x2c, 0x31, 0x32, 0x38, 0x7d, 0x38, 0x05,
   293  	0xda, 0x94, 0x23, 0x08, 0x12, 0x06, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0xc2, 0x85, 0x2c, 0x56,
   294  	0x22, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f,
   295  	0x6e, 0x61, 0x6d, 0x65, 0x22, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f,
   296  	0x6e, 0x22, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x22, 0x17, 0x70, 0x72, 0x6f, 0x6d, 0x6f,
   297  	0x74, 0x65, 0x64, 0x5f, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x5f, 0x6b, 0x65, 0x79, 0x5f, 0x73, 0x65,
   298  	0x74, 0x73, 0x22, 0x08, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x08, 0x6d, 0x65,
   299  	0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x42, 0xbd, 0x02, 0xe8, 0xde, 0x21, 0x01, 0xd2, 0xff, 0xd0,
   300  	0x02, 0x56, 0x0a, 0x17, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72,
   301  	0x69, 0x70, 0x74, 0x6f, 0x72, 0x5f, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x12, 0x3b, 0x67, 0x69, 0x74,
   302  	0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x77, 0x61, 0x6e,
   303  	0x2f, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x61, 0x75, 0x64, 0x69, 0x74, 0x2f, 0x73, 0x74,
   304  	0x6f, 0x72, 0x65, 0x2f, 0x76, 0x31, 0x2f, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x5f, 0x64, 0x65,
   305  	0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0xa2, 0x80, 0xd1, 0x02, 0x58, 0x0a, 0x18, 0x6d,
   306  	0x65, 0x74, 0x68, 0x6f, 0x64, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72,
   307  	0x5f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x12, 0x3c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e,
   308  	0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x77, 0x61, 0x6e, 0x2f, 0x65, 0x64, 0x67,
   309  	0x65, 0x6c, 0x71, 0x2f, 0x61, 0x75, 0x64, 0x69, 0x74, 0x2f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73,
   310  	0x2f, 0x76, 0x31, 0x2f, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72,
   311  	0x69, 0x70, 0x74, 0x6f, 0x72, 0x0a, 0x13, 0x63, 0x6f, 0x6d, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x61,
   312  	0x75, 0x64, 0x69, 0x74, 0x2e, 0x70, 0x62, 0x2e, 0x76, 0x31, 0x42, 0x15, 0x4d, 0x65, 0x74, 0x68,
   313  	0x6f, 0x64, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x50, 0x72, 0x6f, 0x74,
   314  	0x6f, 0x50, 0x01, 0x5a, 0x51, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f,
   315  	0x63, 0x6c, 0x6f, 0x75, 0x64, 0x77, 0x61, 0x6e, 0x2f, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f,
   316  	0x61, 0x75, 0x64, 0x69, 0x74, 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x2f,
   317  	0x76, 0x31, 0x2f, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69,
   318  	0x70, 0x74, 0x6f, 0x72, 0x3b, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x5f, 0x64, 0x65, 0x73, 0x63,
   319  	0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
   320  }
   321  
   322  var (
   323  	edgelq_audit_proto_v1_method_descriptor_proto_rawDescOnce sync.Once
   324  	edgelq_audit_proto_v1_method_descriptor_proto_rawDescData = edgelq_audit_proto_v1_method_descriptor_proto_rawDesc
   325  )
   326  
   327  func edgelq_audit_proto_v1_method_descriptor_proto_rawDescGZIP() []byte {
   328  	edgelq_audit_proto_v1_method_descriptor_proto_rawDescOnce.Do(func() {
   329  		edgelq_audit_proto_v1_method_descriptor_proto_rawDescData = protoimpl.X.CompressGZIP(edgelq_audit_proto_v1_method_descriptor_proto_rawDescData)
   330  	})
   331  	return edgelq_audit_proto_v1_method_descriptor_proto_rawDescData
   332  }
   333  
   334  var edgelq_audit_proto_v1_method_descriptor_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
   335  var edgelq_audit_proto_v1_method_descriptor_proto_goTypes = []interface{}{
   336  	(*MethodDescriptor)(nil),       // 0: ntt.audit.v1.MethodDescriptor
   337  	(*meta.Meta)(nil),              // 1: goten.types.Meta
   338  	(*common.LabelDescriptor)(nil), // 2: ntt.audit.v1.LabelDescriptor
   339  	(*common.LabelKeySet)(nil),     // 3: ntt.audit.v1.LabelKeySet
   340  }
   341  var edgelq_audit_proto_v1_method_descriptor_proto_depIdxs = []int32{
   342  	1, // 0: ntt.audit.v1.MethodDescriptor.metadata:type_name -> goten.types.Meta
   343  	2, // 1: ntt.audit.v1.MethodDescriptor.labels:type_name -> ntt.audit.v1.LabelDescriptor
   344  	3, // 2: ntt.audit.v1.MethodDescriptor.promoted_label_key_sets:type_name -> ntt.audit.v1.LabelKeySet
   345  	3, // [3:3] is the sub-list for method output_type
   346  	3, // [3:3] is the sub-list for method input_type
   347  	3, // [3:3] is the sub-list for extension type_name
   348  	3, // [3:3] is the sub-list for extension extendee
   349  	0, // [0:3] is the sub-list for field type_name
   350  }
   351  
   352  func init() { edgelq_audit_proto_v1_method_descriptor_proto_init() }
   353  func edgelq_audit_proto_v1_method_descriptor_proto_init() {
   354  	if edgelq_audit_proto_v1_method_descriptor_proto != nil {
   355  		return
   356  	}
   357  	if !protoimpl.UnsafeEnabled {
   358  
   359  		edgelq_audit_proto_v1_method_descriptor_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   360  			switch v := v.(*MethodDescriptor); i {
   361  			case 0:
   362  				return &v.state
   363  			case 1:
   364  				return &v.sizeCache
   365  			case 2:
   366  				return &v.unknownFields
   367  			default:
   368  				return nil
   369  			}
   370  		}
   371  	}
   372  
   373  	type x struct{}
   374  	out := protoimpl.TypeBuilder{
   375  		File: protoimpl.DescBuilder{
   376  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   377  			RawDescriptor: edgelq_audit_proto_v1_method_descriptor_proto_rawDesc,
   378  			NumEnums:      0,
   379  			NumMessages:   1,
   380  			NumExtensions: 0,
   381  			NumServices:   0,
   382  		},
   383  		GoTypes:           edgelq_audit_proto_v1_method_descriptor_proto_goTypes,
   384  		DependencyIndexes: edgelq_audit_proto_v1_method_descriptor_proto_depIdxs,
   385  		MessageInfos:      edgelq_audit_proto_v1_method_descriptor_proto_msgTypes,
   386  	}.Build()
   387  	edgelq_audit_proto_v1_method_descriptor_proto = out.File
   388  	edgelq_audit_proto_v1_method_descriptor_proto_rawDesc = nil
   389  	edgelq_audit_proto_v1_method_descriptor_proto_goTypes = nil
   390  	edgelq_audit_proto_v1_method_descriptor_proto_depIdxs = nil
   391  }