Skip to content

Commit 00b2133

Browse files
yoshi-automationemar-kar
authored andcommitted
Reorder samples manifest (via synth). (googleapis#9209)
1 parent 0a1f68b commit 00b2133

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

language/samples/v1/test/samples.manifest.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,33 @@ base: &common
66
chdir: '{@manifest_dir}/../..'
77
basepath: '.'
88
samples:
9+
- <<: *common
10+
path: '{basepath}/v1/language_entity_sentiment_gcs.py'
11+
sample: 'language_entity_sentiment_gcs'
912
- <<: *common
1013
path: '{basepath}/v1/language_classify_gcs.py'
1114
sample: 'language_classify_gcs'
1215
- <<: *common
13-
path: '{basepath}/v1/language_classify_text.py'
14-
sample: 'language_classify_text'
15-
- <<: *common
16-
path: '{basepath}/v1/language_entities_gcs.py'
17-
sample: 'language_entities_gcs'
16+
path: '{basepath}/v1/language_syntax_gcs.py'
17+
sample: 'language_syntax_gcs'
1818
- <<: *common
1919
path: '{basepath}/v1/language_entities_text.py'
2020
sample: 'language_entities_text'
2121
- <<: *common
22-
path: '{basepath}/v1/language_entity_sentiment_gcs.py'
23-
sample: 'language_entity_sentiment_gcs'
22+
path: '{basepath}/v1/language_classify_text.py'
23+
sample: 'language_classify_text'
24+
- <<: *common
25+
path: '{basepath}/v1/language_syntax_text.py'
26+
sample: 'language_syntax_text'
2427
- <<: *common
2528
path: '{basepath}/v1/language_entity_sentiment_text.py'
2629
sample: 'language_entity_sentiment_text'
30+
- <<: *common
31+
path: '{basepath}/v1/language_entities_gcs.py'
32+
sample: 'language_entities_gcs'
2733
- <<: *common
2834
path: '{basepath}/v1/language_sentiment_gcs.py'
2935
sample: 'language_sentiment_gcs'
3036
- <<: *common
3137
path: '{basepath}/v1/language_sentiment_text.py'
3238
sample: 'language_sentiment_text'
33-
- <<: *common
34-
path: '{basepath}/v1/language_syntax_gcs.py'
35-
sample: 'language_syntax_gcs'
36-
- <<: *common
37-
path: '{basepath}/v1/language_syntax_text.py'
38-
sample: 'language_syntax_text'

language/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-10T17:35:04.896094Z",
2+
"updateTime": "2019-09-11T12:28:39.572337Z",
33
"sources": [
44
{
55
"generator": {
@@ -12,8 +12,8 @@
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "b4b182552fa0088e463ada73afcf48b405965c2c",
16-
"internalRef": "268243295"
15+
"sha": "f1c042777e90baae0f8590f7820eed2c6ef758b2",
16+
"internalRef": "268319807"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)