Skip to content

Commit

Permalink
chore(billingbudgets): add comments to proto files (via synth) (#9854)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and busunkim96 committed Nov 20, 2019
1 parent bdec5e5 commit 861458c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ 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 @@ -49,6 +51,8 @@ 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-19T13:16:42.779546Z",
"updateTime": "2019-11-20T13:14:31.109994Z",
"sources": [
{
"generator": {
Expand All @@ -12,8 +12,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "d8dd7fe8d5304f7bd1c52207703d7f27d5328c5a",
"internalRef": "281088257"
"sha": "16543773103e2619d2b5f52456264de5bb9be104",
"internalRef": "281423227"
}
},
{
Expand Down

0 comments on commit 861458c

Please sign in to comment.