From 987c8665ae073a172de2b2095dfd3cd43a067c61 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Mon, 13 May 2019 11:30:27 -0700 Subject: [PATCH] Synchronize new proto/yaml changes. PiperOrigin-RevId: 247976196 --- google/cloud/tasks/v2/cloudtasks.proto | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/google/cloud/tasks/v2/cloudtasks.proto b/google/cloud/tasks/v2/cloudtasks.proto index bce426b330..e287880c37 100644 --- a/google/cloud/tasks/v2/cloudtasks.proto +++ b/google/cloud/tasks/v2/cloudtasks.proto @@ -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"