Skip to content

Commit b336e2d

Browse files
yoshi-automationtelpirion
authored andcommitted
Update samples manifest (via synth). (#9211)
1 parent e6294c2 commit b336e2d

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

speech/v1/test/samples.manifest.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,23 @@ base: &common
77
basepath: '.'
88
samples:
99
- <<: *common
10-
path: '{basepath}/v1/speech_transcribe_async.py'
11-
sample: 'speech_transcribe_async'
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'
1215
- <<: *common
1316
path: '{basepath}/v1/speech_transcribe_async_gcs.py'
1417
sample: 'speech_transcribe_async_gcs'
18+
- <<: *common
19+
path: '{basepath}/v1/speech_transcribe_multichannel_gcs.py'
20+
sample: 'speech_transcribe_multichannel_gcs'
21+
- <<: *common
22+
path: '{basepath}/v1/speech_transcribe_async.py'
23+
sample: 'speech_transcribe_async'
24+
- <<: *common
25+
path: '{basepath}/v1/speech_transcribe_model_selection_gcs.py'
26+
sample: 'speech_transcribe_model_selection_gcs'
1527
- <<: *common
1628
path: '{basepath}/v1/speech_transcribe_async_word_time_offsets_gcs.py'
1729
sample: 'speech_transcribe_async_word_time_offsets_gcs'
@@ -21,18 +33,6 @@ samples:
2133
- <<: *common
2234
path: '{basepath}/v1/speech_transcribe_model_selection.py'
2335
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'
3336
- <<: *common
3437
path: '{basepath}/v1/speech_transcribe_sync.py'
3538
sample: 'speech_transcribe_sync'
36-
- <<: *common
37-
path: '{basepath}/v1/speech_transcribe_sync_gcs.py'
38-
sample: 'speech_transcribe_sync_gcs'

speech/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'
129
- <<: *common
1310
path: '{basepath}/v1p1beta1/speech_contexts_classes_beta.py'
1411
sample: 'speech_contexts_classes_beta'
1512
- <<: *common
16-
path: '{basepath}/v1p1beta1/speech_quickstart_beta.py'
17-
sample: 'speech_quickstart_beta'
13+
path: '{basepath}/v1p1beta1/speech_transcribe_multilanguage_beta.py'
14+
sample: 'speech_transcribe_multilanguage_beta'
1815
- <<: *common
1916
path: '{basepath}/v1p1beta1/speech_transcribe_auto_punctuation_beta.py'
2017
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_transcribe_multilanguage_beta.py'
26-
sample: 'speech_transcribe_multilanguage_beta'
25+
path: '{basepath}/v1p1beta1/speech_quickstart_beta.py'
26+
sample: 'speech_quickstart_beta'
2727
- <<: *common
2828
path: '{basepath}/v1p1beta1/speech_transcribe_recognition_metadata_beta.py'
2929
sample: 'speech_transcribe_recognition_metadata_beta'

0 commit comments

Comments
 (0)