diff --git a/billingbudgets/google/cloud/billing_budgets_v1beta1/proto/budget_service.proto b/billingbudgets/google/cloud/billing_budgets_v1beta1/proto/budget_service.proto index 0ad318a04b51..d5e0f4bc9a5a 100644 --- a/billingbudgets/google/cloud/billing_budgets_v1beta1/proto/budget_service.proto +++ b/billingbudgets/google/cloud/billing_budgets_v1beta1/proto/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: "*" }; } diff --git a/billingbudgets/synth.metadata b/billingbudgets/synth.metadata index 3db362c80304..ba44e81a895c 100644 --- a/billingbudgets/synth.metadata +++ b/billingbudgets/synth.metadata @@ -1,5 +1,5 @@ { - "updateTime": "2019-11-20T13:14:31.109994Z", + "updateTime": "2019-12-04T13:14:47.368418Z", "sources": [ { "generator": { @@ -12,8 +12,8 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "16543773103e2619d2b5f52456264de5bb9be104", - "internalRef": "281423227" + "sha": "da0edeeef953b05eb1524d514d2e9842ac2df0fd", + "internalRef": "283614497" } }, {