Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Side by Side Diff: third_party/protobuf/objectivec/google/protobuf/Empty.pbobjc.h

Issue 1842653006: Update //third_party/protobuf to version 3. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pull whole protobuf Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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 which is incompa tible with your Protocol Buffer library sources.
8 #endif
9
10 // @@protoc_insertion_point(imports)
11
12 CF_EXTERN_C_BEGIN
13
14 NS_ASSUME_NONNULL_BEGIN
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 // }
36 //
37 // The JSON representation for `Empty` is empty JSON object `{}`.
38 @interface GPBEmpty : GPBMessage
39
40 @end
41
42 NS_ASSUME_NONNULL_END
43
44 CF_EXTERN_C_END
45
46 // @@protoc_insertion_point(global_scope)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698