File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,12 +45,15 @@ option objc_class_prefix = "GAPI";
4545//
4646// // The raw HTTP body is bound to this field.
4747// google.api.HttpBody http_body = 2;
48+ //
4849// }
4950//
5051// service ResourceService {
51- // rpc GetResource(GetResourceRequest) returns (google.api.HttpBody);
52- // rpc UpdateResource(google.api.HttpBody) returns
53- // (google.protobuf.Empty);
52+ // rpc GetResource(GetResourceRequest)
53+ // returns (google.api.HttpBody);
54+ // rpc UpdateResource(google.api.HttpBody)
55+ // returns (google.protobuf.Empty);
56+ //
5457// }
5558//
5659// Example with streaming methods:
@@ -60,6 +63,7 @@ option objc_class_prefix = "GAPI";
6063// returns (stream google.api.HttpBody);
6164// rpc UpdateCalendar(stream google.api.HttpBody)
6265// returns (stream google.api.HttpBody);
66+ //
6367// }
6468//
6569// Use of this type only changes how the request and response bodies are
You can’t perform that action at this time.
0 commit comments