Skip to content

Commit

Permalink
chore: add default_version and codeowner_team to .repo-metadata.json (#…
Browse files Browse the repository at this point in the history
…142)

* chore: add default_version and codeowner_team to .repo-metadata.json

* update default_version
  • Loading branch information
parthea authored Oct 4, 2021
1 parent 3c2e1df commit 37daf9a
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions packages/google-cloud-billing-budgets/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "billingbudgets",
"name_pretty": "Cloud Billing Budget",
"product_documentation": "https://cloud.google.com/billing/docs/how-to/budget-api-overview",
"client_documentation": "https://googleapis.dev/python/billingbudgets/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559770",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-billingbudgets",
"distribution_name": "google-cloud-billing-budgets",
"api_id": "billingbudgets.googleapis.com",
"requires_billing": true
}
"name": "billingbudgets",
"name_pretty": "Cloud Billing Budget",
"product_documentation": "https://cloud.google.com/billing/docs/how-to/budget-api-overview",
"client_documentation": "https://googleapis.dev/python/billingbudgets/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559770",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-billingbudgets",
"distribution_name": "google-cloud-billing-budgets",
"api_id": "billingbudgets.googleapis.com",
"requires_billing": true,
"default_version": "v1",
"codeowner_team": ""
}

0 comments on commit 37daf9a

Please sign in to comment.