Skip to content

Commit 416d2f6

Browse files
chore: update templates (#127)
* chore: add pre-commit-config to renovate ignore paths Disable renovate PRs on the .pre-commit-config.yaml which is templated from synthtool. https://docs.renovatebot.com/configuration-options/#ignorepaths Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Source-Date: Mon Mar 15 09:05:39 2021 -0600 Source-Repo: googleapis/synthtool Source-Sha: 2c54c473779ea731128cea61a3a6c975a08a5378 Source-Link: googleapis/synthtool@2c54c47
1 parent 96206e0 commit 416d2f6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/google-cloud-python-speech/google/cloud/speech_v1p1beta1/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ class SpeechClient(SpeechHelpers, SpeechClient):
5959

6060

6161
__all__ = (
62+
"AdaptationClient",
6263
"CreateCustomClassRequest",
6364
"CreatePhraseSetRequest",
6465
"CustomClass",
@@ -81,7 +82,6 @@ class SpeechClient(SpeechHelpers, SpeechClient):
8182
"RecognizeResponse",
8283
"SpeakerDiarizationConfig",
8384
"SpeechAdaptation",
84-
"SpeechClient",
8585
"SpeechContext",
8686
"SpeechRecognitionAlternative",
8787
"SpeechRecognitionResult",
@@ -92,5 +92,5 @@ class SpeechClient(SpeechHelpers, SpeechClient):
9292
"UpdateCustomClassRequest",
9393
"UpdatePhraseSetRequest",
9494
"WordInfo",
95-
"AdaptationClient",
95+
"SpeechClient",
9696
)

packages/google-cloud-python-speech/synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-speech.git",
7-
"sha": "6d7ea1e8869e3d800220f1261b8be1d0c91c66d8"
7+
"sha": "24b94247bab22b8fad15a251bff06ec8620f0f90"
88
}
99
},
1010
{
@@ -19,14 +19,14 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "0780323da96d5a53925fe0547757181fe76e8f1e"
22+
"sha": "2c54c473779ea731128cea61a3a6c975a08a5378"
2323
}
2424
},
2525
{
2626
"git": {
2727
"name": "synthtool",
2828
"remote": "https://github.com/googleapis/synthtool.git",
29-
"sha": "0780323da96d5a53925fe0547757181fe76e8f1e"
29+
"sha": "2c54c473779ea731128cea61a3a6c975a08a5378"
3030
}
3131
}
3232
],

0 commit comments

Comments
 (0)