This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
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 (#158)
fix: add async client to %name_%version/init.py chore: add autogenerated snippets chore: remove auth, policy, and options from the reserved names list feat: support self-signed JWT flow for service accounts chore: enable GAPIC metadata generation chore: sort subpackages in %namespace/%name/init.py fix(deps): add packaging requirement
- Loading branch information
1 parent
0e8059e
commit 959a35c
Showing
40 changed files
with
1,682 additions
and
1,276 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
{ | ||
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods", | ||
"language": "python", | ||
"libraryPackage": "google.cloud.translate_v3", | ||
"protoPackage": "google.cloud.translation.v3", | ||
"schema": "1.0", | ||
"services": { | ||
"TranslationService": { | ||
"clients": { | ||
"grpc": { | ||
"libraryClient": "TranslationServiceClient", | ||
"rpcs": { | ||
"BatchTranslateText": { | ||
"methods": [ | ||
"batch_translate_text" | ||
] | ||
}, | ||
"CreateGlossary": { | ||
"methods": [ | ||
"create_glossary" | ||
] | ||
}, | ||
"DeleteGlossary": { | ||
"methods": [ | ||
"delete_glossary" | ||
] | ||
}, | ||
"DetectLanguage": { | ||
"methods": [ | ||
"detect_language" | ||
] | ||
}, | ||
"GetGlossary": { | ||
"methods": [ | ||
"get_glossary" | ||
] | ||
}, | ||
"GetSupportedLanguages": { | ||
"methods": [ | ||
"get_supported_languages" | ||
] | ||
}, | ||
"ListGlossaries": { | ||
"methods": [ | ||
"list_glossaries" | ||
] | ||
}, | ||
"TranslateText": { | ||
"methods": [ | ||
"translate_text" | ||
] | ||
} | ||
} | ||
}, | ||
"grpc-async": { | ||
"libraryClient": "TranslationServiceAsyncClient", | ||
"rpcs": { | ||
"BatchTranslateText": { | ||
"methods": [ | ||
"batch_translate_text" | ||
] | ||
}, | ||
"CreateGlossary": { | ||
"methods": [ | ||
"create_glossary" | ||
] | ||
}, | ||
"DeleteGlossary": { | ||
"methods": [ | ||
"delete_glossary" | ||
] | ||
}, | ||
"DetectLanguage": { | ||
"methods": [ | ||
"detect_language" | ||
] | ||
}, | ||
"GetGlossary": { | ||
"methods": [ | ||
"get_glossary" | ||
] | ||
}, | ||
"GetSupportedLanguages": { | ||
"methods": [ | ||
"get_supported_languages" | ||
] | ||
}, | ||
"ListGlossaries": { | ||
"methods": [ | ||
"list_glossaries" | ||
] | ||
}, | ||
"TranslateText": { | ||
"methods": [ | ||
"translate_text" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
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.