1 // This file was automatically generated by protocompiler
5 #import <Foundation/Foundation.h>
6 #import <ProtocolBuffer/PBCodable.h>
9 #define AWDKEYCHAINCKKSRATELIMITERAGGREGATEDSCORES_FUNCTION extern "C"
11 #define AWDKEYCHAINCKKSRATELIMITERAGGREGATEDSCORES_FUNCTION extern
14 @interface AWDKeychainCKKSRateLimiterAggregatedScores
: PBCodable
<NSCopying
>
16 PBRepeatedUInt32 _datas
;
18 NSString
*_ratelimitertype
;
25 @
property (nonatomic
) BOOL hasTimestamp
;
26 @
property (nonatomic
) uint64_t timestamp
;
28 @
property (nonatomic
, readonly
) NSUInteger datasCount
;
29 @
property (nonatomic
, readonly
) uint32_t *datas
;
31 - (void)addData
:(uint32_t)i
;
32 - (uint32_t)dataAtIndex
:(NSUInteger
)idx
;
33 - (void)setDatas
:(uint32_t *)list count
:(NSUInteger
)count
;
35 @
property (nonatomic
, readonly
) BOOL hasRatelimitertype
;
36 @
property (nonatomic
, retain
) NSString
*ratelimitertype
;
38 // Performs a shallow copy into other
39 - (void)copyTo
:(AWDKeychainCKKSRateLimiterAggregatedScores
*)other
;
41 // Performs a deep merge from other into self
42 // If set in other, singular values in self are replaced in self
43 // Singular composite values are recursively merged
44 // Repeated values from other are appended to repeated values in self
45 - (void)mergeFrom
:(AWDKeychainCKKSRateLimiterAggregatedScores
*)other
;
47 AWDKEYCHAINCKKSRATELIMITERAGGREGATEDSCORES_FUNCTION BOOL
AWDKeychainCKKSRateLimiterAggregatedScoresReadFrom(__unsafe_unretained AWDKeychainCKKSRateLimiterAggregatedScores
*self
, __unsafe_unretained PBDataReader
*reader
);