Skip to content

Commit 7dfda78

Browse files
build: generate GAPIC metadata JSON file (#405)
PiperOrigin-RevId: 345596855 Source-Author: Google APIs <[email protected]> Source-Date: Thu Dec 3 21:00:34 2020 -0800 Source-Repo: googleapis/googleapis Source-Sha: d189e871205fea665a9648f7c4676f027495ccaf Source-Link: googleapis/googleapis@d189e87 Co-authored-by: sofisl <[email protected]>
1 parent b81af12 commit 7dfda78

3 files changed

Lines changed: 168 additions & 2 deletions

File tree

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
{
2+
"schema": "1.0",
3+
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
4+
"language": "typescript",
5+
"protoPackage": "google.cloud.oslogin.v1",
6+
"libraryPackage": "@google-cloud/os-login",
7+
"services": {
8+
"OsLoginService": {
9+
"clients": {
10+
"grpc": {
11+
"libraryClient": "OsLoginServiceClient",
12+
"rpcs": {
13+
"DeletePosixAccount": {
14+
"methods": [
15+
"deletePosixAccount"
16+
]
17+
},
18+
"DeleteSshPublicKey": {
19+
"methods": [
20+
"deleteSshPublicKey"
21+
]
22+
},
23+
"GetLoginProfile": {
24+
"methods": [
25+
"getLoginProfile"
26+
]
27+
},
28+
"GetSshPublicKey": {
29+
"methods": [
30+
"getSshPublicKey"
31+
]
32+
},
33+
"ImportSshPublicKey": {
34+
"methods": [
35+
"importSshPublicKey"
36+
]
37+
},
38+
"UpdateSshPublicKey": {
39+
"methods": [
40+
"updateSshPublicKey"
41+
]
42+
}
43+
}
44+
},
45+
"grpc-fallback": {
46+
"libraryClient": "OsLoginServiceClient",
47+
"rpcs": {
48+
"DeletePosixAccount": {
49+
"methods": [
50+
"deletePosixAccount"
51+
]
52+
},
53+
"DeleteSshPublicKey": {
54+
"methods": [
55+
"deleteSshPublicKey"
56+
]
57+
},
58+
"GetLoginProfile": {
59+
"methods": [
60+
"getLoginProfile"
61+
]
62+
},
63+
"GetSshPublicKey": {
64+
"methods": [
65+
"getSshPublicKey"
66+
]
67+
},
68+
"ImportSshPublicKey": {
69+
"methods": [
70+
"importSshPublicKey"
71+
]
72+
},
73+
"UpdateSshPublicKey": {
74+
"methods": [
75+
"updateSshPublicKey"
76+
]
77+
}
78+
}
79+
}
80+
}
81+
}
82+
}
83+
}
Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
{
2+
"schema": "1.0",
3+
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
4+
"language": "typescript",
5+
"protoPackage": "google.cloud.oslogin.v1beta",
6+
"libraryPackage": "@google-cloud/os-login",
7+
"services": {
8+
"OsLoginService": {
9+
"clients": {
10+
"grpc": {
11+
"libraryClient": "OsLoginServiceClient",
12+
"rpcs": {
13+
"DeletePosixAccount": {
14+
"methods": [
15+
"deletePosixAccount"
16+
]
17+
},
18+
"DeleteSshPublicKey": {
19+
"methods": [
20+
"deleteSshPublicKey"
21+
]
22+
},
23+
"GetLoginProfile": {
24+
"methods": [
25+
"getLoginProfile"
26+
]
27+
},
28+
"GetSshPublicKey": {
29+
"methods": [
30+
"getSshPublicKey"
31+
]
32+
},
33+
"ImportSshPublicKey": {
34+
"methods": [
35+
"importSshPublicKey"
36+
]
37+
},
38+
"UpdateSshPublicKey": {
39+
"methods": [
40+
"updateSshPublicKey"
41+
]
42+
}
43+
}
44+
},
45+
"grpc-fallback": {
46+
"libraryClient": "OsLoginServiceClient",
47+
"rpcs": {
48+
"DeletePosixAccount": {
49+
"methods": [
50+
"deletePosixAccount"
51+
]
52+
},
53+
"DeleteSshPublicKey": {
54+
"methods": [
55+
"deleteSshPublicKey"
56+
]
57+
},
58+
"GetLoginProfile": {
59+
"methods": [
60+
"getLoginProfile"
61+
]
62+
},
63+
"GetSshPublicKey": {
64+
"methods": [
65+
"getSshPublicKey"
66+
]
67+
},
68+
"ImportSshPublicKey": {
69+
"methods": [
70+
"importSshPublicKey"
71+
]
72+
},
73+
"UpdateSshPublicKey": {
74+
"methods": [
75+
"updateSshPublicKey"
76+
]
77+
}
78+
}
79+
}
80+
}
81+
}
82+
}
83+
}

packages/google-cloud-oslogin/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "ff715bf31a53a32d0901564f0a277ea25ed1b628",
15-
"internalRef": "344845744"
14+
"sha": "d189e871205fea665a9648f7c4676f027495ccaf",
15+
"internalRef": "345596855"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)