Thomas Van Lenten | 56c48ae | 2020-01-22 15:50:52 -0500 | [diff] [blame] | 1 | // Generated by the protocol buffer compiler. DO NOT EDIT! |
| 2 | // source: google/protobuf/empty.proto |
| 3 | |
Thomas Van Lenten | 7c64628 | 2022-09-19 13:19:31 -0400 | [diff] [blame] | 4 | // clang-format off |
| 5 | |
Adam Cozzette | 76398da | 2022-03-02 17:37:55 +0000 | [diff] [blame] | 6 | #import "GPBDescriptor.h" |
| 7 | #import "GPBMessage.h" |
| 8 | #import "GPBRootObject.h" |
Thomas Van Lenten | 56c48ae | 2020-01-22 15:50:52 -0500 | [diff] [blame] | 9 | |
Joshua Haberman | 32e5deb | 2020-04-28 08:40:38 -0700 | [diff] [blame] | 10 | #if GOOGLE_PROTOBUF_OBJC_VERSION < 30004 |
Thomas Van Lenten | 56c48ae | 2020-01-22 15:50:52 -0500 | [diff] [blame] | 11 | #error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources. |
| 12 | #endif |
Joshua Haberman | 32e5deb | 2020-04-28 08:40:38 -0700 | [diff] [blame] | 13 | #if 30004 < GOOGLE_PROTOBUF_OBJC_MIN_SUPPORTED_VERSION |
Thomas Van Lenten | 56c48ae | 2020-01-22 15:50:52 -0500 | [diff] [blame] | 14 | #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources. |
| 15 | #endif |
| 16 | |
| 17 | // @@protoc_insertion_point(imports) |
| 18 | |
| 19 | #pragma clang diagnostic push |
| 20 | #pragma clang diagnostic ignored "-Wdeprecated-declarations" |
| 21 | |
| 22 | CF_EXTERN_C_BEGIN |
| 23 | |
| 24 | NS_ASSUME_NONNULL_BEGIN |
| 25 | |
| 26 | #pragma mark - GPBEmptyRoot |
| 27 | |
| 28 | /** |
| 29 | * Exposes the extension registry for this file. |
| 30 | * |
| 31 | * The base class provides: |
| 32 | * @code |
| 33 | * + (GPBExtensionRegistry *)extensionRegistry; |
| 34 | * @endcode |
| 35 | * which is a @c GPBExtensionRegistry that includes all the extensions defined by |
| 36 | * this file and all files that it depends on. |
| 37 | **/ |
| 38 | GPB_FINAL @interface GPBEmptyRoot : GPBRootObject |
| 39 | @end |
| 40 | |
| 41 | #pragma mark - GPBEmpty |
| 42 | |
| 43 | /** |
| 44 | * A generic empty message that you can re-use to avoid defining duplicated |
| 45 | * empty messages in your APIs. A typical example is to use it as the request |
| 46 | * or the response type of an API method. For instance: |
| 47 | * |
| 48 | * service Foo { |
| 49 | * rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); |
| 50 | * } |
Thomas Van Lenten | 56c48ae | 2020-01-22 15:50:52 -0500 | [diff] [blame] | 51 | **/ |
| 52 | GPB_FINAL @interface GPBEmpty : GPBMessage |
| 53 | |
| 54 | @end |
| 55 | |
| 56 | NS_ASSUME_NONNULL_END |
| 57 | |
| 58 | CF_EXTERN_C_END |
| 59 | |
| 60 | #pragma clang diagnostic pop |
| 61 | |
| 62 | // @@protoc_insertion_point(global_scope) |
Thomas Van Lenten | 7c64628 | 2022-09-19 13:19:31 -0400 | [diff] [blame] | 63 | |
| 64 | // clange-format on |