Synchronize new proto/yaml changes.

PiperOrigin-RevId: 207799353
This commit is contained in:
Google APIs 2018-08-07 16:19:44 -07:00 committed by Copybara-Service
parent a0cd2566df
commit 3544ab16c3
1 changed files with 5 additions and 0 deletions

View File

@ -297,6 +297,11 @@ message HttpRule {
// present at the top-level of request message type.
string body = 7;
// Optional. The name of the response field whose value is mapped to the HTTP
// body of response. Other response fields are ignored. When
// not set, the response message will be used as HTTP body of response.
string response_body = 12;
// Additional HTTP bindings for the selector. Nested bindings must
// not contain an `additional_bindings` field themselves (that is,
// the nesting may only be one level deep).