google-cloud-vision-v1 1.2.1 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 39549d15f90314feba5db506761d3eec1dbe9400c308894f55a934bd63aad8d9
|
4
|
+
data.tar.gz: 359291dab6c3c9823112bd51517ffe569820cb7b02d68c8bf709f1832fb54888
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 57b8e2b1ff3d540cc6bf7229b2c4cd56b4a574a323bdb5ba580b335ec3a6559afa47b264cc079f1d42bc2dd267a129ef6c0257d3655fedd4da6527847dfdbfb0
|
7
|
+
data.tar.gz: b62496361e117253b1bea5e264acd8ed87df6e0ca7778ebee9c9a2878661364468054ed67369c601ee6aa419d2437b6c6b8cfa5bb30b6b62286c8b2695b66547
|
@@ -2140,12 +2140,12 @@ module Google
|
|
2140
2140
|
# @param product_set_purge_config [::Google::Cloud::Vision::V1::ProductSetPurgeConfig, ::Hash]
|
2141
2141
|
# Specify which ProductSet contains the Products to be deleted.
|
2142
2142
|
#
|
2143
|
-
# Note: The following
|
2143
|
+
# Note: The following parameters are mutually exclusive: `product_set_purge_config`, `delete_orphan_products`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
2144
2144
|
# @param delete_orphan_products [::Boolean]
|
2145
2145
|
# If delete_orphan_products is true, all Products that are not in any
|
2146
2146
|
# ProductSet will be deleted.
|
2147
2147
|
#
|
2148
|
-
# Note: The following
|
2148
|
+
# Note: The following parameters are mutually exclusive: `delete_orphan_products`, `product_set_purge_config`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
2149
2149
|
# @param parent [::String]
|
2150
2150
|
# Required. The project and location in which the Products should be deleted.
|
2151
2151
|
#
|
@@ -2007,12 +2007,12 @@ module Google
|
|
2007
2007
|
# @param product_set_purge_config [::Google::Cloud::Vision::V1::ProductSetPurgeConfig, ::Hash]
|
2008
2008
|
# Specify which ProductSet contains the Products to be deleted.
|
2009
2009
|
#
|
2010
|
-
# Note: The following
|
2010
|
+
# Note: The following parameters are mutually exclusive: `product_set_purge_config`, `delete_orphan_products`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
2011
2011
|
# @param delete_orphan_products [::Boolean]
|
2012
2012
|
# If delete_orphan_products is true, all Products that are not in any
|
2013
2013
|
# ProductSet will be deleted.
|
2014
2014
|
#
|
2015
|
-
# Note: The following
|
2015
|
+
# Note: The following parameters are mutually exclusive: `delete_orphan_products`, `product_set_purge_config`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
2016
2016
|
# @param parent [::String]
|
2017
2017
|
# Required. The project and location in which the Products should be deleted.
|
2018
2018
|
#
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-vision-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -13,22 +13,16 @@ dependencies:
|
|
13
13
|
name: gapic-common
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
15
15
|
requirements:
|
16
|
-
- - "
|
17
|
-
- !ruby/object:Gem::Version
|
18
|
-
version: 0.25.0
|
19
|
-
- - "<"
|
16
|
+
- - "~>"
|
20
17
|
- !ruby/object:Gem::Version
|
21
|
-
version:
|
18
|
+
version: '1.0'
|
22
19
|
type: :runtime
|
23
20
|
prerelease: false
|
24
21
|
version_requirements: !ruby/object:Gem::Requirement
|
25
22
|
requirements:
|
26
|
-
- - "
|
27
|
-
- !ruby/object:Gem::Version
|
28
|
-
version: 0.25.0
|
29
|
-
- - "<"
|
23
|
+
- - "~>"
|
30
24
|
- !ruby/object:Gem::Version
|
31
|
-
version:
|
25
|
+
version: '1.0'
|
32
26
|
- !ruby/object:Gem::Dependency
|
33
27
|
name: google-cloud-errors
|
34
28
|
requirement: !ruby/object:Gem::Requirement
|
@@ -121,14 +115,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
121
115
|
requirements:
|
122
116
|
- - ">="
|
123
117
|
- !ruby/object:Gem::Version
|
124
|
-
version: '3.
|
118
|
+
version: '3.1'
|
125
119
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
126
120
|
requirements:
|
127
121
|
- - ">="
|
128
122
|
- !ruby/object:Gem::Version
|
129
123
|
version: '0'
|
130
124
|
requirements: []
|
131
|
-
rubygems_version: 3.6.
|
125
|
+
rubygems_version: 3.6.9
|
132
126
|
specification_version: 4
|
133
127
|
summary: Integrates Google Vision features, including image labeling, face, logo,
|
134
128
|
and landmark detection, optical character recognition (OCR), and detection of explicit
|