google-cloud-vision_ai-v1 1.0.1 → 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: bf6d66c6b35ca8e25140037e741ea3802046fccc049fbb63206c0fc27ccd0aa6
4
- data.tar.gz: e28d75738b60a3a4cf53cc2b8ad40bc9e9c8f92fc2fc73a08ff91d91d1391ca0
3
+ metadata.gz: e96d997477f3fb34f774b53eec5ed0b45318883505b483f5365e9a14a6c4c988
4
+ data.tar.gz: '0372867cc792b0e5ea2b2d164f77e7e09bff6f4fbf824e83708162680c53cebd'
5
5
  SHA512:
6
- metadata.gz: 8b5d114ef31da1fa8b6c0a419f4bef1fdeffd04d75b3ff9b5d040082263b5e23b32f00fe623859bce331e67ffca03fa00ce88753bb574a9f9ffb23824ff98515
7
- data.tar.gz: 3f13e760ddf5d467ea7b5dc816f2f1d4d384f9f6bbfe0a2c350ed80927e3b5d79f70ceca6797d9a26c18b136cab37f45cabf8e1d8f3070483cc84b91febd7375
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.0.1"
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.0.1
4
+ version: 1.1.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
@@ -47,42 +41,30 @@ dependencies:
47
41
  name: google-cloud-location
48
42
  requirement: !ruby/object:Gem::Requirement
49
43
  requirements:
50
- - - ">="
51
- - !ruby/object:Gem::Version
52
- version: '0.7'
53
- - - "<"
44
+ - - "~>"
54
45
  - !ruby/object:Gem::Version
55
- version: 2.a
46
+ version: '1.0'
56
47
  type: :runtime
57
48
  prerelease: false
58
49
  version_requirements: !ruby/object:Gem::Requirement
59
50
  requirements:
60
- - - ">="
61
- - !ruby/object:Gem::Version
62
- version: '0.7'
63
- - - "<"
51
+ - - "~>"
64
52
  - !ruby/object:Gem::Version
65
- version: 2.a
53
+ version: '1.0'
66
54
  - !ruby/object:Gem::Dependency
67
55
  name: google-iam-v1
68
56
  requirement: !ruby/object:Gem::Requirement
69
57
  requirements:
70
- - - ">="
71
- - !ruby/object:Gem::Version
72
- version: '0.7'
73
- - - "<"
58
+ - - "~>"
74
59
  - !ruby/object:Gem::Version
75
- version: 2.a
60
+ version: '1.3'
76
61
  type: :runtime
77
62
  prerelease: false
78
63
  version_requirements: !ruby/object:Gem::Requirement
79
64
  requirements:
80
- - - ">="
81
- - !ruby/object:Gem::Version
82
- version: '0.7'
83
- - - "<"
65
+ - - "~>"
84
66
  - !ruby/object:Gem::Version
85
- version: 2.a
67
+ version: '1.3'
86
68
  description: google-cloud-vision_ai-v1 is the official client library for the Vision
87
69
  AI V1 API. Note that google-cloud-vision_ai-v1 is a version-specific client library.
88
70
  For most uses, we recommend installing the main client library google-cloud-vision_ai
@@ -206,14 +188,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
206
188
  requirements:
207
189
  - - ">="
208
190
  - !ruby/object:Gem::Version
209
- version: '3.0'
191
+ version: '3.1'
210
192
  required_rubygems_version: !ruby/object:Gem::Requirement
211
193
  requirements:
212
194
  - - ">="
213
195
  - !ruby/object:Gem::Version
214
196
  version: '0'
215
197
  requirements: []
216
- rubygems_version: 3.6.8
198
+ rubygems_version: 3.6.9
217
199
  specification_version: 4
218
200
  summary: API Client library for the Vision AI V1 API
219
201
  test_files: []