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
  • Loading branch information
parthea committed Oct 5, 2021
1 parent 4f20a89 commit c48a9bd
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .repo-metadata.json
@@ -1,14 +1,16 @@
{
"name": "runtimeconfig",
"name_pretty": "Google Cloud Runtime Configurator",
"product_documentation": "https://cloud.google.com/deployment-manager/runtime-configurator/",
"client_documentation": "https://googleapis.dev/python/runtimeconfig/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559663",
"release_level": "beta",
"language": "python",
"library_type": "GAPIC_MANUAL",
"repo": "googleapis/python-runtimeconfig",
"distribution_name": "google-cloud-runtimeconfig",
"api_id": "runtimeconfig.googleapis.com",
"requires_billing": true
"name": "runtimeconfig",
"name_pretty": "Google Cloud Runtime Configurator",
"product_documentation": "https://cloud.google.com/deployment-manager/runtime-configurator/",
"client_documentation": "https://googleapis.dev/python/runtimeconfig/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559663",
"release_level": "beta",
"language": "python",
"library_type": "GAPIC_MANUAL",
"repo": "googleapis/python-runtimeconfig",
"distribution_name": "google-cloud-runtimeconfig",
"api_id": "runtimeconfig.googleapis.com",
"requires_billing": true,
"default_version": "",
"codeowner_team": ""
}

0 comments on commit c48a9bd

Please sign in to comment.