google-cloud-vision_ai-v1 1.1.0 → 1.1.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: f85e818303f96f300af2ffa884350f8a47d35e2d36fca31b289b87cfa43884ae
4
- data.tar.gz: 429377e31eaa1115371fd06f81d35d1985a9bc3d6c58e4ac8be8b9109fc5f9e3
3
+ metadata.gz: e96d997477f3fb34f774b53eec5ed0b45318883505b483f5365e9a14a6c4c988
4
+ data.tar.gz: '0372867cc792b0e5ea2b2d164f77e7e09bff6f4fbf824e83708162680c53cebd'
5
5
  SHA512:
6
- metadata.gz: 7a2f55f9a9e00c17015d46098ff20ad99189276b4aa779c04a73281b0922dc5ae3c7c5ac3e4a8a2605b867077cf2699350acfdc8ffcfa4efe4417876fdea1466
7
- data.tar.gz: 3b8f068d4a11509c42e2249d70ceb4de2750815cb9bb6b2011125d0ae49003cb24b5db5894be2318dde0662ad51ba75755b05d93c622c3cb2e4c7531ee155c2d
6
+ metadata.gz: 0cd2fc78c2db451667c6bc1f515e053a7676b907e48701987ae20f3377c8d6e62e7477ad587a69a4cde7a728a336919026b7f8b3bf518a35fa627a3c912b5ef5
7
+ data.tar.gz: b4272075cf7f71b99e176c132fa69b958053a167017d02246415d3fa08b33964637e808afca178b10934e6a9c388a6a4af48ffeac470e15bf53f6efed166aefc
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module VisionAI
23
23
  module V1
24
- VERSION = "1.1.0"
24
+ VERSION = "1.1.1"
25
25
  end
26
26
  end
27
27
  end
@@ -4801,11 +4801,11 @@ module Google
4801
4801
  # @param image_query [::Google::Cloud::VisionAI::V1::ImageQuery, ::Hash]
4802
4802
  # An image-only query.
4803
4803
  #
4804
- # Note: The following fields are mutually exclusive: `image_query`, `text_query`. If a field in that set is populated, all other fields in the set will automatically be cleared.
4804
+ # Note: The following parameters are mutually exclusive: `image_query`, `text_query`. 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.
4805
4805
  # @param text_query [::String]
4806
4806
  # A text-only query.
4807
4807
  #
4808
- # Note: The following fields are mutually exclusive: `text_query`, `image_query`. If a field in that set is populated, all other fields in the set will automatically be cleared.
4808
+ # Note: The following parameters are mutually exclusive: `text_query`, `image_query`. 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.
4809
4809
  # @param index_endpoint [::String]
4810
4810
  # Required. The index endpoint to search.
4811
4811
  # Format:
@@ -4386,11 +4386,11 @@ module Google
4386
4386
  # @param image_query [::Google::Cloud::VisionAI::V1::ImageQuery, ::Hash]
4387
4387
  # An image-only query.
4388
4388
  #
4389
- # Note: The following fields are mutually exclusive: `image_query`, `text_query`. If a field in that set is populated, all other fields in the set will automatically be cleared.
4389
+ # Note: The following parameters are mutually exclusive: `image_query`, `text_query`. 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.
4390
4390
  # @param text_query [::String]
4391
4391
  # A text-only query.
4392
4392
  #
4393
- # Note: The following fields are mutually exclusive: `text_query`, `image_query`. If a field in that set is populated, all other fields in the set will automatically be cleared.
4393
+ # Note: The following parameters are mutually exclusive: `text_query`, `image_query`. 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.
4394
4394
  # @param index_endpoint [::String]
4395
4395
  # Required. The index endpoint to search.
4396
4396
  # Format:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-vision_ai-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -195,7 +195,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
195
195
  - !ruby/object:Gem::Version
196
196
  version: '0'
197
197
  requirements: []
198
- rubygems_version: 3.6.8
198
+ rubygems_version: 3.6.9
199
199
  specification_version: 4
200
200
  summary: API Client library for the Vision AI V1 API
201
201
  test_files: []