Skip to content

Commit 19ff6a6

Browse files
yoshi-automationtseaver
authored andcommitted
codegen(speech): reorder samples (googleapis#9313)
1 parent 3cd6eb6 commit 19ff6a6

3 files changed

Lines changed: 24 additions & 24 deletions

File tree

speech/samples/v1/test/samples.manifest.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,12 @@ base: &common
66
chdir: '{@manifest_dir}/../..'
77
basepath: '.'
88
samples:
9-
- <<: *common
10-
path: '{basepath}/v1/speech_transcribe_multichannel.py'
11-
sample: 'speech_transcribe_multichannel'
12-
- <<: *common
13-
path: '{basepath}/v1/speech_transcribe_sync_gcs.py'
14-
sample: 'speech_transcribe_sync_gcs'
15-
- <<: *common
16-
path: '{basepath}/v1/speech_transcribe_async_gcs.py'
17-
sample: 'speech_transcribe_async_gcs'
18-
- <<: *common
19-
path: '{basepath}/v1/speech_transcribe_multichannel_gcs.py'
20-
sample: 'speech_transcribe_multichannel_gcs'
219
- <<: *common
2210
path: '{basepath}/v1/speech_transcribe_async.py'
2311
sample: 'speech_transcribe_async'
2412
- <<: *common
25-
path: '{basepath}/v1/speech_transcribe_model_selection_gcs.py'
26-
sample: 'speech_transcribe_model_selection_gcs'
13+
path: '{basepath}/v1/speech_transcribe_async_gcs.py'
14+
sample: 'speech_transcribe_async_gcs'
2715
- <<: *common
2816
path: '{basepath}/v1/speech_transcribe_async_word_time_offsets_gcs.py'
2917
sample: 'speech_transcribe_async_word_time_offsets_gcs'
@@ -33,6 +21,18 @@ samples:
3321
- <<: *common
3422
path: '{basepath}/v1/speech_transcribe_model_selection.py'
3523
sample: 'speech_transcribe_model_selection'
24+
- <<: *common
25+
path: '{basepath}/v1/speech_transcribe_model_selection_gcs.py'
26+
sample: 'speech_transcribe_model_selection_gcs'
27+
- <<: *common
28+
path: '{basepath}/v1/speech_transcribe_multichannel.py'
29+
sample: 'speech_transcribe_multichannel'
30+
- <<: *common
31+
path: '{basepath}/v1/speech_transcribe_multichannel_gcs.py'
32+
sample: 'speech_transcribe_multichannel_gcs'
3633
- <<: *common
3734
path: '{basepath}/v1/speech_transcribe_sync.py'
3835
sample: 'speech_transcribe_sync'
36+
- <<: *common
37+
path: '{basepath}/v1/speech_transcribe_sync_gcs.py'
38+
sample: 'speech_transcribe_sync_gcs'

speech/samples/v1p1beta1/test/samples.manifest.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@ base: &common
66
chdir: '{@manifest_dir}/../..'
77
basepath: '.'
88
samples:
9+
- <<: *common
10+
path: '{basepath}/v1p1beta1/speech_adaptation_beta.py'
11+
sample: 'speech_adaptation_beta'
912
- <<: *common
1013
path: '{basepath}/v1p1beta1/speech_contexts_classes_beta.py'
1114
sample: 'speech_contexts_classes_beta'
1215
- <<: *common
13-
path: '{basepath}/v1p1beta1/speech_transcribe_multilanguage_beta.py'
14-
sample: 'speech_transcribe_multilanguage_beta'
16+
path: '{basepath}/v1p1beta1/speech_quickstart_beta.py'
17+
sample: 'speech_quickstart_beta'
1518
- <<: *common
1619
path: '{basepath}/v1p1beta1/speech_transcribe_auto_punctuation_beta.py'
1720
sample: 'speech_transcribe_auto_punctuation_beta'
18-
- <<: *common
19-
path: '{basepath}/v1p1beta1/speech_adaptation_beta.py'
20-
sample: 'speech_adaptation_beta'
2121
- <<: *common
2222
path: '{basepath}/v1p1beta1/speech_transcribe_diarization_beta.py'
2323
sample: 'speech_transcribe_diarization_beta'
2424
- <<: *common
25-
path: '{basepath}/v1p1beta1/speech_quickstart_beta.py'
26-
sample: 'speech_quickstart_beta'
25+
path: '{basepath}/v1p1beta1/speech_transcribe_multilanguage_beta.py'
26+
sample: 'speech_transcribe_multilanguage_beta'
2727
- <<: *common
2828
path: '{basepath}/v1p1beta1/speech_transcribe_recognition_metadata_beta.py'
2929
sample: 'speech_transcribe_recognition_metadata_beta'

speech/synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updateTime": "2019-09-25T12:35:00.527355Z",
2+
"updateTime": "2019-09-26T12:35:43.851589Z",
33
"sources": [
44
{
55
"generator": {
@@ -12,8 +12,8 @@
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "a5d0708f0702f538fb069d89c0e92c5b14dca49e",
16-
"internalRef": "271102771"
15+
"sha": "4c2ca81a0c976d4d37a8999984b7894d9af22124",
16+
"internalRef": "271130964"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)