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 Nov 11, 2021
1 parent 423d13c commit 54da97e
Showing 1 changed file with 27 additions and 23 deletions.
50 changes: 27 additions & 23 deletions packages/google-cloud-kms/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
{
"name": "cloudkms",
"name_pretty": "Google Cloud Key Management Service",
"product_documentation": "https://cloud.google.com/kms",
"client_documentation": "https://googleapis.dev/python/cloudkms/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/5264932",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-kms",
"distribution_name": "google-cloud-kms",
"api_id": "cloudkms.googleapis.com",
"requires_billing": true,
"client_library": true,
"custom_content": "The Google Cloud KMS API is a service that allows you to keep encryption keys centrally in the cloud, for direct use by cloud services. More info about Cloud KMS can be found at https://cloud.google.com/kms/docs/",
"sample_project_dir": "samples/snippets/",
"samples": [
{"name": "Quickstart",
"description": "This quickstart shows you how to create and use encryption keys with Cloud Key Management Service.",
"file": "quickstart.py",
"runnable": true,
"custom_content": "More information about the Cloud KMS quickstart is available at https://cloud.google.com/kms/docs/quickstart"}
]
}
"name": "cloudkms",
"name_pretty": "Google Cloud Key Management Service",
"product_documentation": "https://cloud.google.com/kms",
"client_documentation": "https://googleapis.dev/python/cloudkms/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/5264932",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-kms",
"distribution_name": "google-cloud-kms",
"api_id": "cloudkms.googleapis.com",
"requires_billing": true,
"client_library": true,
"custom_content": "The Google Cloud KMS API is a service that allows you to keep encryption keys centrally in the cloud, for direct use by cloud services. More info about Cloud KMS can be found at https://cloud.google.com/kms/docs/",
"sample_project_dir": "samples/snippets/",
"samples": [
{
"name": "Quickstart",
"description": "This quickstart shows you how to create and use encryption keys with Cloud Key Management Service.",
"file": "quickstart.py",
"runnable": true,
"custom_content": "More information about the Cloud KMS quickstart is available at https://cloud.google.com/kms/docs/quickstart"
}
],
"default_version": "v1",
"codeowner_team": ""
}

0 comments on commit 54da97e

Please sign in to comment.