Skip to content

Commit

Permalink
build: updated kokoro config for coverage and release-please (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored and JustinBeckwith committed May 17, 2019
1 parent 8eb7c32 commit efee24b
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ message ProductSearchParams {
string product_set = 6;

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

// The filtering expression. This can be used to restrict search results based
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,9 @@ message Product {
string description = 3;

// The category for the product identified by the reference image. This should
// be either "homegoods", "apparel", or "toys".
// be either "homegoods-v2", "apparel-v2", or "toys-v2". The legacy categories
// "homegoods", "apparel", and "toys" are still supported, but these should
// not be used for new products.
//
// This field is immutable.
string product_category = 4;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ message ProductSearchParams {
string product_set = 6;

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

// The filtering expression. This can be used to restrict search results based
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,9 @@ message Product {
string description = 3;

// The category for the product identified by the reference image. This should
// be either "homegoods", "apparel", or "toys".
// be either "homegoods-v2", "apparel-v2", "toys-v2", or "packagedgoods". The
// legacy categories "homegoods", "apparel", and "toys" are still supported,
// but these should not be used for new products.
//
// This field is immutable.
string product_category = 4;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@
*
* @property {string[]} productCategories
* The list of product categories to search in. Currently, we only consider
* the first category, and either "homegoods", "apparel", or "toys" should be
* specified.
* the first category, and either "homegoods-v2", "apparel-v2", or "toys-v2"
* should be specified. The legacy categories "homegoods", "apparel", and
* "toys" are still supported, but these should not be used for new products.
*
* @property {string} filter
* The filtering expression. This can be used to restrict search results based
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
*
* @property {string} productCategory
* The category for the product identified by the reference image. This should
* be either "homegoods", "apparel", or "toys".
* be either "homegoods-v2", "apparel-v2", or "toys-v2". The legacy categories
* "homegoods", "apparel", and "toys" are still supported, but these should
* not be used for new products.
*
* This field is immutable.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@
*
* @property {string[]} productCategories
* The list of product categories to search in. Currently, we only consider
* the first category, and either "homegoods", "apparel", or "toys" should be
* specified.
* the first category, and either "homegoods-v2", "apparel-v2", "toys-v2", or
* "packagedgoods" should be specified. The legacy categories "homegoods",
* "apparel", and "toys" are still supported, but these should not be used for
* new products.
*
* @property {string} filter
* The filtering expression. This can be used to restrict search results based
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
*
* @property {string} productCategory
* The category for the product identified by the reference image. This should
* be either "homegoods", "apparel", or "toys".
* be either "homegoods-v2", "apparel-v2", "toys-v2", or "packagedgoods". The
* legacy categories "homegoods", "apparel", and "toys" are still supported,
* but these should not be used for new products.
*
* This field is immutable.
*
Expand Down
8 changes: 4 additions & 4 deletions packages/google-cloud-vision/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"updateTime": "2019-05-11T11:27:59.720471Z",
"updateTime": "2019-05-17T19:55:45.296103Z",
"sources": [
{
"generator": {
Expand All @@ -12,15 +12,15 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "32b08107fa1710f46287c17d5bb2016e443ed3ba",
"internalRef": "247684466"
"sha": "99efb1441b7c2aeb75c69f8baf9b61d4221bb744",
"internalRef": "248724297"
}
},
{
"template": {
"name": "node_library",
"origin": "synthtool.gcp",
"version": "2019.5.2"
"version": "2019.4.10"
}
}
],
Expand Down

0 comments on commit efee24b

Please sign in to comment.