github.com/letsencrypt/boulder@v0.20251208.0/sa/proto/sadb.pb.go (about) 1 // Code generated by protoc-gen-go. DO NOT EDIT. 2 // versions: 3 // protoc-gen-go v1.36.5 4 // protoc v3.20.1 5 // source: sadb.proto 6 7 package proto 8 9 import ( 10 protoreflect "google.golang.org/protobuf/reflect/protoreflect" 11 protoimpl "google.golang.org/protobuf/runtime/protoimpl" 12 reflect "reflect" 13 sync "sync" 14 unsafe "unsafe" 15 ) 16 17 const ( 18 // Verify that this generated code is sufficiently up-to-date. 19 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) 20 // Verify that runtime/protoimpl is sufficiently up-to-date. 21 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) 22 ) 23 24 // Used internally for storage in the DB, not for RPCs. 25 type Authzs struct { 26 state protoimpl.MessageState `protogen:"open.v1"` 27 AuthzIDs []int64 `protobuf:"varint,1,rep,packed,name=authzIDs,proto3" json:"authzIDs,omitempty"` 28 unknownFields protoimpl.UnknownFields 29 sizeCache protoimpl.SizeCache 30 } 31 32 func (x *Authzs) Reset() { 33 *x = Authzs{} 34 mi := &file_sadb_proto_msgTypes[0] 35 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 36 ms.StoreMessageInfo(mi) 37 } 38 39 func (x *Authzs) String() string { 40 return protoimpl.X.MessageStringOf(x) 41 } 42 43 func (*Authzs) ProtoMessage() {} 44 45 func (x *Authzs) ProtoReflect() protoreflect.Message { 46 mi := &file_sadb_proto_msgTypes[0] 47 if x != nil { 48 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 49 if ms.LoadMessageInfo() == nil { 50 ms.StoreMessageInfo(mi) 51 } 52 return ms 53 } 54 return mi.MessageOf(x) 55 } 56 57 // Deprecated: Use Authzs.ProtoReflect.Descriptor instead. 58 func (*Authzs) Descriptor() ([]byte, []int) { 59 return file_sadb_proto_rawDescGZIP(), []int{0} 60 } 61 62 func (x *Authzs) GetAuthzIDs() []int64 { 63 if x != nil { 64 return x.AuthzIDs 65 } 66 return nil 67 } 68 69 var File_sadb_proto protoreflect.FileDescriptor 70 71 var file_sadb_proto_rawDesc = string([]byte{ 72 0x0a, 0x0a, 0x73, 0x61, 0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x02, 0x73, 0x61, 73 0x22, 0x24, 0x0a, 0x06, 0x41, 0x75, 0x74, 0x68, 0x7a, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x75, 74 0x74, 0x68, 0x7a, 0x49, 0x44, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x03, 0x52, 0x08, 0x61, 0x75, 75 0x74, 0x68, 0x7a, 0x49, 0x44, 0x73, 0x42, 0x29, 0x5a, 0x27, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 76 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6c, 0x65, 0x74, 0x73, 0x65, 0x6e, 0x63, 0x72, 0x79, 0x70, 0x74, 77 0x2f, 0x62, 0x6f, 0x75, 0x6c, 0x64, 0x65, 0x72, 0x2f, 0x73, 0x61, 0x2f, 0x70, 0x72, 0x6f, 0x74, 78 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 79 }) 80 81 var ( 82 file_sadb_proto_rawDescOnce sync.Once 83 file_sadb_proto_rawDescData []byte 84 ) 85 86 func file_sadb_proto_rawDescGZIP() []byte { 87 file_sadb_proto_rawDescOnce.Do(func() { 88 file_sadb_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_sadb_proto_rawDesc), len(file_sadb_proto_rawDesc))) 89 }) 90 return file_sadb_proto_rawDescData 91 } 92 93 var file_sadb_proto_msgTypes = make([]protoimpl.MessageInfo, 1) 94 var file_sadb_proto_goTypes = []any{ 95 (*Authzs)(nil), // 0: sa.Authzs 96 } 97 var file_sadb_proto_depIdxs = []int32{ 98 0, // [0:0] is the sub-list for method output_type 99 0, // [0:0] is the sub-list for method input_type 100 0, // [0:0] is the sub-list for extension type_name 101 0, // [0:0] is the sub-list for extension extendee 102 0, // [0:0] is the sub-list for field type_name 103 } 104 105 func init() { file_sadb_proto_init() } 106 func file_sadb_proto_init() { 107 if File_sadb_proto != nil { 108 return 109 } 110 type x struct{} 111 out := protoimpl.TypeBuilder{ 112 File: protoimpl.DescBuilder{ 113 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 114 RawDescriptor: unsafe.Slice(unsafe.StringData(file_sadb_proto_rawDesc), len(file_sadb_proto_rawDesc)), 115 NumEnums: 0, 116 NumMessages: 1, 117 NumExtensions: 0, 118 NumServices: 0, 119 }, 120 GoTypes: file_sadb_proto_goTypes, 121 DependencyIndexes: file_sadb_proto_depIdxs, 122 MessageInfos: file_sadb_proto_msgTypes, 123 }.Build() 124 File_sadb_proto = out.File 125 file_sadb_proto_goTypes = nil 126 file_sadb_proto_depIdxs = nil 127 }