blob: 8480db1d77edf7b80ccd84abc8236134e4d9ff90 [file] [log] [blame]
Brian Silverman9c614bc2016-02-15 20:20:02 -05001// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: google/protobuf/source_context.proto
3
4#import "GPBProtocolBuffers.h"
5
6#if GOOGLE_PROTOBUF_OBJC_GEN_VERSION != 30000
7#error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
8#endif
9
10// @@protoc_insertion_point(imports)
11
12CF_EXTERN_C_BEGIN
13
14NS_ASSUME_NONNULL_BEGIN
15
16#pragma mark - GPBSourceContextRoot
17
18@interface GPBSourceContextRoot : GPBRootObject
19
20// The base class provides:
21// + (GPBExtensionRegistry *)extensionRegistry;
22// which is an GPBExtensionRegistry that includes all the extensions defined by
23// this file and all files that it depends on.
24
25@end
26
27#pragma mark - GPBSourceContext
28
29typedef GPB_ENUM(GPBSourceContext_FieldNumber) {
30 GPBSourceContext_FieldNumber_FileName = 1,
31};
32
33// `SourceContext` represents information about the source of a
34// protobuf element, like the file in which it is defined.
35@interface GPBSourceContext : GPBMessage
36
37// The path-qualified name of the .proto file that contained the associated
38// protobuf element. For example: `"google/protobuf/source.proto"`.
39@property(nonatomic, readwrite, copy, null_resettable) NSString *fileName;
40
41@end
42
43NS_ASSUME_NONNULL_END
44
45CF_EXTERN_C_END
46
47// @@protoc_insertion_point(global_scope)