Skip to content

Commit b3ac67e

Browse files
yoshi-automationtseaver
authored andcommitted
codegen(language): reorder samples (googleapis#9310)
1 parent ced30b4 commit b3ac67e

2 files changed

Lines changed: 18 additions & 18 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'
129
- <<: *common
1310
path: '{basepath}/v1/language_classify_gcs.py'
1411
sample: 'language_classify_gcs'
1512
- <<: *common
16-
path: '{basepath}/v1/language_syntax_gcs.py'
17-
sample: 'language_syntax_gcs'
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'
1818
- <<: *common
1919
path: '{basepath}/v1/language_entities_text.py'
2020
sample: 'language_entities_text'
2121
- <<: *common
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'
22+
path: '{basepath}/v1/language_entity_sentiment_gcs.py'
23+
sample: 'language_entity_sentiment_gcs'
2724
- <<: *common
2825
path: '{basepath}/v1/language_entity_sentiment_text.py'
2926
sample: 'language_entity_sentiment_text'
30-
- <<: *common
31-
path: '{basepath}/v1/language_entities_gcs.py'
32-
sample: 'language_entities_gcs'
3327
- <<: *common
3428
path: '{basepath}/v1/language_sentiment_gcs.py'
3529
sample: 'language_sentiment_gcs'
3630
- <<: *common
3731
path: '{basepath}/v1/language_sentiment_text.py'
3832
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-09-11T12:28:39.572337Z",
2+
"updateTime": "2019-09-26T12:28:07.785217Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.36.2",
8-
"dockerImage": "googleapis/artman@sha256:0e6f3a668cd68afc768ecbe08817cf6e56a0e64fcbdb1c58c3b97492d12418a1"
7+
"version": "0.37.1",
8+
"dockerImage": "googleapis/artman@sha256:6068f67900a3f0bdece596b97bda8fc70406ca0e137a941f4c81d3217c994a80"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "f1c042777e90baae0f8590f7820eed2c6ef758b2",
16-
"internalRef": "268319807"
15+
"sha": "4c2ca81a0c976d4d37a8999984b7894d9af22124",
16+
"internalRef": "271130964"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)