-
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: update to gapic-generator-python 0.46.3 (#162)
* chore: update to gapic-generator-python 0.46.3 * 🦉 Updates from OwlBot Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> feat: add webm opus support 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
8a7fa69
commit 1c5cf3f
Showing
48 changed files
with
1,811 additions
and
1,247 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
53 changes: 53 additions & 0 deletions
53
packages/google-cloud-speech/google/cloud/speech_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,53 @@ | ||
{ | ||
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods", | ||
"language": "python", | ||
"libraryPackage": "google.cloud.speech_v1", | ||
"protoPackage": "google.cloud.speech.v1", | ||
"schema": "1.0", | ||
"services": { | ||
"Speech": { | ||
"clients": { | ||
"grpc": { | ||
"libraryClient": "SpeechClient", | ||
"rpcs": { | ||
"LongRunningRecognize": { | ||
"methods": [ | ||
"long_running_recognize" | ||
] | ||
}, | ||
"Recognize": { | ||
"methods": [ | ||
"recognize" | ||
] | ||
}, | ||
"StreamingRecognize": { | ||
"methods": [ | ||
"streaming_recognize" | ||
] | ||
} | ||
} | ||
}, | ||
"grpc-async": { | ||
"libraryClient": "SpeechAsyncClient", | ||
"rpcs": { | ||
"LongRunningRecognize": { | ||
"methods": [ | ||
"long_running_recognize" | ||
] | ||
}, | ||
"Recognize": { | ||
"methods": [ | ||
"recognize" | ||
] | ||
}, | ||
"StreamingRecognize": { | ||
"methods": [ | ||
"streaming_recognize" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
1 change: 0 additions & 1 deletion
1
packages/google-cloud-speech/google/cloud/speech_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
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.