google-cloud-optimization-v1 0.16.0 → 0.17.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/optimization/v1/fleet_routing/client.rb +2 -0
- data/lib/google/cloud/optimization/v1/fleet_routing/operations.rb +2 -0
- data/lib/google/cloud/optimization/v1/fleet_routing/rest/client.rb +2 -0
- data/lib/google/cloud/optimization/v1/fleet_routing/rest/operations.rb +2 -0
- data/lib/google/cloud/optimization/v1/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: 44f6a1b311e7da69c1f3eaed85411f79e1ce41beed81ff6c912b9b88beddc8f6
|
|
4
|
+
data.tar.gz: e60ee2b8a376c64e3b3568f13c3ade8c00abbec77c4e34956416b9783b789dd0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 25d0328edf58d4b45d575db58fc1c1e60aa7c02e44e6b7b1f1fd9181b8c63f9b11994e9d3122f1dcf83924da2f07892dc50577b2466a1312fe5ed509b225b759
|
|
7
|
+
data.tar.gz: 2bcf29aa8792f1fa53125bdecca42d4bde355991de64cf0f0af046d093119ce9be968c8b1647d6672f136b84c4203d39c8ead02fbf79f5f0f3003c29df43f2b6
|
data/README.md
CHANGED
|
@@ -85,7 +85,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
|
85
85
|
|
|
86
86
|
## Supported Ruby Versions
|
|
87
87
|
|
|
88
|
-
This library is supported on Ruby 3.
|
|
88
|
+
This library is supported on Ruby 3.2+.
|
|
89
89
|
|
|
90
90
|
Google provides official support for Ruby versions that are actively supported
|
|
91
91
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
@@ -712,6 +712,7 @@ module Google
|
|
|
712
712
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
713
713
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
714
714
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
715
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
715
716
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
716
717
|
# trigger a retry.
|
|
717
718
|
# @return [::Hash]
|
|
@@ -795,6 +796,7 @@ module Google
|
|
|
795
796
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
796
797
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
797
798
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
799
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
798
800
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
799
801
|
# trigger a retry.
|
|
800
802
|
#
|
|
@@ -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
|
#
|
|
@@ -665,6 +665,7 @@ module Google
|
|
|
665
665
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
666
666
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
667
667
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
668
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
668
669
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
669
670
|
# trigger a retry.
|
|
670
671
|
# @return [::Hash]
|
|
@@ -737,6 +738,7 @@ module Google
|
|
|
737
738
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
738
739
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
739
740
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
741
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
740
742
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
741
743
|
# trigger a retry.
|
|
742
744
|
#
|
|
@@ -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
|
#
|
|
@@ -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-optimization-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.17.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
|