google-cloud-alloy_db-v1alpha 0.21.0 → 0.22.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: 0c46530479bf675f1cbb89b93350b0e018439a614ad0df25424a3ea2ef0ec267
4
- data.tar.gz: 236de593aa1636a9edf4bd1e2a9f953604c130ea3a16675d6f4d7717b8e554de
3
+ metadata.gz: 26a9a2d799ee2a0be89a05c8f0e9cc500d05f7ce0b9b3425e2b63d0046b5212a
4
+ data.tar.gz: efe12df3f212f32f154bf26282d3914b578a1b68b348f2574ba6ae6f94fdeb2d
5
5
  SHA512:
6
- metadata.gz: a3ae9a2dc8bd5f476659a69fe93db8afbf0dc78c37f3cf019510b2cfb10fd4fcbdfa4b914b0670880a1795d73addf351fd94657141b25dad57fd396c96fc3556
7
- data.tar.gz: b4a11c3929554f8051819bf61c264ed92ae83ad02e5dded8c7cd77f1e17f0e6cb565c2a602593c14d2c2173a82c57844df3962943c09ac9033fe7259cf1b6698
6
+ metadata.gz: a1d292bd53f7e2bc309775d18839b4edf5eb1ccb3c1410e6f9c165c563c5d3d78f741a5ae1c5f3ecc93e516c9c7e3817a3fb087347f5f6673a6de8920348bda2
7
+ data.tar.gz: cf62c1dbfdbf77d4ef8b6ddf09a00322bdd193fbdd0303ec2eac3b8ef12228777a56e4b588815cd14b006a3d21020900311209d3c11b607f9d1bc4ac531e32af
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
@@ -4555,6 +4555,7 @@ module Google
4555
4555
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4556
4556
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4557
4557
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4558
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4558
4559
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4559
4560
  # trigger a retry.
4560
4561
  # @return [::Hash]
@@ -4638,6 +4639,7 @@ module Google
4638
4639
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4639
4640
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4640
4641
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4642
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4641
4643
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4642
4644
  # trigger a retry.
4643
4645
  #
@@ -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
  #
@@ -4257,6 +4257,7 @@ module Google
4257
4257
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4258
4258
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4259
4259
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4260
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4260
4261
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4261
4262
  # trigger a retry.
4262
4263
  # @return [::Hash]
@@ -4336,6 +4337,7 @@ module Google
4336
4337
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4337
4338
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4338
4339
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4340
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4339
4341
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4340
4342
  # trigger a retry.
4341
4343
  #
@@ -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 V1alpha
24
- VERSION = "0.21.0"
24
+ VERSION = "0.22.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-v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.22.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