Skip to content

Commit

Permalink
chore(billingbudgets): remove TODOs in proto comments (via synth) (#9912
Browse files Browse the repository at this point in the history
)
  • Loading branch information
yoshi-automation authored and busunkim96 committed Dec 6, 2019
1 parent 78029b6 commit 5d5e1c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: "*"
};
}
Expand All @@ -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: "*"
};
}
Expand Down
6 changes: 3 additions & 3 deletions billingbudgets/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"updateTime": "2019-11-20T13:14:31.109994Z",
"updateTime": "2019-12-04T13:14:47.368418Z",
"sources": [
{
"generator": {
Expand All @@ -12,8 +12,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "16543773103e2619d2b5f52456264de5bb9be104",
"internalRef": "281423227"
"sha": "da0edeeef953b05eb1524d514d2e9842ac2df0fd",
"internalRef": "283614497"
}
},
{
Expand Down

0 comments on commit 5d5e1c7

Please sign in to comment.