google-apis-realtimebidding_v1 0.11.0 → 0.12.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f3a74e4f1dcf6f663e09705e4ea4f4297c5167160db067c654d69a4543277c2e
4
- data.tar.gz: b9003a0319f56d773494c7ad4311b1a5987952f0c084d14bc99cc37f3ad83cd4
3
+ metadata.gz: 07f6f625f3b3f8b50d2cf3c6e7e3a30621af8d2a753c8f9d10a515f1a7b431f3
4
+ data.tar.gz: 6b119af23403b5e652c793a58c2bc852e914b81f929e3ccad4bd3d80a66bc5b4
5
5
  SHA512:
6
- metadata.gz: e39d3bf4d8e4878cd80db54d640f11f9a2c1934facb9a15d8142888ca94ab141a885cb66676bfbaa0801e193a73e543344aeeceecc246a60e9141d7f01282dd0
7
- data.tar.gz: 58790521cea360f3bce19657820b5a554e92e008cd41152afb013309a0f7cb76d7c3745c96ddb691fd8cfe1bb765848f7861ea9c321934eeca5ad91cd4dddda6
6
+ metadata.gz: 1ab492ee9fad957c14a560f69e0801ec45f2eeb0ae758ddf7bc24414f18ff147d2aca5cc840cd3e07f3ac53c0cb399043eb2f55ec4e3a1931ff415afc085800c
7
+ data.tar.gz: d280fa71cab4c9cf7d4135898b171ffcfb088769ccf9feb81b1821651f5a7cda4309218e108f6c558c3baa1c5e5cc22460ee6910f29e096df5c61e23a684a2bc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-realtimebidding_v1
2
2
 
3
+ ### v0.12.0 (2022-02-03)
4
+
5
+ * Regenerated from discovery document revision 20220131
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.11.0 (2021-12-14)
4
9
 
5
10
  * Unspecified changes
@@ -716,10 +716,10 @@ module Google
716
716
  # day and time zone are either specified elsewhere or are insignificant. The
717
717
  # date is relative to the Gregorian Calendar. This can represent one of the
718
718
  # following: * A full date, with non-zero year, month, and day values * A month
719
- # and day value, with a zero year, such as an anniversary * A year on its own,
720
- # with zero month and day values * A year and month value, with a zero day, such
721
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
722
- # google.protobuf.Timestamp`.
719
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
720
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
721
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
722
+ # DateTime * google.protobuf.Timestamp
723
723
  class Date
724
724
  include Google::Apis::Core::Hashable
725
725
 
@@ -1930,10 +1930,10 @@ module Google
1930
1930
  # day and time zone are either specified elsewhere or are insignificant. The
1931
1931
  # date is relative to the Gregorian Calendar. This can represent one of the
1932
1932
  # following: * A full date, with non-zero year, month, and day values * A month
1933
- # and day value, with a zero year, such as an anniversary * A year on its own,
1934
- # with zero month and day values * A year and month value, with a zero day, such
1935
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
1936
- # google.protobuf.Timestamp`.
1933
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
1934
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
1935
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
1936
+ # DateTime * google.protobuf.Timestamp
1937
1937
  # Corresponds to the JSON property `endDate`
1938
1938
  # @return [Google::Apis::RealtimebiddingV1::Date]
1939
1939
  attr_accessor :end_date
@@ -1947,10 +1947,10 @@ module Google
1947
1947
  # day and time zone are either specified elsewhere or are insignificant. The
1948
1948
  # date is relative to the Gregorian Calendar. This can represent one of the
1949
1949
  # following: * A full date, with non-zero year, month, and day values * A month
1950
- # and day value, with a zero year, such as an anniversary * A year on its own,
1951
- # with zero month and day values * A year and month value, with a zero day, such
1952
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
1953
- # google.protobuf.Timestamp`.
1950
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
1951
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
1952
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
1953
+ # DateTime * google.protobuf.Timestamp
1954
1954
  # Corresponds to the JSON property `startDate`
1955
1955
  # @return [Google::Apis::RealtimebiddingV1::Date]
1956
1956
  attr_accessor :start_date
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RealtimebiddingV1
18
18
  # Version of the google-apis-realtimebidding_v1 gem
19
- GEM_VERSION = "0.11.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211013"
25
+ REVISION = "20220131"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-realtimebidding_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-10 00:00:00.000000000 Z
11
+ date: 2022-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-realtimebidding_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-realtimebidding_v1/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-realtimebidding_v1/v0.12.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-realtimebidding_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Real-time Bidding API V1