1 // This file was automatically generated by protocompiler
5 #import <Foundation/Foundation.h>
6 #import <ProtocolBuffer/PBCodable.h>
9 #define AWDKEYCHAINCKKSRATELIMITEROVERLOAD_FUNCTION extern "C"
11 #define AWDKEYCHAINCKKSRATELIMITEROVERLOAD_FUNCTION extern
14 @interface AWDKeychainCKKSRateLimiterOverload
: PBCodable
<NSCopying
>
16 int64_t _durationMsec
;
18 NSString
*_ratelimitertype
;
26 @
property (nonatomic
) BOOL hasTimestamp
;
27 @
property (nonatomic
) uint64_t timestamp
;
29 @
property (nonatomic
) BOOL hasDurationMsec
;
30 @
property (nonatomic
) int64_t durationMsec
;
32 @
property (nonatomic
, readonly
) BOOL hasRatelimitertype
;
33 @
property (nonatomic
, retain
) NSString
*ratelimitertype
;
35 // Performs a shallow copy into other
36 - (void)copyTo
:(AWDKeychainCKKSRateLimiterOverload
*)other
;
38 // Performs a deep merge from other into self
39 // If set in other, singular values in self are replaced in self
40 // Singular composite values are recursively merged
41 // Repeated values from other are appended to repeated values in self
42 - (void)mergeFrom
:(AWDKeychainCKKSRateLimiterOverload
*)other
;
44 AWDKEYCHAINCKKSRATELIMITEROVERLOAD_FUNCTION BOOL
AWDKeychainCKKSRateLimiterOverloadReadFrom(__unsafe_unretained AWDKeychainCKKSRateLimiterOverload
*self
, __unsafe_unretained PBDataReader
*reader
);