Skip to content

Commit efee24b

Browse files
bcoeJustinBeckwith
authored andcommitted
build: updated kokoro config for coverage and release-please (#382)
1 parent 8eb7c32 commit efee24b

File tree

9 files changed

+30
-16
lines changed

9 files changed

+30
-16
lines changed

packages/google-cloud-vision/protos/google/cloud/vision/v1/product_search.proto

+3-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ message ProductSearchParams {
4343
string product_set = 6;
4444

4545
// The list of product categories to search in. Currently, we only consider
46-
// the first category, and either "homegoods", "apparel", or "toys" should be
47-
// specified.
46+
// the first category, and either "homegoods-v2", "apparel-v2", or "toys-v2"
47+
// should be specified. The legacy categories "homegoods", "apparel", and
48+
// "toys" are still supported, but these should not be used for new products.
4849
repeated string product_categories = 7;
4950

5051
// The filtering expression. This can be used to restrict search results based

packages/google-cloud-vision/protos/google/cloud/vision/v1/product_search_service.proto

+3-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,9 @@ message Product {
337337
string description = 3;
338338

339339
// The category for the product identified by the reference image. This should
340-
// be either "homegoods", "apparel", or "toys".
340+
// be either "homegoods-v2", "apparel-v2", or "toys-v2". The legacy categories
341+
// "homegoods", "apparel", and "toys" are still supported, but these should
342+
// not be used for new products.
341343
//
342344
// This field is immutable.
343345
string product_category = 4;

packages/google-cloud-vision/protos/google/cloud/vision/v1p4beta1/product_search.proto

+4-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ message ProductSearchParams {
4444
string product_set = 6;
4545

4646
// The list of product categories to search in. Currently, we only consider
47-
// the first category, and either "homegoods", "apparel", or "toys" should be
48-
// specified.
47+
// the first category, and either "homegoods-v2", "apparel-v2", "toys-v2", or
48+
// "packagedgoods" should be specified. The legacy categories "homegoods",
49+
// "apparel", and "toys" are still supported, but these should not be used for
50+
// new products.
4951
repeated string product_categories = 7;
5052

5153
// The filtering expression. This can be used to restrict search results based

packages/google-cloud-vision/protos/google/cloud/vision/v1p4beta1/product_search_service.proto

+3-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,9 @@ message Product {
355355
string description = 3;
356356

357357
// The category for the product identified by the reference image. This should
358-
// be either "homegoods", "apparel", or "toys".
358+
// be either "homegoods-v2", "apparel-v2", "toys-v2", or "packagedgoods". The
359+
// legacy categories "homegoods", "apparel", and "toys" are still supported,
360+
// but these should not be used for new products.
359361
//
360362
// This field is immutable.
361363
string product_category = 4;

packages/google-cloud-vision/src/v1/doc/google/cloud/vision/v1/doc_product_search.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@
3333
*
3434
* @property {string[]} productCategories
3535
* The list of product categories to search in. Currently, we only consider
36-
* the first category, and either "homegoods", "apparel", or "toys" should be
37-
* specified.
36+
* the first category, and either "homegoods-v2", "apparel-v2", or "toys-v2"
37+
* should be specified. The legacy categories "homegoods", "apparel", and
38+
* "toys" are still supported, but these should not be used for new products.
3839
*
3940
* @property {string} filter
4041
* The filtering expression. This can be used to restrict search results based

packages/google-cloud-vision/src/v1/doc/google/cloud/vision/v1/doc_product_search_service.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
*
3737
* @property {string} productCategory
3838
* The category for the product identified by the reference image. This should
39-
* be either "homegoods", "apparel", or "toys".
39+
* be either "homegoods-v2", "apparel-v2", or "toys-v2". The legacy categories
40+
* "homegoods", "apparel", and "toys" are still supported, but these should
41+
* not be used for new products.
4042
*
4143
* This field is immutable.
4244
*

packages/google-cloud-vision/src/v1p4beta1/doc/google/cloud/vision/v1p4beta1/doc_product_search.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@
3434
*
3535
* @property {string[]} productCategories
3636
* The list of product categories to search in. Currently, we only consider
37-
* the first category, and either "homegoods", "apparel", or "toys" should be
38-
* specified.
37+
* the first category, and either "homegoods-v2", "apparel-v2", "toys-v2", or
38+
* "packagedgoods" should be specified. The legacy categories "homegoods",
39+
* "apparel", and "toys" are still supported, but these should not be used for
40+
* new products.
3941
*
4042
* @property {string} filter
4143
* The filtering expression. This can be used to restrict search results based

packages/google-cloud-vision/src/v1p4beta1/doc/google/cloud/vision/v1p4beta1/doc_product_search_service.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
*
3737
* @property {string} productCategory
3838
* The category for the product identified by the reference image. This should
39-
* be either "homegoods", "apparel", or "toys".
39+
* be either "homegoods-v2", "apparel-v2", "toys-v2", or "packagedgoods". The
40+
* legacy categories "homegoods", "apparel", and "toys" are still supported,
41+
* but these should not be used for new products.
4042
*
4143
* This field is immutable.
4244
*

packages/google-cloud-vision/synth.metadata

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updateTime": "2019-05-11T11:27:59.720471Z",
2+
"updateTime": "2019-05-17T19:55:45.296103Z",
33
"sources": [
44
{
55
"generator": {
@@ -12,15 +12,15 @@
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "32b08107fa1710f46287c17d5bb2016e443ed3ba",
16-
"internalRef": "247684466"
15+
"sha": "99efb1441b7c2aeb75c69f8baf9b61d4221bb744",
16+
"internalRef": "248724297"
1717
}
1818
},
1919
{
2020
"template": {
2121
"name": "node_library",
2222
"origin": "synthtool.gcp",
23-
"version": "2019.5.2"
23+
"version": "2019.4.10"
2424
}
2525
}
2626
],

0 commit comments

Comments
 (0)