google-cloud-recommendation_engine-v1beta1 0.17.1 → 0.18.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/recommendation_engine/v1beta1/catalog_service/client.rb +2 -0
- data/lib/google/cloud/recommendation_engine/v1beta1/catalog_service/operations.rb +2 -0
- data/lib/google/cloud/recommendation_engine/v1beta1/catalog_service/rest/client.rb +2 -0
- data/lib/google/cloud/recommendation_engine/v1beta1/catalog_service/rest/operations.rb +2 -0
- data/lib/google/cloud/recommendation_engine/v1beta1/prediction_api_key_registry/client.rb +2 -0
- data/lib/google/cloud/recommendation_engine/v1beta1/prediction_api_key_registry/rest/client.rb +2 -0
- data/lib/google/cloud/recommendation_engine/v1beta1/prediction_service/client.rb +2 -0
- data/lib/google/cloud/recommendation_engine/v1beta1/prediction_service/rest/client.rb +2 -0
- data/lib/google/cloud/recommendation_engine/v1beta1/user_event_service/client.rb +2 -0
- data/lib/google/cloud/recommendation_engine/v1beta1/user_event_service/operations.rb +2 -0
- data/lib/google/cloud/recommendation_engine/v1beta1/user_event_service/rest/client.rb +2 -0
- data/lib/google/cloud/recommendation_engine/v1beta1/user_event_service/rest/operations.rb +2 -0
- data/lib/google/cloud/recommendation_engine/v1beta1/version.rb +1 -1
- 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: eca49dd8c388d0b4f335d5673ee1e01f7d1a86a688cab33a1cec2d501e1a2cb7
|
|
4
|
+
data.tar.gz: 70692b75fa5e3997af29fdf88e2dd7ab43aa6b94c10a6bc553030dedd4b55693
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e9c138d9050d0c126f5e1091e6aaebb4ddf4fca42cb53919a6a4c4bcc3345948ee6d5ccff402198a04732a21ca7160f698e84b7e564227fb1a7c63b11cc98393
|
|
7
|
+
data.tar.gz: af151768af9ca866281a48ab833608d77d6e77ef54aa2003234d0a8992b3a16e2981e1aeec0b8ed50bcf581ea45271bfc924499682551fd4d95e2f64bd042723
|
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
|
|
@@ -883,6 +883,7 @@ module Google
|
|
|
883
883
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
884
884
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
885
885
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
886
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
886
887
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
887
888
|
# trigger a retry.
|
|
888
889
|
# @return [::Hash]
|
|
@@ -966,6 +967,7 @@ module Google
|
|
|
966
967
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
967
968
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
968
969
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
970
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
969
971
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
970
972
|
# trigger a retry.
|
|
971
973
|
#
|
|
@@ -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
|
#
|
|
@@ -808,6 +808,7 @@ module Google
|
|
|
808
808
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
809
809
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
810
810
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
811
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
811
812
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
812
813
|
# trigger a retry.
|
|
813
814
|
# @return [::Hash]
|
|
@@ -880,6 +881,7 @@ module Google
|
|
|
880
881
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
881
882
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
882
883
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
884
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
883
885
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
884
886
|
# trigger a retry.
|
|
885
887
|
#
|
|
@@ -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
|
#
|
|
@@ -569,6 +569,7 @@ module Google
|
|
|
569
569
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
570
570
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
571
571
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
572
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
572
573
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
573
574
|
# trigger a retry.
|
|
574
575
|
# @return [::Hash]
|
|
@@ -652,6 +653,7 @@ module Google
|
|
|
652
653
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
653
654
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
654
655
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
656
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
655
657
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
656
658
|
# trigger a retry.
|
|
657
659
|
#
|
data/lib/google/cloud/recommendation_engine/v1beta1/prediction_api_key_registry/rest/client.rb
CHANGED
|
@@ -515,6 +515,7 @@ module Google
|
|
|
515
515
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
516
516
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
517
517
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
518
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
518
519
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
519
520
|
# trigger a retry.
|
|
520
521
|
# @return [::Hash]
|
|
@@ -587,6 +588,7 @@ module Google
|
|
|
587
588
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
588
589
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
589
590
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
591
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
590
592
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
591
593
|
# trigger a retry.
|
|
592
594
|
#
|
|
@@ -465,6 +465,7 @@ module Google
|
|
|
465
465
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
466
466
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
467
467
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
468
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
468
469
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
469
470
|
# trigger a retry.
|
|
470
471
|
# @return [::Hash]
|
|
@@ -548,6 +549,7 @@ module Google
|
|
|
548
549
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
549
550
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
550
551
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
552
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
551
553
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
552
554
|
# trigger a retry.
|
|
553
555
|
#
|
|
@@ -425,6 +425,7 @@ module Google
|
|
|
425
425
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
426
426
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
427
427
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
428
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
428
429
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
429
430
|
# trigger a retry.
|
|
430
431
|
# @return [::Hash]
|
|
@@ -497,6 +498,7 @@ module Google
|
|
|
497
498
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
498
499
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
499
500
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
501
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
500
502
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
501
503
|
# trigger a retry.
|
|
502
504
|
#
|
|
@@ -871,6 +871,7 @@ module Google
|
|
|
871
871
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
872
872
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
873
873
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
874
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
874
875
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
875
876
|
# trigger a retry.
|
|
876
877
|
# @return [::Hash]
|
|
@@ -954,6 +955,7 @@ module Google
|
|
|
954
955
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
955
956
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
956
957
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
958
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
957
959
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
958
960
|
# trigger a retry.
|
|
959
961
|
#
|
|
@@ -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
|
#
|
|
@@ -803,6 +803,7 @@ module Google
|
|
|
803
803
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
804
804
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
805
805
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
806
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
806
807
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
807
808
|
# trigger a retry.
|
|
808
809
|
# @return [::Hash]
|
|
@@ -875,6 +876,7 @@ module Google
|
|
|
875
876
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
876
877
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
877
878
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
879
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
878
880
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
879
881
|
# trigger a retry.
|
|
880
882
|
#
|
|
@@ -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
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-recommendation_engine-v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.18.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
|