-
Notifications
You must be signed in to change notification settings - Fork 598
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
1 parent
ce92c76
commit 90f2e1a
Showing
3 changed files
with
168 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
83
packages/google-cloud-oslogin/src/v1beta/gapic_metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters