Synchronize new proto/yaml changes.
PiperOrigin-RevId: 207799353
This commit is contained in:
parent
a0cd2566df
commit
3544ab16c3
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in New Issue