#import <Foundation/Foundation.h>
#import "google/protobuf/Any.pbobjc.h"
#import "google/protobuf/Duration.pbobjc.h"
#import "google/protobuf/Timestamp.pbobjc.h"
Go to the source code of this file.
Classes | |
category | GPBAny(GBPWellKnownTypes) |
category | GPBDuration(GBPWellKnownTypes) |
category | GPBTimestamp(GBPWellKnownTypes) |
Macros | |
#define | GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS 0 |
Functions | |
typedef | NS_ENUM (NSInteger, GPBWellKnownTypesErrorCode) |
Variables | |
NS_ASSUME_NONNULL_BEGIN NSString *const | GPBWellKnownTypesErrorDomain |
#define GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS 0 |
Definition at line 36 of file GPBWellKnownTypes.h.
typedef NS_ENUM | ( | NSInteger | , |
GPBWellKnownTypesErrorCode | |||
) |
Error code for NSError with GPBWellKnownTypesErrorDomain.
The type_url could not be computed for the requested GPBMessage class.
type_url in a Any doesn’t match that of the requested GPBMessage class.
Definition at line 57 of file GPBWellKnownTypes.h.
NS_ASSUME_NONNULL_BEGIN NSString* const GPBWellKnownTypesErrorDomain |
NSError domain used for errors.