forked from googleapis/nodejs-spanner
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.cloud-repo-tools.json
37 lines (37 loc) · 982 Bytes
/
.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
{
"requiresKeyFile": true,
"requiresProjectId": true,
"product": "spanner",
"client_reference_url": "https://cloud.google.com/nodejs/docs/reference/spanner/latest/",
"release_quality": "ga",
"samples": [
{
"id": "schema",
"name": "Schema",
"file": "schema.js",
"docs_link": "https://cloud.google.com/spanner/docs",
"usage": "node schema.js --help"
},
{
"id": "crud",
"name": "CRUD",
"file": "crud.js",
"docs_link": "https://cloud.google.com/spanner/docs",
"usage": "node crud.js --help"
},
{
"id": "indexing",
"name": "Indexing",
"file": "indexing.js",
"docs_link": "https://cloud.google.com/spanner/docs",
"usage": "node indexing.js --help"
},
{
"id": "transaction",
"name": "Transactions",
"file": "transaction.js",
"docs_link": "https://cloud.google.com/spanner/docs",
"usage": "node transaction.js --help"
}
]
}