blob: 6651ef71dddcfc5059a33fa0c608048f690503d8 [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
12CF_EXTERN_C_BEGIN
13
Thomas Van Lenten8c889572015-06-16 16:45:14 -040014NS_ASSUME_NONNULL_BEGIN
Thomas Van Lenten1dcc3292015-05-21 17:14:52 -040015
16#pragma mark - GPBEmptyRoot
17
Thomas Van Lenten36650a02016-03-07 12:07:03 -050018/// Exposes the extension registry for this file.
19///
20/// The base class provides:
21/// @code
22/// + (GPBExtensionRegistry *)extensionRegistry;
23/// @endcode
24/// which is a @c GPBExtensionRegistry that includes all the extensions defined by
25/// this file and all files that it depends on.
Thomas Van Lenten1dcc3292015-05-21 17:14:52 -040026@interface GPBEmptyRoot : GPBRootObject
Thomas Van Lenten1dcc3292015-05-21 17:14:52 -040027@end
28
29#pragma mark - GPBEmpty
30
Thomas Van Lenten36650a02016-03-07 12:07:03 -050031/// A generic empty message that you can re-use to avoid defining duplicated
32/// empty messages in your APIs. A typical example is to use it as the request
33/// or the response type of an API method. For instance:
34///
35/// service Foo {
36/// rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
37/// }
38///
39/// The JSON representation for `Empty` is empty JSON object `{}`.
Thomas Van Lenten1dcc3292015-05-21 17:14:52 -040040@interface GPBEmpty : GPBMessage
41
42@end
43
Thomas Van Lenten8c889572015-06-16 16:45:14 -040044NS_ASSUME_NONNULL_END
45
Thomas Van Lenten1dcc3292015-05-21 17:14:52 -040046CF_EXTERN_C_END
47
48// @@protoc_insertion_point(global_scope)