1 // This file was automatically generated by protocompiler
3 // Compiled from C2Metric.proto
5 #import <Foundation/Foundation.h>
6 #import <ProtocolBuffer/PBCodable.h>
8 @
class SECC2MPGenericEventMetricValue
;
11 #define SECC2MPGENERICEVENTMETRIC_FUNCTION extern "C" __attribute__((visibility("hidden")))
13 #define SECC2MPGENERICEVENTMETRIC_FUNCTION extern __attribute__((visibility("hidden")))
16 __attribute__((visibility("hidden")))
17 @interface SECC2MPGenericEventMetric
: PBCodable
<NSCopying
>
20 SECC2MPGenericEventMetricValue
*_value
;
24 @
property (nonatomic
, readonly
) BOOL hasKey
;
25 @
property (nonatomic
, retain
) NSString
*key
;
27 @
property (nonatomic
, readonly
) BOOL hasValue
;
28 @
property (nonatomic
, retain
) SECC2MPGenericEventMetricValue
*value
;
30 // Performs a shallow copy into other
31 - (void)copyTo
:(SECC2MPGenericEventMetric
*)other
;
33 // Performs a deep merge from other into self
34 // If set in other, singular values in self are replaced in self
35 // Singular composite values are recursively merged
36 // Repeated values from other are appended to repeated values in self
37 - (void)mergeFrom
:(SECC2MPGenericEventMetric
*)other
;
39 SECC2MPGENERICEVENTMETRIC_FUNCTION BOOL
SECC2MPGenericEventMetricReadFrom(__unsafe_unretained SECC2MPGenericEventMetric
*self
, __unsafe_unretained PBDataReader
*reader
);