google-cloud-automl-v1 1.7.0 → 1.8.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: 402f7bbabc6f1443b3278b67aa6ea35f52194ccb852747141c559cdba743efe6
4
- data.tar.gz: 7222f53d3cd9a73288342b0f3a000efed0449df21d876ca9b626b7301cad05f6
3
+ metadata.gz: db9b317a05c94db41e66bf84ce1bf01ae35d164fbaf06c5ed5189599abad1742
4
+ data.tar.gz: de80473b4be4c7a4c8e76612be8402a4c449373ae139bb2969283af184638b9a
5
5
  SHA512:
6
- metadata.gz: 6c82d1eefe57a1e6696fb765b2a41a46bbd4536be1dbde999c4100e684706d656cf7bf74bffa13880530906673372f74c47e54f2bf90950e924e2bb096d722d8
7
- data.tar.gz: d0be85767679b01b8ad9bf947a271a9713e859a7d81b917f9cd95ca0cdaf37e76af070d8f67ccde4dde3999e026adba9e7e134fa1a75b667b1bb8a2069d12228
6
+ metadata.gz: 4b90d76844312e087c842d32909939451d94a9fa74e4ccd3539cdd5787c1762c840c7576c8768c1ee12ec895918768690bb623fcd0d760b375c8ae9dfb2b7058
7
+ data.tar.gz: aeda8f49905d345c7f5cfda002edad2f0382b9caa80f7ca54b977ae3b31daf53fc35e1b91f9ca8c497c0fc9c5ddd3e656c0181e00094bf38e3ec0c5c558dd20c
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
@@ -2120,6 +2120,7 @@ module Google
2120
2120
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2121
2121
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2122
2122
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2123
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2123
2124
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2124
2125
  # trigger a retry.
2125
2126
  # @return [::Hash]
@@ -2203,6 +2204,7 @@ module Google
2203
2204
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2204
2205
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2205
2206
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2207
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2206
2208
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2207
2209
  # trigger a retry.
2208
2210
  #
@@ -711,6 +711,7 @@ module Google
711
711
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
712
712
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
713
713
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
714
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
714
715
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
715
716
  # trigger a retry.
716
717
  # @return [::Hash]
@@ -794,6 +795,7 @@ module Google
794
795
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
795
796
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
796
797
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
798
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
797
799
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
798
800
  # trigger a retry.
799
801
  #
@@ -1961,6 +1961,7 @@ module Google
1961
1961
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1962
1962
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1963
1963
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1964
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1964
1965
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1965
1966
  # trigger a retry.
1966
1967
  # @return [::Hash]
@@ -2033,6 +2034,7 @@ module Google
2033
2034
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2034
2035
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2035
2036
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2037
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2036
2038
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2037
2039
  # trigger a retry.
2038
2040
  #
@@ -640,6 +640,7 @@ module Google
640
640
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
641
641
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
642
642
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
643
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
643
644
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
644
645
  # trigger a retry.
645
646
  # @return [::Hash]
@@ -712,6 +713,7 @@ module Google
712
713
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
713
714
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
714
715
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
716
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
715
717
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
716
718
  # trigger a retry.
717
719
  #
@@ -651,6 +651,7 @@ module Google
651
651
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
652
652
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
653
653
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
654
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
654
655
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
655
656
  # trigger a retry.
656
657
  # @return [::Hash]
@@ -734,6 +735,7 @@ module Google
734
735
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
735
736
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
736
737
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
738
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
737
739
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
738
740
  # trigger a retry.
739
741
  #
@@ -711,6 +711,7 @@ module Google
711
711
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
712
712
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
713
713
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
714
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
714
715
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
715
716
  # trigger a retry.
716
717
  # @return [::Hash]
@@ -794,6 +795,7 @@ module Google
794
795
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
795
796
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
796
797
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
798
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
797
799
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
798
800
  # trigger a retry.
799
801
  #
@@ -604,6 +604,7 @@ module Google
604
604
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
605
605
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
606
606
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
607
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
607
608
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
608
609
  # trigger a retry.
609
610
  # @return [::Hash]
@@ -676,6 +677,7 @@ module Google
676
677
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
677
678
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
678
679
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
680
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
679
681
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
680
682
  # trigger a retry.
681
683
  #
@@ -640,6 +640,7 @@ module Google
640
640
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
641
641
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
642
642
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
643
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
643
644
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
644
645
  # trigger a retry.
645
646
  # @return [::Hash]
@@ -712,6 +713,7 @@ module Google
712
713
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
713
714
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
714
715
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
716
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
715
717
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
716
718
  # trigger a retry.
717
719
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module AutoML
23
23
  module V1
24
- VERSION = "1.7.0"
24
+ VERSION = "1.8.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-automl-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.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