google-cloud-data_catalog-v1beta1 0.12.0 → 0.13.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: 4e819a9d166157f5cd7c8243a489bb1b9816be35959a6f8924e4aa902ca19cf4
4
- data.tar.gz: c32d4bd9c19370a99828d63ad0fbd16e9dc852e5129779b8891ffe98f010eb28
3
+ metadata.gz: a643bb50c26d9694651fa01c9f38e9a3cec0d70d8d993a7918533196634bcb21
4
+ data.tar.gz: fcb0c7cf6a11d3686a69650f5d6bd28e3e8118f4445a2d6ab602c276f345e610
5
5
  SHA512:
6
- metadata.gz: 562a58924d4aec966ad8878a57048b99980a0b2fa522276813a82d77ec3dca7c86b10449083c195ec284c24d7e2e9c2ae228c8e8e07ebddae26b231ca41a3d46
7
- data.tar.gz: 664bb91464d679a7cb506139bf31d4ee69ade6f20deb3ee011caef47756e8a554d058fd1f8d54d35c8418b6ea9da3d196e9cedfc8388583859a8948cf63d6dbf
6
+ metadata.gz: ae5aed6ccb467f2ca9e28c87c5b256eafe0e98ff6cd776cfe3ba23a500b706eb1a6c1bfdb2db167c353da957ea5ccfd6d0e78fc80f2122b5f77aae63f15100db
7
+ data.tar.gz: baed508505629e0bc056a5639e6ad3a6acbff10ad3a5f677926c22ae52540e74edb547f9c1b4c33ec9189e9332a1e6d8ce1d35564ca899e6398d5b5f5e112e6b
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
@@ -3151,6 +3151,7 @@ module Google
3151
3151
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
3152
3152
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
3153
3153
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
3154
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
3154
3155
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
3155
3156
  # trigger a retry.
3156
3157
  # @return [::Hash]
@@ -3234,6 +3235,7 @@ module Google
3234
3235
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
3235
3236
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
3236
3237
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
3238
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
3237
3239
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
3238
3240
  # trigger a retry.
3239
3241
  #
@@ -2881,6 +2881,7 @@ module Google
2881
2881
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2882
2882
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2883
2883
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2884
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2884
2885
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2885
2886
  # trigger a retry.
2886
2887
  # @return [::Hash]
@@ -2953,6 +2954,7 @@ module Google
2953
2954
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2954
2955
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2955
2956
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2957
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2956
2958
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2957
2959
  # trigger a retry.
2958
2960
  #
@@ -1476,6 +1476,7 @@ module Google
1476
1476
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1477
1477
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1478
1478
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1479
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1479
1480
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1480
1481
  # trigger a retry.
1481
1482
  # @return [::Hash]
@@ -1559,6 +1560,7 @@ module Google
1559
1560
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1560
1561
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1561
1562
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1563
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1562
1564
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1563
1565
  # trigger a retry.
1564
1566
  #
@@ -1352,6 +1352,7 @@ module Google
1352
1352
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1353
1353
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1354
1354
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1355
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1355
1356
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1356
1357
  # trigger a retry.
1357
1358
  # @return [::Hash]
@@ -1424,6 +1425,7 @@ module Google
1424
1425
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1425
1426
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1426
1427
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1428
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1427
1429
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1428
1430
  # trigger a retry.
1429
1431
  #
@@ -483,6 +483,7 @@ module Google
483
483
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
484
484
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
485
485
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
486
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
486
487
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
487
488
  # trigger a retry.
488
489
  # @return [::Hash]
@@ -566,6 +567,7 @@ module Google
566
567
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
567
568
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
568
569
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
570
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
569
571
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
570
572
  # trigger a retry.
571
573
  #
@@ -436,6 +436,7 @@ module Google
436
436
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
437
437
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
438
438
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
439
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
439
440
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
440
441
  # trigger a retry.
441
442
  # @return [::Hash]
@@ -508,6 +509,7 @@ module Google
508
509
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
509
510
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
510
511
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
512
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
511
513
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
512
514
  # trigger a retry.
513
515
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module DataCatalog
23
23
  module V1beta1
24
- VERSION = "0.12.0"
24
+ VERSION = "0.13.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-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.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