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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/realtimebidding_v1/classes.rb +12 -12
- data/lib/google/apis/realtimebidding_v1/gem_version.rb +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 07f6f625f3b3f8b50d2cf3c6e7e3a30621af8d2a753c8f9d10a515f1a7b431f3
|
4
|
+
data.tar.gz: 6b119af23403b5e652c793a58c2bc852e914b81f929e3ccad4bd3d80a66bc5b4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ab492ee9fad957c14a560f69e0801ec45f2eeb0ae758ddf7bc24414f18ff147d2aca5cc840cd3e07f3ac53c0cb399043eb2f55ec4e3a1931ff415afc085800c
|
7
|
+
data.tar.gz: d280fa71cab4c9cf7d4135898b171ffcfb088769ccf9feb81b1821651f5a7cda4309218e108f6c558c3baa1c5e5cc22460ee6910f29e096df5c61e23a684a2bc
|
data/CHANGELOG.md
CHANGED
@@ -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
|
720
|
-
#
|
721
|
-
#
|
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
|
1934
|
-
#
|
1935
|
-
#
|
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
|
1951
|
-
#
|
1952
|
-
#
|
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.
|
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.
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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.
|
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-
|
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.
|
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.
|
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
|