google-ads-marketing_platform-admin-v1alpha 0.5.0 → 0.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: 68d616bfcd3b1831766329f915550b331867907b2f3fdc6bbe6bcfc01ea43496
4
- data.tar.gz: faae38f17c90ee449e56515f5dd426a3d9247c147fdce4b853fcd4d1610e545e
3
+ metadata.gz: 720a4c220a9c312b8b3eb5222a667b3a0a8a903fc87a3a11a0464179ca467937
4
+ data.tar.gz: 595702eac2fff6a2c2c1280926e031ba3f2243b2c9d6088591bffd241458c159
5
5
  SHA512:
6
- metadata.gz: bab3b5d5610db7df83d625060e86804beb9bc39e3946dfc13a8057bb979810d884d9e333f941858f9b3b440128848bd10c954092051aafaffffa89ffc8120645
7
- data.tar.gz: e61a7c660b2a61b67103a5434135cdfbb69da3e3c1051700bf5051e08d4265cdc994760eabd2414c96b9511947aff27ca0ba31aba44c70845a53691b6903aa8b
6
+ metadata.gz: 7ee58772f21b74d8c83e5e5093f6012de9ed50d81ae9608fb6ebf65ea996e0817923e671ee5c2ae874a9cc7d4241d7d5dff6059a89a27e6f5b2a80092e0838ff
7
+ data.tar.gz: 2a8d1562fcf680fe9c8840cb59c462d4fe9b5d0bd2d0d71c3c13f15d063f7fea3468a198811221fc654473387eb1dd3fc1b8232118b6a3898c5cd9a433d9e66e
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
@@ -1040,6 +1040,7 @@ module Google
1040
1040
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1041
1041
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1042
1042
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1043
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1043
1044
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1044
1045
  # trigger a retry.
1045
1046
  # @return [::Hash]
@@ -1123,6 +1124,7 @@ module Google
1123
1124
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1124
1125
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1125
1126
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1127
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1126
1128
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1127
1129
  # trigger a retry.
1128
1130
  #
@@ -959,6 +959,7 @@ module Google
959
959
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
960
960
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
961
961
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
962
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
962
963
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
963
964
  # trigger a retry.
964
965
  # @return [::Hash]
@@ -1031,6 +1032,7 @@ module Google
1031
1032
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1032
1033
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1033
1034
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1035
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1034
1036
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1035
1037
  # trigger a retry.
1036
1038
  #
@@ -22,7 +22,7 @@ module Google
22
22
  module MarketingPlatform
23
23
  module Admin
24
24
  module V1alpha
25
- VERSION = "0.5.0"
25
+ VERSION = "0.6.0"
26
26
  end
27
27
  end
28
28
  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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-ads-marketing_platform-admin-v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.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