This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
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 (#111)
PiperOrigin-RevId: 373649163 Source-Link: googleapis/googleapis@7e1b14e Source-Link: googleapis/googleapis-gen@0a3c7d2 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
- Loading branch information
1 parent
1776edc
commit 0dcb15e
Showing
35 changed files
with
1,302 additions
and
848 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
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.language_v1", | ||
"protoPackage": "google.cloud.language.v1", | ||
"schema": "1.0", | ||
"services": { | ||
"LanguageService": { | ||
"clients": { | ||
"grpc": { | ||
"libraryClient": "LanguageServiceClient", | ||
"rpcs": { | ||
"AnalyzeEntities": { | ||
"methods": [ | ||
"analyze_entities" | ||
] | ||
}, | ||
"AnalyzeEntitySentiment": { | ||
"methods": [ | ||
"analyze_entity_sentiment" | ||
] | ||
}, | ||
"AnalyzeSentiment": { | ||
"methods": [ | ||
"analyze_sentiment" | ||
] | ||
}, | ||
"AnalyzeSyntax": { | ||
"methods": [ | ||
"analyze_syntax" | ||
] | ||
}, | ||
"AnnotateText": { | ||
"methods": [ | ||
"annotate_text" | ||
] | ||
}, | ||
"ClassifyText": { | ||
"methods": [ | ||
"classify_text" | ||
] | ||
} | ||
} | ||
}, | ||
"grpc-async": { | ||
"libraryClient": "LanguageServiceAsyncClient", | ||
"rpcs": { | ||
"AnalyzeEntities": { | ||
"methods": [ | ||
"analyze_entities" | ||
] | ||
}, | ||
"AnalyzeEntitySentiment": { | ||
"methods": [ | ||
"analyze_entity_sentiment" | ||
] | ||
}, | ||
"AnalyzeSentiment": { | ||
"methods": [ | ||
"analyze_sentiment" | ||
] | ||
}, | ||
"AnalyzeSyntax": { | ||
"methods": [ | ||
"analyze_syntax" | ||
] | ||
}, | ||
"AnnotateText": { | ||
"methods": [ | ||
"annotate_text" | ||
] | ||
}, | ||
"ClassifyText": { | ||
"methods": [ | ||
"classify_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.