google-cloud-vision-v1p4beta1 0.11.1 → 0.12.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: 2d2624b22abc4db68ea2e98fdd8feb5939178b8b4d8a6853885b8cfb42ab93e7
4
- data.tar.gz: dcf95a583fb2cb4720dafb9669c72632ad6f97c2b1f4dc4cc908dbaaadaf0bdc
3
+ metadata.gz: 0dbacc765f36bfbd0faeb93788a2cc31a641af02149e2c2ed760f0c46c240dad
4
+ data.tar.gz: 6a51c38002152d1646967b4d259852c3f60842c454faacefe233da8f9a6b33a9
5
5
  SHA512:
6
- metadata.gz: f0fecede6e0f178b663fb2a52889d8c08d605b7a2bd1e2d4d5b908fc11c9ad7c027e94541d89b8afda5ff32aebbb4d14b0e62118bdd587829a636aad81c275b6
7
- data.tar.gz: 53d055b6b5671176f8601cc95b553691f71fbdb750b6fdfc99b631b915dedd97d19dddd4a4c09a7129d1cb71c87016a9efafa937e354042164b60e034469293c
6
+ metadata.gz: 912b50d3147f790b5269b8ad1638f63a417814524caa8bc1ddf5d0ffc8c603b1df507b7816679d937c4059a81d77c4517214ff1d6a16d2ba84905802aaa324d4
7
+ data.tar.gz: a123bad519fe1d46b287625c20b910f6e4a0ceede2da98d1b70ca0df74517b2093e779d1521cc175c1d3a25e4cb7173ca2b54138ba8195e95fe465e195692627
@@ -2139,12 +2139,12 @@ module Google
2139
2139
  # @param product_set_purge_config [::Google::Cloud::Vision::V1p4beta1::ProductSetPurgeConfig, ::Hash]
2140
2140
  # Specify which ProductSet contains the Products to be deleted.
2141
2141
  #
2142
- # Note: The following fields are mutually exclusive: `product_set_purge_config`, `delete_orphan_products`. If a field in that set is populated, all other fields in the set will automatically be cleared.
2142
+ # 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.
2143
2143
  # @param delete_orphan_products [::Boolean]
2144
2144
  # If delete_orphan_products is true, all Products that are not in any
2145
2145
  # ProductSet will be deleted.
2146
2146
  #
2147
- # Note: The following fields are mutually exclusive: `delete_orphan_products`, `product_set_purge_config`. If a field in that set is populated, all other fields in the set will automatically be cleared.
2147
+ # 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.
2148
2148
  # @param parent [::String]
2149
2149
  # Required. The project and location in which the Products should be deleted.
2150
2150
  #
@@ -2006,12 +2006,12 @@ module Google
2006
2006
  # @param product_set_purge_config [::Google::Cloud::Vision::V1p4beta1::ProductSetPurgeConfig, ::Hash]
2007
2007
  # Specify which ProductSet contains the Products to be deleted.
2008
2008
  #
2009
- # Note: The following fields are mutually exclusive: `product_set_purge_config`, `delete_orphan_products`. If a field in that set is populated, all other fields in the set will automatically be cleared.
2009
+ # 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.
2010
2010
  # @param delete_orphan_products [::Boolean]
2011
2011
  # If delete_orphan_products is true, all Products that are not in any
2012
2012
  # ProductSet will be deleted.
2013
2013
  #
2014
- # Note: The following fields are mutually exclusive: `delete_orphan_products`, `product_set_purge_config`. If a field in that set is populated, all other fields in the set will automatically be cleared.
2014
+ # 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.
2015
2015
  # @param parent [::String]
2016
2016
  # Required. The project and location in which the Products should be deleted.
2017
2017
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Vision
23
23
  module V1p4beta1
24
- VERSION = "0.11.1"
24
+ VERSION = "0.12.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-vision-v1p4beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.1
4
+ version: 0.12.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: 2.a
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: 2.a
25
+ version: '1.0'
32
26
  - !ruby/object:Gem::Dependency
33
27
  name: google-cloud-errors
34
28
  requirement: !ruby/object:Gem::Requirement
@@ -123,14 +117,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
123
117
  requirements:
124
118
  - - ">="
125
119
  - !ruby/object:Gem::Version
126
- version: '3.0'
120
+ version: '3.1'
127
121
  required_rubygems_version: !ruby/object:Gem::Requirement
128
122
  requirements:
129
123
  - - ">="
130
124
  - !ruby/object:Gem::Version
131
125
  version: '0'
132
126
  requirements: []
133
- rubygems_version: 3.6.8
127
+ rubygems_version: 3.6.9
134
128
  specification_version: 4
135
129
  summary: Integrates Google Vision features, including image labeling, face, logo,
136
130
  and landmark detection, optical character recognition (OCR), and detection of explicit