Synchronize new proto/yaml changes.

PiperOrigin-RevId: 247976196
This commit is contained in:
Google APIs 2019-05-13 11:30:27 -07:00 committed by Copybara-Service
parent 97a9d48a70
commit 987c8665ae

View file

@ -233,8 +233,7 @@ service CloudTasks {
//
// Tasks cannot be updated after creation; there is no UpdateTask command.
//
// * For [App Engine queues][google.cloud.tasks.v2.AppEngineHttpQueue], the maximum task size is
// 100KB.
// * The maximum task size is 100KB.
rpc CreateTask(CreateTaskRequest) returns (Task) {
option (google.api.http) = {
post: "/v2/{parent=projects/*/locations/*/queues/*}/tasks"