blob: ff7f384a264f6cc9db8074b005949eca35920dcc [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
6#if GOOGLE_PROTOBUF_OBJC_GEN_VERSION != 30000
7#error This file was generated by a different version of protoc-gen-objc which is incompatible with your Protocol Buffer sources.
8#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
18@interface GPBEmptyRoot : 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 - GPBEmpty
28
29// A generic empty message that you can re-use to avoid defining duplicated
30// empty messages in your APIs. A typical example is to use it as the request
31// or the response type of an API method. For instance:
32//
33// service Foo {
34// rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
35// }
TeBoringaca5a602015-08-26 14:02:44 -070036//
37// The JSON representation for `Empty` is empty JSON object `{}`.
Thomas Van Lenten1dcc3292015-05-21 17:14:52 -040038@interface GPBEmpty : GPBMessage
39
40@end
41
Thomas Van Lenten8c889572015-06-16 16:45:14 -040042NS_ASSUME_NONNULL_END
43
Thomas Van Lenten1dcc3292015-05-21 17:14:52 -040044CF_EXTERN_C_END
45
46// @@protoc_insertion_point(global_scope)