File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
google/cloud/billing_budgets_v1beta1/proto Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ service BudgetService {
41
41
rpc CreateBudget (CreateBudgetRequest ) returns (Budget ) {
42
42
option (google.api.http ) = {
43
43
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. --)
44
46
body : "*"
45
47
};
46
48
}
@@ -49,6 +51,8 @@ service BudgetService {
49
51
rpc UpdateBudget (UpdateBudgetRequest ) returns (Budget ) {
50
52
option (google.api.http ) = {
51
53
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. --)
52
56
body : "*"
53
57
};
54
58
}
Original file line number Diff line number Diff line change 1
1
{
2
- "updateTime": "2019-11-19T13:16:42.779546Z ",
2
+ "updateTime": "2019-11-20T13:14:31.109994Z ",
3
3
"sources": [
4
4
{
5
5
"generator": {
12
12
"git": {
13
13
"name": "googleapis",
14
14
"remote": "https://github.com/googleapis/googleapis.git",
15
- "sha": "d8dd7fe8d5304f7bd1c52207703d7f27d5328c5a ",
16
- "internalRef": "281088257 "
15
+ "sha": "16543773103e2619d2b5f52456264de5bb9be104 ",
16
+ "internalRef": "281423227 "
17
17
}
18
18
},
19
19
{
You can’t perform that action at this time.
0 commit comments