From 59a78053537e06190f02d0a7ffb792c34e185c5a Mon Sep 17 00:00:00 2001 From: Google APIs Date: Tue, 3 Dec 2019 11:58:17 -0800 Subject: [PATCH] Removing TODO comment PiperOrigin-RevId: 283592535 --- google/cloud/billing/budgets/v1beta1/budget_service.proto | 4 ---- 1 file changed, 4 deletions(-) diff --git a/google/cloud/billing/budgets/v1beta1/budget_service.proto b/google/cloud/billing/budgets/v1beta1/budget_service.proto index 0ad318a0..d5e0f4bc 100644 --- a/google/cloud/billing/budgets/v1beta1/budget_service.proto +++ b/google/cloud/billing/budgets/v1beta1/budget_service.proto @@ -41,8 +41,6 @@ service BudgetService { rpc CreateBudget(CreateBudgetRequest) returns (Budget) { option (google.api.http) = { post: "/v1beta1/{parent=billingAccounts/*}/budgets" - // (-- TODO for GA: use "budget" instead of "*" to comply with - // https://aip.dev/133. Changing in Beta would be a breaking change. --) body: "*" }; } @@ -51,8 +49,6 @@ service BudgetService { rpc UpdateBudget(UpdateBudgetRequest) returns (Budget) { option (google.api.http) = { patch: "/v1beta1/{budget.name=billingAccounts/*/budgets/*}" - // (-- TODO for GA: use "budget" instead of "*" to comply with - // https://aip.dev/134. Changing in Beta would be a breaking change. --) body: "*" }; }