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

     1  // Code generated by protoc-gen-goten-go
     2  // File: edgelq/audit/proto/v1alpha2/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/v1alpha2/common"
    21  	meta "github.com/cloudwan/goten-sdk/types/meta"
    22  )
    23  
    24  // Reference imports to suppress errors if they are not otherwise used.
    25  var (
    26  	_ = fmt.Errorf
    27  	_ = reflect.Method{}
    28  	_ = sync.Once{}
    29  
    30  	_ = protojson.MarshalOptions{}
    31  	_ = proto.MarshalOptions{}
    32  	_ = preflect.Value{}
    33  	_ = protoimpl.DescBuilder{}
    34  )
    35  
    36  // make sure we're using proto imports
    37  var (
    38  	_ = &common.Authentication{}
    39  	_ = &meta.Meta{}
    40  )
    41  
    42  const (
    43  	// Verify that this generated code is sufficiently up-to-date.
    44  	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
    45  	// Verify that runtime/protoimpl is sufficiently up-to-date.
    46  	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
    47  )
    48  
    49  // MethodDescriptor Resource
    50  type MethodDescriptor struct {
    51  	state         protoimpl.MessageState
    52  	sizeCache     protoimpl.SizeCache
    53  	unknownFields protoimpl.UnknownFields
    54  	// Name of MethodDescriptor - contains service name and
    55  	// method type name, separated by '/' sign. Example name:
    56  	// "iam.edgelq.com/CreateRoleBinding"
    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 method type that might
    63  	// be used in documentation.
    64  	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
    65  	// A set of labels used to describe instances of this audited
    66  	// method type. For example, for "UpdateRoleBinding" we can define member
    67  	// label. This can allow us to make query like "who tried to give user X
    68  	// permissions to those 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 method
    74  	Versions []string `protobuf:"bytes,6,rep,name=versions,proto3" json:"versions,omitempty"`
    75  	// Metadata
    76  	Metadata *meta.Meta `protobuf:"bytes,7,opt,name=metadata,proto3" json:"metadata,omitempty"`
    77  }
    78  
    79  func (m *MethodDescriptor) Reset() {
    80  	*m = MethodDescriptor{}
    81  	if protoimpl.UnsafeEnabled {
    82  		mi := &edgelq_audit_proto_v1alpha2_method_descriptor_proto_msgTypes[0]
    83  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
    84  		ms.StoreMessageInfo(mi)
    85  	}
    86  }
    87  
    88  func (m *MethodDescriptor) String() string {
    89  	return protoimpl.X.MessageStringOf(m)
    90  }
    91  
    92  func (*MethodDescriptor) ProtoMessage() {}
    93  
    94  func (m *MethodDescriptor) ProtoReflect() preflect.Message {
    95  	mi := &edgelq_audit_proto_v1alpha2_method_descriptor_proto_msgTypes[0]
    96  	if protoimpl.UnsafeEnabled && m != nil {
    97  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
    98  		if ms.LoadMessageInfo() == nil {
    99  			ms.StoreMessageInfo(mi)
   100  		}
   101  		return ms
   102  	}
   103  	return mi.MessageOf(m)
   104  }
   105  
   106  func (*MethodDescriptor) GotenMessage() {}
   107  
   108  // Deprecated, Use MethodDescriptor.ProtoReflect.Descriptor instead.
   109  func (*MethodDescriptor) Descriptor() ([]byte, []int) {
   110  	return edgelq_audit_proto_v1alpha2_method_descriptor_proto_rawDescGZIP(), []int{0}
   111  }
   112  
   113  func (m *MethodDescriptor) Unmarshal(b []byte) error {
   114  	return proto.Unmarshal(b, m)
   115  }
   116  
   117  func (m *MethodDescriptor) Marshal() ([]byte, error) {
   118  	return proto.Marshal(m)
   119  }
   120  
   121  func (m *MethodDescriptor) MarshalJSON() ([]byte, error) {
   122  	return protojson.MarshalOptions{}.Marshal(m)
   123  }
   124  
   125  func (m *MethodDescriptor) UnmarshalJSON(data []byte) error {
   126  	return protojson.Unmarshal(data, m)
   127  }
   128  
   129  func (m *MethodDescriptor) GetName() *Name {
   130  	if m != nil {
   131  		return m.Name
   132  	}
   133  	return nil
   134  }
   135  
   136  func (m *MethodDescriptor) GetDisplayName() string {
   137  	if m != nil {
   138  		return m.DisplayName
   139  	}
   140  	return ""
   141  }
   142  
   143  func (m *MethodDescriptor) GetDescription() string {
   144  	if m != nil {
   145  		return m.Description
   146  	}
   147  	return ""
   148  }
   149  
   150  func (m *MethodDescriptor) GetLabels() []*common.LabelDescriptor {
   151  	if m != nil {
   152  		return m.Labels
   153  	}
   154  	return nil
   155  }
   156  
   157  func (m *MethodDescriptor) GetPromotedLabelKeySets() []*common.LabelKeySet {
   158  	if m != nil {
   159  		return m.PromotedLabelKeySets
   160  	}
   161  	return nil
   162  }
   163  
   164  func (m *MethodDescriptor) GetVersions() []string {
   165  	if m != nil {
   166  		return m.Versions
   167  	}
   168  	return nil
   169  }
   170  
   171  func (m *MethodDescriptor) GetMetadata() *meta.Meta {
   172  	if m != nil {
   173  		return m.Metadata
   174  	}
   175  	return nil
   176  }
   177  
   178  func (m *MethodDescriptor) SetName(fv *Name) {
   179  	if m == nil {
   180  		panic(fmt.Errorf("can't set %s on nil %s", "Name", "MethodDescriptor"))
   181  	}
   182  	m.Name = fv
   183  }
   184  
   185  func (m *MethodDescriptor) SetDisplayName(fv string) {
   186  	if m == nil {
   187  		panic(fmt.Errorf("can't set %s on nil %s", "DisplayName", "MethodDescriptor"))
   188  	}
   189  	m.DisplayName = fv
   190  }
   191  
   192  func (m *MethodDescriptor) SetDescription(fv string) {
   193  	if m == nil {
   194  		panic(fmt.Errorf("can't set %s on nil %s", "Description", "MethodDescriptor"))
   195  	}
   196  	m.Description = fv
   197  }
   198  
   199  func (m *MethodDescriptor) SetLabels(fv []*common.LabelDescriptor) {
   200  	if m == nil {
   201  		panic(fmt.Errorf("can't set %s on nil %s", "Labels", "MethodDescriptor"))
   202  	}
   203  	m.Labels = fv
   204  }
   205  
   206  func (m *MethodDescriptor) SetPromotedLabelKeySets(fv []*common.LabelKeySet) {
   207  	if m == nil {
   208  		panic(fmt.Errorf("can't set %s on nil %s", "PromotedLabelKeySets", "MethodDescriptor"))
   209  	}
   210  	m.PromotedLabelKeySets = fv
   211  }
   212  
   213  func (m *MethodDescriptor) SetVersions(fv []string) {
   214  	if m == nil {
   215  		panic(fmt.Errorf("can't set %s on nil %s", "Versions", "MethodDescriptor"))
   216  	}
   217  	m.Versions = fv
   218  }
   219  
   220  func (m *MethodDescriptor) SetMetadata(fv *meta.Meta) {
   221  	if m == nil {
   222  		panic(fmt.Errorf("can't set %s on nil %s", "Metadata", "MethodDescriptor"))
   223  	}
   224  	m.Metadata = fv
   225  }
   226  
   227  var edgelq_audit_proto_v1alpha2_method_descriptor_proto preflect.FileDescriptor
   228  
   229  var edgelq_audit_proto_v1alpha2_method_descriptor_proto_rawDesc = []byte{
   230  	0x0a, 0x33, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x61, 0x75, 0x64, 0x69, 0x74, 0x2f, 0x70,
   231  	0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x2f, 0x6d, 0x65,
   232  	0x74, 0x68, 0x6f, 0x64, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x2e,
   233  	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x12, 0x6e, 0x74, 0x74, 0x2e, 0x61, 0x75, 0x64, 0x69, 0x74,
   234  	0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x1a, 0x19, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
   235  	0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x2e, 0x70,
   236  	0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f,
   237  	0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65,
   238  	0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1d, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e,
   239  	0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2e,
   240  	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e,
   241  	0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63,
   242  	0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1d, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61,
   243  	0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x74, 0x6f, 0x72, 0x65,
   244  	0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e,
   245  	0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63,
   246  	0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x24, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f,
   247  	0x61, 0x75, 0x64, 0x69, 0x74, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e,
   248  	0x73, 0x2f, 0x61, 0x75, 0x64, 0x69, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x16, 0x67,
   249  	0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x2e,
   250  	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x28, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x61, 0x75,
   251  	0x64, 0x69, 0x74, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68,
   252  	0x61, 0x32, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22,
   253  	0xe4, 0x04, 0x0a, 0x10, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69,
   254  	0x70, 0x74, 0x6f, 0x72, 0x12, 0x2c, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01,
   255  	0x28, 0x09, 0x42, 0x18, 0xb2, 0xda, 0x21, 0x14, 0x0a, 0x12, 0x0a, 0x10, 0x4d, 0x65, 0x74, 0x68,
   256  	0x6f, 0x64, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x52, 0x04, 0x6e, 0x61,
   257  	0x6d, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61,
   258  	0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61,
   259  	0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70,
   260  	0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63,
   261  	0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x3b, 0x0a, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c,
   262  	0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x61, 0x75,
   263  	0x64, 0x69, 0x74, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x2e, 0x4c, 0x61, 0x62,
   264  	0x65, 0x6c, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x52, 0x06, 0x6c, 0x61,
   265  	0x62, 0x65, 0x6c, 0x73, 0x12, 0x56, 0x0a, 0x17, 0x70, 0x72, 0x6f, 0x6d, 0x6f, 0x74, 0x65, 0x64,
   266  	0x5f, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x5f, 0x6b, 0x65, 0x79, 0x5f, 0x73, 0x65, 0x74, 0x73, 0x18,
   267  	0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x61, 0x75, 0x64, 0x69,
   268  	0x74, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x2e, 0x4c, 0x61, 0x62, 0x65, 0x6c,
   269  	0x4b, 0x65, 0x79, 0x53, 0x65, 0x74, 0x52, 0x14, 0x70, 0x72, 0x6f, 0x6d, 0x6f, 0x74, 0x65, 0x64,
   270  	0x4c, 0x61, 0x62, 0x65, 0x6c, 0x4b, 0x65, 0x79, 0x53, 0x65, 0x74, 0x73, 0x12, 0x1a, 0x0a, 0x08,
   271  	0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08,
   272  	0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x2d, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61,
   273  	0x64, 0x61, 0x74, 0x61, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x67, 0x6f, 0x74,
   274  	0x65, 0x6e, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d,
   275  	0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x3a, 0xfc, 0x01, 0xea, 0x41, 0x4a, 0x0a, 0x21, 0x61,
   276  	0x75, 0x64, 0x69, 0x74, 0x2e, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2e, 0x63, 0x6f, 0x6d, 0x2f,
   277  	0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72,
   278  	0x12, 0x25, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74,
   279  	0x6f, 0x72, 0x73, 0x2f, 0x7b, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x5f, 0x64, 0x65, 0x73, 0x63,
   280  	0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x7d, 0x92, 0xd9, 0x21, 0x45, 0x0a, 0x11, 0x6d, 0x65, 0x74,
   281  	0x68, 0x6f, 0x64, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x73, 0x12, 0x11,
   282  	0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72,
   283  	0x73, 0x2a, 0x1d, 0x5b, 0x5c, 0x77, 0x2e, 0x2f, 0x2d, 0x5d, 0x7b, 0x31, 0x2c, 0x31, 0x32, 0x38,
   284  	0x7d, 0x2f, 0x5b, 0x5c, 0x77, 0x2e, 0x2f, 0x2d, 0x5d, 0x7b, 0x31, 0x2c, 0x31, 0x32, 0x38, 0x7d,
   285  	0xda, 0x94, 0x23, 0x08, 0x12, 0x06, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0xc2, 0x85, 0x2c, 0x56,
   286  	0x22, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f,
   287  	0x6e, 0x61, 0x6d, 0x65, 0x22, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f,
   288  	0x6e, 0x22, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x22, 0x17, 0x70, 0x72, 0x6f, 0x6d, 0x6f,
   289  	0x74, 0x65, 0x64, 0x5f, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x5f, 0x6b, 0x65, 0x79, 0x5f, 0x73, 0x65,
   290  	0x74, 0x73, 0x22, 0x08, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x08, 0x6d, 0x65,
   291  	0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x42, 0xd5, 0x02, 0xe8, 0xde, 0x21, 0x01, 0xd2, 0xff, 0xd0,
   292  	0x02, 0x5c, 0x0a, 0x17, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72,
   293  	0x69, 0x70, 0x74, 0x6f, 0x72, 0x5f, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x12, 0x41, 0x67, 0x69, 0x74,
   294  	0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x77, 0x61, 0x6e,
   295  	0x2f, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x61, 0x75, 0x64, 0x69, 0x74, 0x2f, 0x73, 0x74,
   296  	0x6f, 0x72, 0x65, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x2f, 0x6d, 0x65, 0x74,
   297  	0x68, 0x6f, 0x64, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0xa2, 0x80,
   298  	0xd1, 0x02, 0x5e, 0x0a, 0x18, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x5f, 0x64, 0x65, 0x73, 0x63,
   299  	0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x5f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x12, 0x42, 0x67,
   300  	0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x77,
   301  	0x61, 0x6e, 0x2f, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x61, 0x75, 0x64, 0x69, 0x74, 0x2f,
   302  	0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x2f,
   303  	0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f,
   304  	0x72, 0x0a, 0x19, 0x63, 0x6f, 0x6d, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x61, 0x75, 0x64, 0x69, 0x74,
   305  	0x2e, 0x70, 0x62, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x42, 0x15, 0x4d, 0x65,
   306  	0x74, 0x68, 0x6f, 0x64, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x50, 0x72,
   307  	0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x57, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f,
   308  	0x6d, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x77, 0x61, 0x6e, 0x2f, 0x65, 0x64, 0x67, 0x65, 0x6c,
   309  	0x71, 0x2f, 0x61, 0x75, 0x64, 0x69, 0x74, 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65,
   310  	0x73, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x2f, 0x6d, 0x65, 0x74, 0x68, 0x6f,
   311  	0x64, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x3b, 0x6d, 0x65, 0x74,
   312  	0x68, 0x6f, 0x64, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x62, 0x06,
   313  	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
   314  }
   315  
   316  var (
   317  	edgelq_audit_proto_v1alpha2_method_descriptor_proto_rawDescOnce sync.Once
   318  	edgelq_audit_proto_v1alpha2_method_descriptor_proto_rawDescData = edgelq_audit_proto_v1alpha2_method_descriptor_proto_rawDesc
   319  )
   320  
   321  func edgelq_audit_proto_v1alpha2_method_descriptor_proto_rawDescGZIP() []byte {
   322  	edgelq_audit_proto_v1alpha2_method_descriptor_proto_rawDescOnce.Do(func() {
   323  		edgelq_audit_proto_v1alpha2_method_descriptor_proto_rawDescData = protoimpl.X.CompressGZIP(edgelq_audit_proto_v1alpha2_method_descriptor_proto_rawDescData)
   324  	})
   325  	return edgelq_audit_proto_v1alpha2_method_descriptor_proto_rawDescData
   326  }
   327  
   328  var edgelq_audit_proto_v1alpha2_method_descriptor_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
   329  var edgelq_audit_proto_v1alpha2_method_descriptor_proto_goTypes = []interface{}{
   330  	(*MethodDescriptor)(nil),       // 0: ntt.audit.v1alpha2.MethodDescriptor
   331  	(*common.LabelDescriptor)(nil), // 1: ntt.audit.v1alpha2.LabelDescriptor
   332  	(*common.LabelKeySet)(nil),     // 2: ntt.audit.v1alpha2.LabelKeySet
   333  	(*meta.Meta)(nil),              // 3: goten.types.Meta
   334  }
   335  var edgelq_audit_proto_v1alpha2_method_descriptor_proto_depIdxs = []int32{
   336  	1, // 0: ntt.audit.v1alpha2.MethodDescriptor.labels:type_name -> ntt.audit.v1alpha2.LabelDescriptor
   337  	2, // 1: ntt.audit.v1alpha2.MethodDescriptor.promoted_label_key_sets:type_name -> ntt.audit.v1alpha2.LabelKeySet
   338  	3, // 2: ntt.audit.v1alpha2.MethodDescriptor.metadata:type_name -> goten.types.Meta
   339  	3, // [3:3] is the sub-list for method output_type
   340  	3, // [3:3] is the sub-list for method input_type
   341  	3, // [3:3] is the sub-list for extension type_name
   342  	3, // [3:3] is the sub-list for extension extendee
   343  	0, // [0:3] is the sub-list for field type_name
   344  }
   345  
   346  func init() { edgelq_audit_proto_v1alpha2_method_descriptor_proto_init() }
   347  func edgelq_audit_proto_v1alpha2_method_descriptor_proto_init() {
   348  	if edgelq_audit_proto_v1alpha2_method_descriptor_proto != nil {
   349  		return
   350  	}
   351  	if !protoimpl.UnsafeEnabled {
   352  
   353  		edgelq_audit_proto_v1alpha2_method_descriptor_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   354  			switch v := v.(*MethodDescriptor); i {
   355  			case 0:
   356  				return &v.state
   357  			case 1:
   358  				return &v.sizeCache
   359  			case 2:
   360  				return &v.unknownFields
   361  			default:
   362  				return nil
   363  			}
   364  		}
   365  	}
   366  
   367  	type x struct{}
   368  	out := protoimpl.TypeBuilder{
   369  		File: protoimpl.DescBuilder{
   370  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   371  			RawDescriptor: edgelq_audit_proto_v1alpha2_method_descriptor_proto_rawDesc,
   372  			NumEnums:      0,
   373  			NumMessages:   1,
   374  			NumExtensions: 0,
   375  			NumServices:   0,
   376  		},
   377  		GoTypes:           edgelq_audit_proto_v1alpha2_method_descriptor_proto_goTypes,
   378  		DependencyIndexes: edgelq_audit_proto_v1alpha2_method_descriptor_proto_depIdxs,
   379  		MessageInfos:      edgelq_audit_proto_v1alpha2_method_descriptor_proto_msgTypes,
   380  	}.Build()
   381  	edgelq_audit_proto_v1alpha2_method_descriptor_proto = out.File
   382  	edgelq_audit_proto_v1alpha2_method_descriptor_proto_rawDesc = nil
   383  	edgelq_audit_proto_v1alpha2_method_descriptor_proto_goTypes = nil
   384  	edgelq_audit_proto_v1alpha2_method_descriptor_proto_depIdxs = nil
   385  }