forked from googleapis/python-kms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.repo-metadata.json
More file actions
29 lines (29 loc) · 1.35 KB
/
.repo-metadata.json
File metadata and controls
29 lines (29 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "cloudkms",
"name_pretty": "Google Cloud Key Management Service",
"product_documentation": "https://cloud.google.com/kms",
"client_documentation": "https://cloud.google.com/python/docs/reference/cloudkms/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/5264932",
"release_level": "stable",
"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": "",
"api_shortname": "cloudkms"
}