google-cloud-dataflow-v1beta3 0.16.0 → 0.17.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: '058b68cc414c01256745d0ea4dd863e4d5c30ea0c3644ae0fece0a66236599e4'
4
- data.tar.gz: c79b4e4d1c9b439c08b3e9db2efd7dc68fe24ebb3d6f4d2249e8d145852dba00
3
+ metadata.gz: e26b8247c4fdff67e1b84d1d48ba8d806ed7423417c3e321023e5e453af9325c
4
+ data.tar.gz: ebb49532cb44ea97886226693da84857cec2087c6091cb0c92f4ac92ddd15218
5
5
  SHA512:
6
- metadata.gz: 11dc904a95829d523bcb2305f276f552544b111e212ecc274be2299f2ba58418f52c12db98fcdeafef5af20bfcab4b8d762a975df392ecf4a6720499511d63bc
7
- data.tar.gz: 9bd61c2120cd5f858c47aaca6ee92ad6400b989a50cc78bcea186f547f2dd9ddf3ad90b09950f765323c490a14647c4c90c443eacb3377c4f580f29c2b2b309f
6
+ metadata.gz: 8e0c7906c5662e4c7092d55f429145463c5f796456c55792ef1c8395fe8d1b5716bb501be7766cfb2617f9dc845c04826a7cfa009dbe422f14b72f9f8f5b9128
7
+ data.tar.gz: 5b6f9efe30d8e6b974bcc478cbbb7a3ee8ceddf684bc3e6761f8dccb5da73a85a14a0041adfed85a83061abc74b2b3bbf001b2717430a42f777f585a67b1d56b
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
@@ -374,6 +374,7 @@ module Google
374
374
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
375
375
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
376
376
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
377
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
377
378
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
378
379
  # trigger a retry.
379
380
  # @return [::Hash]
@@ -457,6 +458,7 @@ module Google
457
458
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
458
459
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
459
460
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
461
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
460
462
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
461
463
  # trigger a retry.
462
464
  #
@@ -331,6 +331,7 @@ module Google
331
331
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
332
332
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
333
333
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
334
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
334
335
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
335
336
  # trigger a retry.
336
337
  # @return [::Hash]
@@ -403,6 +404,7 @@ module Google
403
404
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
404
405
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
405
406
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
407
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
406
408
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
407
409
  # trigger a retry.
408
410
  #
@@ -1018,6 +1018,7 @@ module Google
1018
1018
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1019
1019
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1020
1020
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1021
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1021
1022
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1022
1023
  # trigger a retry.
1023
1024
  # @return [::Hash]
@@ -1101,6 +1102,7 @@ module Google
1101
1102
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1102
1103
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1103
1104
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1105
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1104
1106
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1105
1107
  # trigger a retry.
1106
1108
  #
@@ -842,6 +842,7 @@ module Google
842
842
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
843
843
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
844
844
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
845
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
845
846
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
846
847
  # trigger a retry.
847
848
  # @return [::Hash]
@@ -914,6 +915,7 @@ module Google
914
915
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
915
916
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
916
917
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
918
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
917
919
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
918
920
  # trigger a retry.
919
921
  #
@@ -404,6 +404,7 @@ module Google
404
404
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
405
405
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
406
406
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
407
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
407
408
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
408
409
  # trigger a retry.
409
410
  # @return [::Hash]
@@ -487,6 +488,7 @@ module Google
487
488
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
488
489
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
489
490
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
491
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
490
492
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
491
493
  # trigger a retry.
492
494
  #
@@ -358,6 +358,7 @@ module Google
358
358
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
359
359
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
360
360
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
361
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
361
362
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
362
363
  # trigger a retry.
363
364
  # @return [::Hash]
@@ -430,6 +431,7 @@ module Google
430
431
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
431
432
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
432
433
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
434
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
433
435
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
434
436
  # trigger a retry.
435
437
  #
@@ -621,6 +621,7 @@ module Google
621
621
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
622
622
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
623
623
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
624
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
624
625
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
625
626
  # trigger a retry.
626
627
  # @return [::Hash]
@@ -704,6 +705,7 @@ module Google
704
705
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
705
706
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
706
707
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
708
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
707
709
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
708
710
  # trigger a retry.
709
711
  #
@@ -546,6 +546,7 @@ module Google
546
546
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
547
547
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
548
548
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
549
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
549
550
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
550
551
  # trigger a retry.
551
552
  # @return [::Hash]
@@ -618,6 +619,7 @@ module Google
618
619
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
619
620
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
620
621
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
622
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
621
623
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
622
624
  # trigger a retry.
623
625
  #
@@ -564,6 +564,7 @@ module Google
564
564
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
565
565
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
566
566
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
567
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
567
568
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
568
569
  # trigger a retry.
569
570
  # @return [::Hash]
@@ -647,6 +648,7 @@ module Google
647
648
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
648
649
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
649
650
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
651
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
650
652
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
651
653
  # trigger a retry.
652
654
  #
@@ -492,6 +492,7 @@ module Google
492
492
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
493
493
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
494
494
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
495
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
495
496
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
496
497
  # trigger a retry.
497
498
  # @return [::Hash]
@@ -564,6 +565,7 @@ module Google
564
565
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
565
566
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
566
567
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
568
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
567
569
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
568
570
  # trigger a retry.
569
571
  #
@@ -606,6 +606,7 @@ module Google
606
606
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
607
607
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
608
608
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
609
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
609
610
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
610
611
  # trigger a retry.
611
612
  # @return [::Hash]
@@ -689,6 +690,7 @@ module Google
689
690
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
690
691
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
691
692
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
693
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
692
694
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
693
695
  # trigger a retry.
694
696
  #
@@ -543,6 +543,7 @@ module Google
543
543
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
544
544
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
545
545
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
546
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
546
547
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
547
548
  # trigger a retry.
548
549
  # @return [::Hash]
@@ -615,6 +616,7 @@ module Google
615
616
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
616
617
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
617
618
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
619
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
618
620
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
619
621
  # trigger a retry.
620
622
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Dataflow
23
23
  module V1beta3
24
- VERSION = "0.16.0"
24
+ VERSION = "0.17.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-dataflow-v1beta3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.17.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