Skip to content

Commit

Permalink
Update samples manifest (via synth). (#9211)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and busunkim96 committed Sep 11, 2019
1 parent 70c81cb commit 52fcabd
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
28 changes: 14 additions & 14 deletions google-cloud-speech/samples/v1/test/samples.manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,23 @@ base: &common
basepath: '.'
samples:
- <<: *common
path: '{basepath}/v1/speech_transcribe_async.py'
sample: 'speech_transcribe_async'
path: '{basepath}/v1/speech_transcribe_multichannel.py'
sample: 'speech_transcribe_multichannel'
- <<: *common
path: '{basepath}/v1/speech_transcribe_sync_gcs.py'
sample: 'speech_transcribe_sync_gcs'
- <<: *common
path: '{basepath}/v1/speech_transcribe_async_gcs.py'
sample: 'speech_transcribe_async_gcs'
- <<: *common
path: '{basepath}/v1/speech_transcribe_multichannel_gcs.py'
sample: 'speech_transcribe_multichannel_gcs'
- <<: *common
path: '{basepath}/v1/speech_transcribe_async.py'
sample: 'speech_transcribe_async'
- <<: *common
path: '{basepath}/v1/speech_transcribe_model_selection_gcs.py'
sample: 'speech_transcribe_model_selection_gcs'
- <<: *common
path: '{basepath}/v1/speech_transcribe_async_word_time_offsets_gcs.py'
sample: 'speech_transcribe_async_word_time_offsets_gcs'
Expand All @@ -21,18 +33,6 @@ samples:
- <<: *common
path: '{basepath}/v1/speech_transcribe_model_selection.py'
sample: 'speech_transcribe_model_selection'
- <<: *common
path: '{basepath}/v1/speech_transcribe_model_selection_gcs.py'
sample: 'speech_transcribe_model_selection_gcs'
- <<: *common
path: '{basepath}/v1/speech_transcribe_multichannel.py'
sample: 'speech_transcribe_multichannel'
- <<: *common
path: '{basepath}/v1/speech_transcribe_multichannel_gcs.py'
sample: 'speech_transcribe_multichannel_gcs'
- <<: *common
path: '{basepath}/v1/speech_transcribe_sync.py'
sample: 'speech_transcribe_sync'
- <<: *common
path: '{basepath}/v1/speech_transcribe_sync_gcs.py'
sample: 'speech_transcribe_sync_gcs'
14 changes: 7 additions & 7 deletions google-cloud-speech/samples/v1p1beta1/test/samples.manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@ base: &common
chdir: '{@manifest_dir}/../..'
basepath: '.'
samples:
- <<: *common
path: '{basepath}/v1p1beta1/speech_adaptation_beta.py'
sample: 'speech_adaptation_beta'
- <<: *common
path: '{basepath}/v1p1beta1/speech_contexts_classes_beta.py'
sample: 'speech_contexts_classes_beta'
- <<: *common
path: '{basepath}/v1p1beta1/speech_quickstart_beta.py'
sample: 'speech_quickstart_beta'
path: '{basepath}/v1p1beta1/speech_transcribe_multilanguage_beta.py'
sample: 'speech_transcribe_multilanguage_beta'
- <<: *common
path: '{basepath}/v1p1beta1/speech_transcribe_auto_punctuation_beta.py'
sample: 'speech_transcribe_auto_punctuation_beta'
- <<: *common
path: '{basepath}/v1p1beta1/speech_adaptation_beta.py'
sample: 'speech_adaptation_beta'
- <<: *common
path: '{basepath}/v1p1beta1/speech_transcribe_diarization_beta.py'
sample: 'speech_transcribe_diarization_beta'
- <<: *common
path: '{basepath}/v1p1beta1/speech_transcribe_multilanguage_beta.py'
sample: 'speech_transcribe_multilanguage_beta'
path: '{basepath}/v1p1beta1/speech_quickstart_beta.py'
sample: 'speech_quickstart_beta'
- <<: *common
path: '{basepath}/v1p1beta1/speech_transcribe_recognition_metadata_beta.py'
sample: 'speech_transcribe_recognition_metadata_beta'
Expand Down
6 changes: 3 additions & 3 deletions google-cloud-speech/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"updateTime": "2019-09-10T17:54:47.674701Z",
"updateTime": "2019-09-11T12:37:31.407775Z",
"sources": [
{
"generator": {
Expand All @@ -12,8 +12,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "b4b182552fa0088e463ada73afcf48b405965c2c",
"internalRef": "268243295"
"sha": "f1c042777e90baae0f8590f7820eed2c6ef758b2",
"internalRef": "268319807"
}
},
{
Expand Down

0 comments on commit 52fcabd

Please sign in to comment.