google-cloud-vision-v1 1.6.0 → 1.7.0

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: 9fb565e458275c4149fa584d110ccf699739e1432a3d6efe6d723cb487a7cd9b
4
- data.tar.gz: 884066ddc13b880d4d45c256e190a69da1c4ad98c5cb208a87730d75de2a85de
3
+ metadata.gz: 8b325805914137ea747f65881a694dc2d3d20ef756bed17b00dccef1d39215ea
4
+ data.tar.gz: 0ebde425dc2702f5243e92ec78b15bb680e667f6774fc8312215040a3d4f641c
5
5
  SHA512:
6
- metadata.gz: c34463ae1c0958932458146864847a769d524d200692ff7b43fce5e43a195bb99d03d416594246686fe6f42d3ae08eacfb217d8080773ffc81251556e4949789
7
- data.tar.gz: 27382caa525252b1204532bcd3c99676fe338310f58c083a637e75a8d34c23d1b09363f88bea47b96cd88a07a24608a8508a23fc26783bdc81d03e2a1d75f0da
6
+ metadata.gz: 30b759c1a6f73a18061adadf8457cf448b6b09837b3cb7d1aeace37e04051e0d9a2df8a92445d8cb0f69343d0befbc552f5c6401a322e5ad736b927a1191811a
7
+ data.tar.gz: b2c001c618059f6b7589e6b118625eafb27ade5f9156552750591ce7a43a3adc7a41e62082caceaf6838c04d10c4ad2523426e584a59ce5b442d5d3e72fb2439
data/README.md CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
86
86
 
87
87
  ## Supported Ruby Versions
88
88
 
89
- This library is supported on Ruby 3.0+.
89
+ This library is supported on Ruby 3.2+.
90
90
 
91
91
  Google provides official support for Ruby versions that are actively supported
92
92
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -743,6 +743,7 @@ module Google
743
743
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
744
744
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
745
745
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
746
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
746
747
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
747
748
  # trigger a retry.
748
749
  # @return [::Hash]
@@ -826,6 +827,7 @@ module Google
826
827
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
827
828
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
828
829
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
830
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
829
831
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
830
832
  # trigger a retry.
831
833
  #
@@ -703,6 +703,7 @@ module Google
703
703
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
704
704
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
705
705
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
706
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
706
707
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
707
708
  # trigger a retry.
708
709
  # @return [::Hash]
@@ -786,6 +787,7 @@ module Google
786
787
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
787
788
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
788
789
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
790
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
789
791
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
790
792
  # trigger a retry.
791
793
  #
@@ -714,6 +714,7 @@ module Google
714
714
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
715
715
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
716
716
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
717
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
717
718
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
718
719
  # trigger a retry.
719
720
  # @return [::Hash]
@@ -786,6 +787,7 @@ module Google
786
787
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
787
788
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
788
789
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
790
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
789
791
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
790
792
  # trigger a retry.
791
793
  #
@@ -541,6 +541,7 @@ module Google
541
541
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
542
542
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
543
543
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
544
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
544
545
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
545
546
  # trigger a retry.
546
547
  # @return [::Hash]
@@ -613,6 +614,7 @@ module Google
613
614
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
614
615
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
615
616
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
617
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
616
618
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
617
619
  # trigger a retry.
618
620
  #
@@ -2323,6 +2323,7 @@ module Google
2323
2323
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2324
2324
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2325
2325
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2326
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2326
2327
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2327
2328
  # trigger a retry.
2328
2329
  # @return [::Hash]
@@ -2406,6 +2407,7 @@ module Google
2406
2407
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2407
2408
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2408
2409
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2410
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2409
2411
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2410
2412
  # trigger a retry.
2411
2413
  #
@@ -703,6 +703,7 @@ module Google
703
703
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
704
704
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
705
705
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
706
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
706
707
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
707
708
  # trigger a retry.
708
709
  # @return [::Hash]
@@ -786,6 +787,7 @@ module Google
786
787
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
787
788
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
788
789
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
790
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
789
791
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
790
792
  # trigger a retry.
791
793
  #
@@ -2157,6 +2157,7 @@ module Google
2157
2157
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2158
2158
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2159
2159
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2160
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2160
2161
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2161
2162
  # trigger a retry.
2162
2163
  # @return [::Hash]
@@ -2229,6 +2230,7 @@ module Google
2229
2230
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2230
2231
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2231
2232
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2233
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2232
2234
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2233
2235
  # trigger a retry.
2234
2236
  #
@@ -541,6 +541,7 @@ module Google
541
541
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
542
542
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
543
543
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
544
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
544
545
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
545
546
  # trigger a retry.
546
547
  # @return [::Hash]
@@ -613,6 +614,7 @@ module Google
613
614
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
614
615
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
615
616
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
617
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
616
618
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
617
619
  # trigger a retry.
618
620
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Vision
23
23
  module V1
24
- VERSION = "1.6.0"
24
+ VERSION = "1.7.0"
25
25
  end
26
26
  end
27
27
  end
@@ -31,6 +31,8 @@ module Google
31
31
  # @!attribute [rw] selective_gapic_generation
32
32
  # @return [::Google::Api::SelectiveGapicGeneration]
33
33
  # Configuration for which RPCs should be generated in the GAPIC client.
34
+ #
35
+ # Note: This field should not be used in most cases.
34
36
  class CommonLanguageSettings
35
37
  include ::Google::Protobuf::MessageExts
36
38
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -441,6 +443,8 @@ module Google
441
443
 
442
444
  # This message is used to configure the generation of a subset of the RPCs in
443
445
  # a service for client libraries.
446
+ #
447
+ # Note: This feature should not be used in most cases.
444
448
  # @!attribute [rw] methods
445
449
  # @return [::Array<::String>]
446
450
  # An allowlist of the fully qualified names of RPCs that should be included
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.6.0
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '1.2'
18
+ version: '1.3'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '1.2'
25
+ version: '1.3'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement