Thomas Van Lenten | 1dcc329 | 2015-05-21 17:14:52 -0400 | [diff] [blame] | 1 | // 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 | |
| 12 | CF_EXTERN_C_BEGIN |
| 13 | |
Thomas Van Lenten | 8c88957 | 2015-06-16 16:45:14 -0400 | [diff] [blame] | 14 | NS_ASSUME_NONNULL_BEGIN |
Thomas Van Lenten | 1dcc329 | 2015-05-21 17:14:52 -0400 | [diff] [blame] | 15 | |
| 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 | // } |
TeBoring | aca5a60 | 2015-08-26 14:02:44 -0700 | [diff] [blame] | 36 | // |
| 37 | // The JSON representation for `Empty` is empty JSON object `{}`. |
Thomas Van Lenten | 1dcc329 | 2015-05-21 17:14:52 -0400 | [diff] [blame] | 38 | @interface GPBEmpty : GPBMessage |
| 39 | |
| 40 | @end |
| 41 | |
Thomas Van Lenten | 8c88957 | 2015-06-16 16:45:14 -0400 | [diff] [blame] | 42 | NS_ASSUME_NONNULL_END |
| 43 | |
Thomas Van Lenten | 1dcc329 | 2015-05-21 17:14:52 -0400 | [diff] [blame] | 44 | CF_EXTERN_C_END |
| 45 | |
| 46 | // @@protoc_insertion_point(global_scope) |