google-apis-realtimebidding_v1 0.12.0 → 0.13.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: 07f6f625f3b3f8b50d2cf3c6e7e3a30621af8d2a753c8f9d10a515f1a7b431f3
4
- data.tar.gz: 6b119af23403b5e652c793a58c2bc852e914b81f929e3ccad4bd3d80a66bc5b4
3
+ metadata.gz: c17521e36cdae7dfa19b40c757ece208eefecd9a65401f0cb00a88f6f25ca380
4
+ data.tar.gz: 221d77049699e8984a072575b01755cda4fdcf0bbec8201c583709670e681433
5
5
  SHA512:
6
- metadata.gz: 1ab492ee9fad957c14a560f69e0801ec45f2eeb0ae758ddf7bc24414f18ff147d2aca5cc840cd3e07f3ac53c0cb399043eb2f55ec4e3a1931ff415afc085800c
7
- data.tar.gz: d280fa71cab4c9cf7d4135898b171ffcfb088769ccf9feb81b1821651f5a7cda4309218e108f6c558c3baa1c5e5cc22460ee6910f29e096df5c61e23a684a2bc
6
+ metadata.gz: 54451a250278f8f864300d71f43a9883df72a57bcf0433ef35b3f5574af8d293664bbd1162701d019babf9dd366ff83fa1e6230f678ca49900a1bf805ada4d9c
7
+ data.tar.gz: bc21a8a4c81bcb55a71ea986e5704c78c6cec3e57f011a8aeb79030f0dfa630b743a219e103da9b57d0cfda64700e04b60741f2fb0befcb468b456a9c8f99134
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-realtimebidding_v1
2
2
 
3
+ ### v0.13.0 (2022-03-02)
4
+
5
+ * Regenerated from discovery document revision 20220301
6
+
3
7
  ### v0.12.0 (2022-02-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20220131
@@ -715,11 +715,11 @@ module Google
715
715
  # Represents a whole or partial calendar date, such as a birthday. The time of
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
- # following: * A full date, with non-zero year, month, and day values * A month
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
718
+ # following: * A full date, with non-zero year, month, and day values. * A month
719
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
720
+ # with a zero month and a zero day. * A year and month, with a zero day (for
721
+ # example, a credit card expiration date). Related types: * google.type.
722
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
723
723
  class Date
724
724
  include Google::Apis::Core::Hashable
725
725
 
@@ -1929,11 +1929,11 @@ module Google
1929
1929
  # Represents a whole or partial calendar date, such as a birthday. The time of
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
- # following: * A full date, with non-zero year, month, and day values * A month
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
1932
+ # following: * A full date, with non-zero year, month, and day values. * A month
1933
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
1934
+ # with a zero month and a zero day. * A year and month, with a zero day (for
1935
+ # example, a credit card expiration date). Related types: * google.type.
1936
+ # TimeOfDay * google.type.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
@@ -1946,11 +1946,11 @@ module Google
1946
1946
  # Represents a whole or partial calendar date, such as a birthday. The time of
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
- # following: * A full date, with non-zero year, month, and day values * A month
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
1949
+ # following: * A full date, with non-zero year, month, and day values. * A month
1950
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
1951
+ # with a zero month and a zero day. * A year and month, with a zero day (for
1952
+ # example, a credit card expiration date). Related types: * google.type.
1953
+ # TimeOfDay * google.type.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.12.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220131"
25
+ REVISION = "20220301"
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.12.0
4
+ version: 0.13.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-02-07 00:00:00.000000000 Z
11
+ date: 2022-03-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.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-realtimebidding_v1/v0.13.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: []