blob: c2ee52b2a0e7b42a7a5b2784601e9d0b5d57ed51 [file] [log] [blame]
Khen Nursimuluaaac7ee2016-12-11 22:03:52 -05001
2module ietf-empty {
3
4
5 namespace "urn:opencord:params:xml:ns:voltha:ietf-empty";
6 prefix empty;
7
8
9 organization "CORD";
10 contact
11 " Any name";
12
13 description
14 "";
15
16 revision "2016-11-15" {
17 description "Initial revision.";
18 reference "reference";
19 }
20
21
22 grouping Empty {
23 description
24 "A generic empty message that you can re-use to avoid defining duplicated
25 empty messages in your APIs. A typical example is to use it as the request
26 or the response type of an API method. For instance:
27
28 service Foo
29 rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
30
31
32 The JSON representation for `Empty` is empty JSON object ` `.";
33 }
34
35}