1 // This file was automatically generated by protocompiler
5 #import <Foundation/Foundation.h>
6 #import <ProtocolBuffer/PBCodable.h>
9 #define AWDKEYCHAINCKKSRATELIMITERTOPWRITERS_FUNCTION extern "C"
11 #define AWDKEYCHAINCKKSRATELIMITERTOPWRITERS_FUNCTION extern
14 @interface AWDKeychainCKKSRateLimiterTopWriters
: PBCodable
<NSCopying
>
17 NSString
*_ratelimitertype
;
18 NSMutableArray
<NSString
*> *_writers
;
25 @
property (nonatomic
) BOOL hasTimestamp
;
26 @
property (nonatomic
) uint64_t timestamp
;
28 @
property (nonatomic
, retain
) NSMutableArray
<NSString
*> *writers
;
30 - (void)addWriter
:(NSString
*)i
;
31 - (NSUInteger
)writersCount
;
32 - (NSString
*)writerAtIndex
:(NSUInteger
)idx
;
35 @
property (nonatomic
, readonly
) BOOL hasRatelimitertype
;
36 @
property (nonatomic
, retain
) NSString
*ratelimitertype
;
38 // Performs a shallow copy into other
39 - (void)copyTo
:(AWDKeychainCKKSRateLimiterTopWriters
*)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
:(AWDKeychainCKKSRateLimiterTopWriters
*)other
;
47 AWDKEYCHAINCKKSRATELIMITERTOPWRITERS_FUNCTION BOOL
AWDKeychainCKKSRateLimiterTopWritersReadFrom(__unsafe_unretained AWDKeychainCKKSRateLimiterTopWriters
*self
, __unsafe_unretained PBDataReader
*reader
);