1 // This file was automatically generated by protocompiler
3 // Compiled from CKKSSerializedKey.proto
5 #import <Foundation/Foundation.h>
6 #import <ProtocolBuffer/PBCodable.h>
9 #define CKKSSERIALIZEDKEY_FUNCTION extern "C" __attribute__((visibility("hidden")))
11 #define CKKSSERIALIZEDKEY_FUNCTION extern __attribute__((visibility("hidden")))
14 __attribute__((visibility("hidden")))
15 @interface CKKSSerializedKey
: PBCodable
<NSCopying
>
24 @
property (nonatomic
, retain
) NSString
*uuid
;
26 @
property (nonatomic
, retain
) NSString
*zoneName
;
28 @
property (nonatomic
, retain
) NSString
*keyclass
;
30 @
property (nonatomic
, retain
) NSData
*key
;
32 // Performs a shallow copy into other
33 - (void)copyTo
:(CKKSSerializedKey
*)other
;
35 // Performs a deep merge from other into self
36 // If set in other, singular values in self are replaced in self
37 // Singular composite values are recursively merged
38 // Repeated values from other are appended to repeated values in self
39 - (void)mergeFrom
:(CKKSSerializedKey
*)other
;
41 CKKSSERIALIZEDKEY_FUNCTION BOOL
CKKSSerializedKeyReadFrom(__unsafe_unretained CKKSSerializedKey
*self
, __unsafe_unretained PBDataReader
*reader
);