1 // This file was automatically generated by protocompiler
3 // Compiled from MockAKSOptionalParameters.proto
5 #import <Foundation/Foundation.h>
6 #import <ProtocolBuffer/PBCodable.h>
9 #define MOCKAKSOPTIONALPARAMETERS_FUNCTION extern "C"
11 #define MOCKAKSOPTIONALPARAMETERS_FUNCTION extern
14 @interface MockAKSOptionalParameters
: PBCodable
<NSCopying
>
16 NSData
*_accessGroups
;
18 NSData
*_externalData
;
22 @
property (nonatomic
, readonly
) BOOL hasAccessGroups
;
23 @
property (nonatomic
, retain
) NSData
*accessGroups
;
25 @
property (nonatomic
, readonly
) BOOL hasExternalData
;
26 @
property (nonatomic
, retain
) NSData
*externalData
;
28 @
property (nonatomic
, readonly
) BOOL hasAcmHandle
;
29 @
property (nonatomic
, retain
) NSData
*acmHandle
;
31 // Performs a shallow copy into other
32 - (void)copyTo
:(MockAKSOptionalParameters
*)other
;
34 // Performs a deep merge from other into self
35 // If set in other, singular values in self are replaced in self
36 // Singular composite values are recursively merged
37 // Repeated values from other are appended to repeated values in self
38 - (void)mergeFrom
:(MockAKSOptionalParameters
*)other
;
40 MOCKAKSOPTIONALPARAMETERS_FUNCTION BOOL
MockAKSOptionalParametersReadFrom(__unsafe_unretained MockAKSOptionalParameters
*self
, __unsafe_unretained PBDataReader
*reader
);