google-cloud-automl-v1beta1 0.18.0 → 0.19.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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/automl/v1beta1/automl/client.rb +2 -0
- data/lib/google/cloud/automl/v1beta1/automl/operations.rb +2 -0
- data/lib/google/cloud/automl/v1beta1/automl/rest/client.rb +2 -0
- data/lib/google/cloud/automl/v1beta1/automl/rest/operations.rb +2 -0
- data/lib/google/cloud/automl/v1beta1/prediction_service/client.rb +2 -0
- data/lib/google/cloud/automl/v1beta1/prediction_service/operations.rb +2 -0
- data/lib/google/cloud/automl/v1beta1/prediction_service/rest/client.rb +2 -0
- data/lib/google/cloud/automl/v1beta1/prediction_service/rest/operations.rb +2 -0
- data/lib/google/cloud/automl/v1beta1/version.rb +1 -1
- data/proto_docs/google/api/client.rb +4 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dd32f2306ccc3a7da1510413141781e672da96ab423d147b1da4cf1d1f4c7ff4
|
|
4
|
+
data.tar.gz: a04a3b372fa696512e8b1fcf0255dca5f5a77f71717a0df9191cfdb40d71d3ff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb59f6c55c48ed1a5d6b56fe4a2d24eb6058c07eaccd242ebe2a35c24de56b562a56b5c43328cf440bbd998331882ba2b0b9441a08afe16451a623b5a65eb258
|
|
7
|
+
data.tar.gz: 456afed791909820e0e5f4b27eecf60354aab855bba0f03ec96e64294ea71df01f544cc8c5e2cc40327978adc13b82ea849806ce0d5a81d6d358e81351c436fb
|
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.
|
|
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
|
|
@@ -2712,6 +2712,7 @@ module Google
|
|
|
2712
2712
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
2713
2713
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
2714
2714
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
2715
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
2715
2716
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
2716
2717
|
# trigger a retry.
|
|
2717
2718
|
# @return [::Hash]
|
|
@@ -2795,6 +2796,7 @@ module Google
|
|
|
2795
2796
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
2796
2797
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
2797
2798
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
2799
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
2798
2800
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
2799
2801
|
# trigger a retry.
|
|
2800
2802
|
#
|
|
@@ -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
|
#
|
|
@@ -2511,6 +2511,7 @@ module Google
|
|
|
2511
2511
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
2512
2512
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
2513
2513
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
2514
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
2514
2515
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
2515
2516
|
# trigger a retry.
|
|
2516
2517
|
# @return [::Hash]
|
|
@@ -2583,6 +2584,7 @@ module Google
|
|
|
2583
2584
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
2584
2585
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
2585
2586
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
2587
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
2586
2588
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
2587
2589
|
# trigger a retry.
|
|
2588
2590
|
#
|
|
@@ -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
|
#
|
|
@@ -608,6 +608,7 @@ module Google
|
|
|
608
608
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
609
609
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
610
610
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
611
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
611
612
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
612
613
|
# trigger a retry.
|
|
613
614
|
# @return [::Hash]
|
|
@@ -691,6 +692,7 @@ module Google
|
|
|
691
692
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
692
693
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
693
694
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
695
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
694
696
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
695
697
|
# trigger a retry.
|
|
696
698
|
#
|
|
@@ -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
|
#
|
|
@@ -561,6 +561,7 @@ module Google
|
|
|
561
561
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
562
562
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
563
563
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
564
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
564
565
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
565
566
|
# trigger a retry.
|
|
566
567
|
# @return [::Hash]
|
|
@@ -633,6 +634,7 @@ module Google
|
|
|
633
634
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
634
635
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
635
636
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
637
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
636
638
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
637
639
|
# trigger a retry.
|
|
638
640
|
#
|
|
@@ -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
|
#
|
|
@@ -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-v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.19.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.
|
|
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.
|
|
25
|
+
version: '1.3'
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: google-cloud-errors
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|