google-cloud-data_catalog-v1 2.7.0 → 2.8.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: 27d84a6db88ca53e058d32f169f2a8dff6c832206ee6ff545bc016c76d46ed14
4
- data.tar.gz: acb9f3a904eb210e480d6c43a02d2011d79c926e52c6dd240754323bb8d496ef
3
+ metadata.gz: 6ebc7f12618f4d440e803ce215d0e7cf171d84f680343165607d6088cc611916
4
+ data.tar.gz: 71fa59900a594121b827b740982af515538ee319b4e4e5f37f56b91c0b15bbd3
5
5
  SHA512:
6
- metadata.gz: 906c0bfaacc85b016a982f8b3a7aca819470deb2b9776d43d15d41c6cd1c2f41ffbbd70149238fa9455ce9b863735ea835c2ca98492acd4ff60d897bc026cb4a
7
- data.tar.gz: ef48f232080425b6b869c3e4c5a359498ff64f5f90ab1121590105211bd40f00f9391f112049047f1ed02a401c8688ed3274f8945056b2575d63451aa94f998d
6
+ metadata.gz: 6a1e4a5aad389c2d644a8a52e6df22c60f6975beee0ebadbfedb58043b5f34a16b25e1faf69eb9191313157c0a47077f2d0d6f674fac6d47246f9c1f98bede52
7
+ data.tar.gz: '09b39dd51327ab81af29f524d00b560790e008374b27b00d83cf8cc21ed122788b76e0f9bc1ff312d3889f4f7faea27ba204276741c1d826c3c5c02ac4606b66'
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
@@ -4124,6 +4124,7 @@ module Google
4124
4124
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4125
4125
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4126
4126
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4127
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4127
4128
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4128
4129
  # trigger a retry.
4129
4130
  # @return [::Hash]
@@ -4207,6 +4208,7 @@ module Google
4207
4208
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4208
4209
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4209
4210
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4211
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4210
4212
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4211
4213
  # trigger a retry.
4212
4214
  #
@@ -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
  #
@@ -3773,6 +3773,7 @@ module Google
3773
3773
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
3774
3774
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
3775
3775
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
3776
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
3776
3777
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
3777
3778
  # trigger a retry.
3778
3779
  # @return [::Hash]
@@ -3845,6 +3846,7 @@ module Google
3845
3846
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
3846
3847
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
3847
3848
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
3849
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
3848
3850
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
3849
3851
  # trigger a retry.
3850
3852
  #
@@ -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
  #
@@ -1497,6 +1497,7 @@ module Google
1497
1497
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1498
1498
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1499
1499
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1500
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1500
1501
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1501
1502
  # trigger a retry.
1502
1503
  # @return [::Hash]
@@ -1580,6 +1581,7 @@ module Google
1580
1581
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1581
1582
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1582
1583
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1584
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1583
1585
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1584
1586
  # trigger a retry.
1585
1587
  #
@@ -1373,6 +1373,7 @@ module Google
1373
1373
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1374
1374
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1375
1375
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1376
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1376
1377
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1377
1378
  # trigger a retry.
1378
1379
  # @return [::Hash]
@@ -1445,6 +1446,7 @@ module Google
1445
1446
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1446
1447
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1447
1448
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1449
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1448
1450
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1449
1451
  # trigger a retry.
1450
1452
  #
@@ -596,6 +596,7 @@ module Google
596
596
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
597
597
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
598
598
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
599
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
599
600
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
600
601
  # trigger a retry.
601
602
  # @return [::Hash]
@@ -679,6 +680,7 @@ module Google
679
680
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
680
681
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
681
682
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
683
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
682
684
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
683
685
  # trigger a retry.
684
686
  #
@@ -542,6 +542,7 @@ module Google
542
542
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
543
543
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
544
544
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
545
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
545
546
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
546
547
  # trigger a retry.
547
548
  # @return [::Hash]
@@ -614,6 +615,7 @@ module Google
614
615
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
615
616
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
616
617
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
618
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
617
619
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
618
620
  # trigger a retry.
619
621
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module DataCatalog
23
23
  module V1
24
- VERSION = "2.7.0"
24
+ VERSION = "2.8.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-data_catalog-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.0
4
+ version: 2.8.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