forked from googleapis/nodejs-storage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cloud-repo-tools.json
51 lines (51 loc) · 1.42 KB
/
.cloud-repo-tools.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"requiresKeyFile": true,
"requiresProjectId": true,
"product": "storage",
"client_reference_url": "https://cloud.google.com/nodejs/docs/reference/storage/latest/",
"release_quality": "ga",
"samples": [
{
"id": "acl",
"name": "ACL (Access Control Lists)",
"file": "acl.js",
"docs_link": "https://cloud.google.com/storage/docs/access-control/create-manage-lists",
"usage": "node acl.js --help"
},
{
"id": "buckets",
"name": "Buckets",
"file": "buckets.js",
"docs_link": "https://cloud.google.com/storage/docs",
"usage": "node buckets.js --help"
},
{
"id": "encryption",
"name": "Encryption",
"file": "encryption.js",
"docs_link": "https://cloud.google.com/storage/docs",
"usage": "node encryption.js --help"
},
{
"id": "files",
"name": "Files",
"file": "files.js",
"docs_link": "https://cloud.google.com/storage/docs",
"usage": "node files.js --help"
},
{
"id": "notifications",
"name": "Notifications",
"file": "notifications.js",
"docs_link": "https://cloud.google.com/storage/docs",
"usage": "node notifications.js --help"
},
{
"id": "requesterPays",
"name": "Requester Pays",
"file": "requesterPays.js",
"docs_link": "https://cloud.google.com/storage/docs",
"usage": "node requesterPays.js --help"
}
]
}