-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade gapic-generator-python to 0.46.3 (#73)
feat: support self-signed JWT flow for service accounts fix: add async client to %name_%version/init.py chore: add autogenerated snippets chore: remove auth, policy, and options from the reserved names list chore: enable GAPIC metadata generation chore: sort subpackages in %namespace/%name/init.py
- Loading branch information
1 parent
ed2850c
commit d73c3fd
Showing
23 changed files
with
723 additions
and
465 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
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
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
7 changes: 7 additions & 0 deletions
7
packages/google-cloud-os-login/google/cloud/oslogin_v1/common/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,7 @@ | ||
{ | ||
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods", | ||
"language": "python", | ||
"libraryPackage": "google.cloud.oslogin.common", | ||
"protoPackage": "google.cloud.oslogin.common", | ||
"schema": "1.0" | ||
} |
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
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
83 changes: 83 additions & 0 deletions
83
packages/google-cloud-os-login/google/cloud/oslogin_v1/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 @@ | ||
{ | ||
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods", | ||
"language": "python", | ||
"libraryPackage": "google.cloud.oslogin_v1", | ||
"protoPackage": "google.cloud.oslogin.v1", | ||
"schema": "1.0", | ||
"services": { | ||
"OsLoginService": { | ||
"clients": { | ||
"grpc": { | ||
"libraryClient": "OsLoginServiceClient", | ||
"rpcs": { | ||
"DeletePosixAccount": { | ||
"methods": [ | ||
"delete_posix_account" | ||
] | ||
}, | ||
"DeleteSshPublicKey": { | ||
"methods": [ | ||
"delete_ssh_public_key" | ||
] | ||
}, | ||
"GetLoginProfile": { | ||
"methods": [ | ||
"get_login_profile" | ||
] | ||
}, | ||
"GetSshPublicKey": { | ||
"methods": [ | ||
"get_ssh_public_key" | ||
] | ||
}, | ||
"ImportSshPublicKey": { | ||
"methods": [ | ||
"import_ssh_public_key" | ||
] | ||
}, | ||
"UpdateSshPublicKey": { | ||
"methods": [ | ||
"update_ssh_public_key" | ||
] | ||
} | ||
} | ||
}, | ||
"grpc-async": { | ||
"libraryClient": "OsLoginServiceAsyncClient", | ||
"rpcs": { | ||
"DeletePosixAccount": { | ||
"methods": [ | ||
"delete_posix_account" | ||
] | ||
}, | ||
"DeleteSshPublicKey": { | ||
"methods": [ | ||
"delete_ssh_public_key" | ||
] | ||
}, | ||
"GetLoginProfile": { | ||
"methods": [ | ||
"get_login_profile" | ||
] | ||
}, | ||
"GetSshPublicKey": { | ||
"methods": [ | ||
"get_ssh_public_key" | ||
] | ||
}, | ||
"ImportSshPublicKey": { | ||
"methods": [ | ||
"import_ssh_public_key" | ||
] | ||
}, | ||
"UpdateSshPublicKey": { | ||
"methods": [ | ||
"update_ssh_public_key" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
1 change: 0 additions & 1 deletion
1
packages/google-cloud-os-login/google/cloud/oslogin_v1/services/__init__.py
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
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
Oops, something went wrong.