Skip to content

Commit

Permalink
build: generate GAPIC metadata JSON file (#405)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 345596855

Source-Author: Google APIs <noreply@google.com>
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 <55454395+sofisl@users.noreply.github.com>
  • Loading branch information
yoshi-automation and sofisl authored Dec 28, 2020
1 parent ce92c76 commit 90f2e1a
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 2 deletions.
83 changes: 83 additions & 0 deletions packages/google-cloud-oslogin/src/v1/gapic_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "typescript",
"protoPackage": "google.cloud.oslogin.v1",
"libraryPackage": "@google-cloud/os-login",
"services": {
"OsLoginService": {
"clients": {
"grpc": {
"libraryClient": "OsLoginServiceClient",
"rpcs": {
"DeletePosixAccount": {
"methods": [
"deletePosixAccount"
]
},
"DeleteSshPublicKey": {
"methods": [
"deleteSshPublicKey"
]
},
"GetLoginProfile": {
"methods": [
"getLoginProfile"
]
},
"GetSshPublicKey": {
"methods": [
"getSshPublicKey"
]
},
"ImportSshPublicKey": {
"methods": [
"importSshPublicKey"
]
},
"UpdateSshPublicKey": {
"methods": [
"updateSshPublicKey"
]
}
}
},
"grpc-fallback": {
"libraryClient": "OsLoginServiceClient",
"rpcs": {
"DeletePosixAccount": {
"methods": [
"deletePosixAccount"
]
},
"DeleteSshPublicKey": {
"methods": [
"deleteSshPublicKey"
]
},
"GetLoginProfile": {
"methods": [
"getLoginProfile"
]
},
"GetSshPublicKey": {
"methods": [
"getSshPublicKey"
]
},
"ImportSshPublicKey": {
"methods": [
"importSshPublicKey"
]
},
"UpdateSshPublicKey": {
"methods": [
"updateSshPublicKey"
]
}
}
}
}
}
}
}
83 changes: 83 additions & 0 deletions packages/google-cloud-oslogin/src/v1beta/gapic_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "typescript",
"protoPackage": "google.cloud.oslogin.v1beta",
"libraryPackage": "@google-cloud/os-login",
"services": {
"OsLoginService": {
"clients": {
"grpc": {
"libraryClient": "OsLoginServiceClient",
"rpcs": {
"DeletePosixAccount": {
"methods": [
"deletePosixAccount"
]
},
"DeleteSshPublicKey": {
"methods": [
"deleteSshPublicKey"
]
},
"GetLoginProfile": {
"methods": [
"getLoginProfile"
]
},
"GetSshPublicKey": {
"methods": [
"getSshPublicKey"
]
},
"ImportSshPublicKey": {
"methods": [
"importSshPublicKey"
]
},
"UpdateSshPublicKey": {
"methods": [
"updateSshPublicKey"
]
}
}
},
"grpc-fallback": {
"libraryClient": "OsLoginServiceClient",
"rpcs": {
"DeletePosixAccount": {
"methods": [
"deletePosixAccount"
]
},
"DeleteSshPublicKey": {
"methods": [
"deleteSshPublicKey"
]
},
"GetLoginProfile": {
"methods": [
"getLoginProfile"
]
},
"GetSshPublicKey": {
"methods": [
"getSshPublicKey"
]
},
"ImportSshPublicKey": {
"methods": [
"importSshPublicKey"
]
},
"UpdateSshPublicKey": {
"methods": [
"updateSshPublicKey"
]
}
}
}
}
}
}
}
4 changes: 2 additions & 2 deletions packages/google-cloud-oslogin/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "ff715bf31a53a32d0901564f0a277ea25ed1b628",
"internalRef": "344845744"
"sha": "d189e871205fea665a9648f7c4676f027495ccaf",
"internalRef": "345596855"
}
},
{
Expand Down

0 comments on commit 90f2e1a

Please sign in to comment.