1 // This file was automatically generated by protocompiler
3 // Compiled from C2Metric.proto
5 #import <Foundation/Foundation.h>
6 #import <ProtocolBuffer/PBCodable.h>
9 #define SECC2MPCLOUDKITOPERATIONINFO_FUNCTION extern "C" __attribute__((visibility("hidden")))
11 #define SECC2MPCLOUDKITOPERATIONINFO_FUNCTION extern __attribute__((visibility("hidden")))
14 __attribute__((visibility("hidden")))
15 @interface SECC2MPCloudKitOperationInfo
: PBCodable
<NSCopying
>
17 uint32_t _operationGroupIndex
;
18 NSString
*_operationId
;
19 NSString
*_operationType
;
20 BOOL _operationTriggered
;
22 int operationGroupIndex
:1;
23 int operationTriggered
:1;
28 @
property (nonatomic
, readonly
) BOOL hasOperationId
;
29 @
property (nonatomic
, retain
) NSString
*operationId
;
31 @
property (nonatomic
, readonly
) BOOL hasOperationType
;
32 @
property (nonatomic
, retain
) NSString
*operationType
;
34 @
property (nonatomic
) BOOL hasOperationTriggered
;
35 @
property (nonatomic
) BOOL operationTriggered
;
37 @
property (nonatomic
) BOOL hasOperationGroupIndex
;
38 /** Index of associated Metric.CloudKitInfo.operation_group */
39 @
property (nonatomic
) uint32_t operationGroupIndex
;
41 // Performs a shallow copy into other
42 - (void)copyTo
:(SECC2MPCloudKitOperationInfo
*)other
;
44 // Performs a deep merge from other into self
45 // If set in other, singular values in self are replaced in self
46 // Singular composite values are recursively merged
47 // Repeated values from other are appended to repeated values in self
48 - (void)mergeFrom
:(SECC2MPCloudKitOperationInfo
*)other
;
50 SECC2MPCLOUDKITOPERATIONINFO_FUNCTION BOOL
SECC2MPCloudKitOperationInfoReadFrom(__unsafe_unretained SECC2MPCloudKitOperationInfo
*self
, __unsafe_unretained PBDataReader
*reader
);