blob: f33db0175f62bce9a1d3bcb677c4ed7c1ddec599 [file] [log] [blame]
Thomas Van Lenten1dcc3292015-05-21 17:14:52 -04001// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: google/protobuf/empty.proto
3
4#import "GPBProtocolBuffers.h"
5
Thomas Van Lenten79a23c42016-03-17 10:04:21 -04006#if GOOGLE_PROTOBUF_OBJC_GEN_VERSION != 30001
Thomas Van Lenten536059e2015-12-02 14:43:05 -05007#error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
Thomas Van Lenten1dcc3292015-05-21 17:14:52 -04008#endif
9
10// @@protoc_insertion_point(imports)
11
Thomas Van Lentene664aa62016-04-19 13:13:04 -040012#pragma clang diagnostic push
13#pragma clang diagnostic ignored "-Wdeprecated-declarations"
14
Thomas Van Lenten1dcc3292015-05-21 17:14:52 -040015CF_EXTERN_C_BEGIN
16
Thomas Van Lenten8c889572015-06-16 16:45:14 -040017NS_ASSUME_NONNULL_BEGIN
Thomas Van Lenten1dcc3292015-05-21 17:14:52 -040018
19#pragma mark - GPBEmptyRoot
20
Thomas Van Lenten36650a02016-03-07 12:07:03 -050021/// Exposes the extension registry for this file.
22///
23/// The base class provides:
24/// @code
25/// + (GPBExtensionRegistry *)extensionRegistry;
26/// @endcode
27/// which is a @c GPBExtensionRegistry that includes all the extensions defined by
28/// this file and all files that it depends on.
Thomas Van Lenten1dcc3292015-05-21 17:14:52 -040029@interface GPBEmptyRoot : GPBRootObject
Thomas Van Lenten1dcc3292015-05-21 17:14:52 -040030@end
31
32#pragma mark - GPBEmpty
33
Thomas Van Lenten36650a02016-03-07 12:07:03 -050034/// A generic empty message that you can re-use to avoid defining duplicated
35/// empty messages in your APIs. A typical example is to use it as the request
36/// or the response type of an API method. For instance:
37///
38/// service Foo {
39/// rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
40/// }
41///
42/// The JSON representation for `Empty` is empty JSON object `{}`.
Thomas Van Lenten1dcc3292015-05-21 17:14:52 -040043@interface GPBEmpty : GPBMessage
44
45@end
46
Thomas Van Lenten8c889572015-06-16 16:45:14 -040047NS_ASSUME_NONNULL_END
48
Thomas Van Lenten1dcc3292015-05-21 17:14:52 -040049CF_EXTERN_C_END
50
Thomas Van Lentene664aa62016-04-19 13:13:04 -040051#pragma clang diagnostic pop
52
Thomas Van Lenten1dcc3292015-05-21 17:14:52 -040053// @@protoc_insertion_point(global_scope)