Skip to content

Commit 0cd4542

Browse files
chore: migrate google-cloud-billing-budgets to librarian (#8547)
* chore: migrate google-cloud-billing-budgets to librarian * add keep * restore * tidy --------- Co-authored-by: Joe Wang <106995533+JoeWang1127@users.noreply.github.com> Co-authored-by: JoeWang1127 <joewa@google.com>
1 parent 76a02e4 commit 0cd4542

4 files changed

Lines changed: 18 additions & 37 deletions

File tree

librarian.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,8 @@ libraries:
437437
- path: google/cloud/billing/budgets/v1
438438
- path: google/cloud/billing/budgets/v1beta1
439439
copyright_year: "2026"
440-
skip_generate: true
440+
keep:
441+
- system-test/system.js
441442
nodejs:
442443
default_version: v1
443444
- name: google-cloud-binaryauthorization

packages/google-cloud-billing-budgets/.OwlBot.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/billing-budgets/latest",
3-
"api_id": "billingbudgets.googleapis.com",
4-
"distribution_name": "@google-cloud/billing-budgets",
5-
"release_level": "stable",
6-
"default_version": "v1",
7-
"language": "nodejs",
8-
"name_pretty": "Billing Budgets",
9-
"repo": "googleapis/google-cloud-node",
10-
"product_documentation": "https://cloud.google.com/billing/docs/how-to/budget-api-overview ",
11-
"requires_billing": true,
12-
"name": "billingbudgets",
13-
"issue_tracker": "https://issuetracker.google.com/savedsearches/559770",
14-
"api_shortname": "billingbudgets",
15-
"library_type": "GAPIC_AUTO"
16-
}
2+
"api_description": "The Cloud Billing Budget API stores Cloud Billing budgets, which define a\nbudget plan and the rules to execute as spend is tracked against that\nplan.",
3+
"api_id": "billingbudgets.googleapis.com",
4+
"api_shortname": "billingbudgets",
5+
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/billing-budgets/latest",
6+
"default_version": "v1",
7+
"distribution_name": "@google-cloud/billing-budgets",
8+
"issue_tracker": "https://issuetracker.google.com/savedsearches/559770",
9+
"language": "nodejs",
10+
"library_type": "GAPIC_AUTO",
11+
"name": "billingbudgets",
12+
"name_pretty": "Cloud Billing Budget",
13+
"product_documentation": "https://cloud.google.com/billing/docs",
14+
"release_level": "stable",
15+
"repo": "googleapis/google-cloud-node"
16+
}

packages/google-cloud-billing-budgets/system-test/system.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ describe('Integration Tests', () => {
2929
assert.include(err.message, 'PERMISSION_DENIED');
3030
}
3131
});
32-
});
32+
});

0 commit comments

Comments
 (0)