google-cloud-notebooks-v1 1.5.0 → 1.6.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: 68557edc9b816d6444bd243eec9b028a5caac40df4875d4c74c99a6b15bb3612
4
- data.tar.gz: a9cee7d4eef5a99a8124a77a0750a79154d0c5d04b5f12c1c70242858063d018
3
+ metadata.gz: a057aa467b934dfa02bfc93229fa9433bdc37531dea658b67140508a94608e3c
4
+ data.tar.gz: 8bf437311823b8be0f56db1d1b8e1242d68c2a8d9bb05cd393b31a38290a9457
5
5
  SHA512:
6
- metadata.gz: b9178cdc6d72d60a6929a9ad5e1707ac4569e79f4d39c4fe1a3afa1f36b9cf8b70ba639201ed29a3dd3c94757419944fb851772edc93b73d776c577b3e3df0db
7
- data.tar.gz: 0ade7000faee394247f6142facaac207dcd9ceed983ddb49ac674fd8fd2018fe77728f0aa6fd6d05d042f55f4c98cba5ec7cb126892468d27c8aa9b0b005e50a
6
+ metadata.gz: b440d0aa2e26cacc79e09942e4618d44ebbc03eb133b11e1fc78f609bf18520e5bc22df5415a3aeee7582a930ca58289ddffd9cec4552d7586eb7e398639968c
7
+ data.tar.gz: 8766b2ab9299f3f7156da953166796dfbc363206860a43470ebe159f29bb1400087f37d73fdd4d9fbf0c5c37f4ea435fa7e88c070d89586e1046c859459305b7
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
@@ -1636,6 +1636,7 @@ module Google
1636
1636
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1637
1637
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1638
1638
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1639
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1639
1640
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1640
1641
  # trigger a retry.
1641
1642
  # @return [::Hash]
@@ -1719,6 +1720,7 @@ module Google
1719
1720
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1720
1721
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1721
1722
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1723
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1722
1724
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1723
1725
  # trigger a retry.
1724
1726
  #
@@ -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
  #
@@ -1514,6 +1514,7 @@ module Google
1514
1514
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1515
1515
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1516
1516
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1517
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1517
1518
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1518
1519
  # trigger a retry.
1519
1520
  # @return [::Hash]
@@ -1593,6 +1594,7 @@ module Google
1593
1594
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1594
1595
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1595
1596
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1597
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1596
1598
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1597
1599
  # trigger a retry.
1598
1600
  #
@@ -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
  #
@@ -3650,6 +3650,7 @@ module Google
3650
3650
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
3651
3651
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
3652
3652
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
3653
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
3653
3654
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
3654
3655
  # trigger a retry.
3655
3656
  # @return [::Hash]
@@ -3733,6 +3734,7 @@ module Google
3733
3734
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
3734
3735
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
3735
3736
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
3737
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
3736
3738
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
3737
3739
  # trigger a retry.
3738
3740
  #
@@ -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
  #
@@ -3381,6 +3381,7 @@ module Google
3381
3381
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
3382
3382
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
3383
3383
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
3384
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
3384
3385
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
3385
3386
  # trigger a retry.
3386
3387
  # @return [::Hash]
@@ -3460,6 +3461,7 @@ module Google
3460
3461
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
3461
3462
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
3462
3463
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
3464
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
3463
3465
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
3464
3466
  # trigger a retry.
3465
3467
  #
@@ -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 Notebooks
23
23
  module V1
24
- VERSION = "1.5.0"
24
+ VERSION = "1.6.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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-notebooks-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.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