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 SECC2MPSERVERINFO_FUNCTION extern "C" __attribute__((visibility("hidden")))
11 #define SECC2MPSERVERINFO_FUNCTION extern __attribute__((visibility("hidden")))
14 __attribute__((visibility("hidden")))
15 @interface SECC2MPServerInfo
: PBCodable
<NSCopying
>
18 NSString
*_serviceBuild
;
19 NSString
*_serviceInstance
;
20 NSString
*_serviceName
;
24 @
property (nonatomic
, readonly
) BOOL hasServiceName
;
25 @
property (nonatomic
, retain
) NSString
*serviceName
;
27 @
property (nonatomic
, readonly
) BOOL hasPartition
;
28 @
property (nonatomic
, retain
) NSString
*partition
;
30 @
property (nonatomic
, readonly
) BOOL hasServiceBuild
;
31 @
property (nonatomic
, retain
) NSString
*serviceBuild
;
33 @
property (nonatomic
, readonly
) BOOL hasServiceInstance
;
34 @
property (nonatomic
, retain
) NSString
*serviceInstance
;
36 // Performs a shallow copy into other
37 - (void)copyTo
:(SECC2MPServerInfo
*)other
;
39 // Performs a deep merge from other into self
40 // If set in other, singular values in self are replaced in self
41 // Singular composite values are recursively merged
42 // Repeated values from other are appended to repeated values in self
43 - (void)mergeFrom
:(SECC2MPServerInfo
*)other
;
45 SECC2MPSERVERINFO_FUNCTION BOOL
SECC2MPServerInfoReadFrom(__unsafe_unretained SECC2MPServerInfo
*self
, __unsafe_unretained PBDataReader
*reader
);