Skip to content

Commit 03fe7bc

Browse files
yoshi-automationbusunkim96
authored andcommitted
chore(billingbudgets): remove TODOs in proto comments (via synth) (#9912)
1 parent f454da5 commit 03fe7bc

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

packages/google-cloud-billing-budgets/google/cloud/billing_budgets_v1beta1/proto/budget_service.proto

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ service BudgetService {
4141
rpc CreateBudget(CreateBudgetRequest) returns (Budget) {
4242
option (google.api.http) = {
4343
post: "/v1beta1/{parent=billingAccounts/*}/budgets"
44-
// (-- TODO for GA: use "budget" instead of "*" to comply with
45-
// https://aip.dev/133. Changing in Beta would be a breaking change. --)
4644
body: "*"
4745
};
4846
}
@@ -51,8 +49,6 @@ service BudgetService {
5149
rpc UpdateBudget(UpdateBudgetRequest) returns (Budget) {
5250
option (google.api.http) = {
5351
patch: "/v1beta1/{budget.name=billingAccounts/*/budgets/*}"
54-
// (-- TODO for GA: use "budget" instead of "*" to comply with
55-
// https://aip.dev/134. Changing in Beta would be a breaking change. --)
5652
body: "*"
5753
};
5854
}

packages/google-cloud-billing-budgets/synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updateTime": "2019-11-20T13:14:31.109994Z",
2+
"updateTime": "2019-12-04T13:14:47.368418Z",
33
"sources": [
44
{
55
"generator": {
@@ -12,8 +12,8 @@
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "16543773103e2619d2b5f52456264de5bb9be104",
16-
"internalRef": "281423227"
15+
"sha": "da0edeeef953b05eb1524d514d2e9842ac2df0fd",
16+
"internalRef": "283614497"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)