google-cloud-alloy_db-v1beta 0.22.0 → 0.23.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: 146cafaaad577d922f691cb2d66b267f01b29ea241c877a3e130be5b270b0ccd
4
- data.tar.gz: dff685b96035f13c7a4ea48f4af424a1f6d317337cecf81af5cbbb73d3c2cfbb
3
+ metadata.gz: 18dae99f368a181a6aa2a21f0dd86fbec1f6dbe6a8430700e4541d6273805802
4
+ data.tar.gz: 11a6fd8b242ea2e3f618b902e26730811bf86607b76a0706fc5a6bdaac9828b1
5
5
  SHA512:
6
- metadata.gz: c7e219cd0b1cf16ad1d43ae6a92ba1206d5c50f90460d3b26c0a77dbbdb3c8d5b6b362455e9f9f148f36ec3bb94686fae3e3c1de0262f16b725321943b3a03a7
7
- data.tar.gz: 6269ccbec76259a33c977038bd8747bdbb674dd3ee525c3866b5a9e850ce6eb8f6b8b791b35cf73fc9b109776adac9ef177644980b5f1736dbcd3be7b73a66c2
6
+ metadata.gz: 58e8745f9a20e5539725624c607624cb2f61eea83453d72656f2a3433e09afa02f7087f73cc9da8fc764bc78051315f98d7a414cd128e39c0e361ebafd53f45f
7
+ data.tar.gz: 821cbcbb11e23f63b492273f2eaba783d64ce1a04d56cfb8f39f746f6cb4aaa63f38b9dd40aa8a68e658b9d944486ef7d874476b15918dc6d9391e3501de48a7
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
@@ -4560,6 +4560,7 @@ module Google
4560
4560
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4561
4561
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4562
4562
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4563
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4563
4564
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4564
4565
  # trigger a retry.
4565
4566
  # @return [::Hash]
@@ -4643,6 +4644,7 @@ module Google
4643
4644
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4644
4645
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4645
4646
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4647
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4646
4648
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4647
4649
  # trigger a retry.
4648
4650
  #
@@ -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
  #
@@ -4262,6 +4262,7 @@ module Google
4262
4262
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4263
4263
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4264
4264
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4265
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4265
4266
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4266
4267
  # trigger a retry.
4267
4268
  # @return [::Hash]
@@ -4341,6 +4342,7 @@ module Google
4341
4342
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4342
4343
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4343
4344
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4345
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4344
4346
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4345
4347
  # trigger a retry.
4346
4348
  #
@@ -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
  #
@@ -426,6 +426,7 @@ module Google
426
426
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
427
427
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
428
428
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
429
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
429
430
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
430
431
  # trigger a retry.
431
432
  # @return [::Hash]
@@ -509,6 +510,7 @@ module Google
509
510
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
510
511
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
511
512
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
513
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
512
514
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
513
515
  # trigger a retry.
514
516
  #
@@ -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
  #
@@ -387,6 +387,7 @@ module Google
387
387
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
388
388
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
389
389
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
390
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
390
391
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
391
392
  # trigger a retry.
392
393
  # @return [::Hash]
@@ -466,6 +467,7 @@ module Google
466
467
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
467
468
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
468
469
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
470
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
469
471
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
470
472
  # trigger a retry.
471
473
  #
@@ -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 AlloyDB
23
23
  module V1beta
24
- VERSION = "0.22.0"
24
+ VERSION = "0.23.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
@@ -24,14 +24,17 @@ module Google
24
24
  # date is relative to the Gregorian Calendar. This can represent one of the
25
25
  # following:
26
26
  #
27
- # * A full date, with non-zero year, month, and day values
28
- # * A month and day value, with a zero year, such as an anniversary
29
- # * A year on its own, with zero month and day values
30
- # * A year and month value, with a zero day, such as a credit card expiration
31
- # date
27
+ # * A full date, with non-zero year, month, and day values.
28
+ # * A month and day, with a zero year (for example, an anniversary).
29
+ # * A year on its own, with a zero month and a zero day.
30
+ # * A year and month, with a zero day (for example, a credit card expiration
31
+ # date).
32
32
  #
33
- # Related types are {::Google::Type::TimeOfDay google.type.TimeOfDay} and
34
- # `google.protobuf.Timestamp`.
33
+ # Related types:
34
+ #
35
+ # * {::Google::Type::TimeOfDay google.type.TimeOfDay}
36
+ # * [google.type.DateTime][google.type.DateTime]
37
+ # * {::Google::Protobuf::Timestamp google.protobuf.Timestamp}
35
38
  # @!attribute [rw] year
36
39
  # @return [::Integer]
37
40
  # Year of the date. Must be from 1 to 9999, or 0 to specify a date without
@@ -25,18 +25,22 @@ module Google
25
25
  # `google.protobuf.Timestamp`.
26
26
  # @!attribute [rw] hours
27
27
  # @return [::Integer]
28
- # Hours of day in 24 hour format. Should be from 0 to 23. An API may choose
29
- # to allow the value "24:00:00" for scenarios like business closing time.
28
+ # Hours of a day in 24 hour format. Must be greater than or equal to 0 and
29
+ # typically must be less than or equal to 23. An API may choose to allow the
30
+ # value "24:00:00" for scenarios like business closing time.
30
31
  # @!attribute [rw] minutes
31
32
  # @return [::Integer]
32
- # Minutes of hour of day. Must be from 0 to 59.
33
+ # Minutes of an hour. Must be greater than or equal to 0 and less than or
34
+ # equal to 59.
33
35
  # @!attribute [rw] seconds
34
36
  # @return [::Integer]
35
- # Seconds of minutes of the time. Must normally be from 0 to 59. An API may
36
- # allow the value 60 if it allows leap-seconds.
37
+ # Seconds of a minute. Must be greater than or equal to 0 and typically must
38
+ # be less than or equal to 59. An API may allow the value 60 if it allows
39
+ # leap-seconds.
37
40
  # @!attribute [rw] nanos
38
41
  # @return [::Integer]
39
- # Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
42
+ # Fractions of seconds, in nanoseconds. Must be greater than or equal to 0
43
+ # and less than or equal to 999,999,999.
40
44
  class TimeOfDay
41
45
  include ::Google::Protobuf::MessageExts
42
46
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-alloy_db-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.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