google-apis-adexchangebuyer2_v2beta1 0.27.0 → 0.28.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dbd2855de32423263d9ccd0e634989a3eb1a48aaeaba0a015e88dfdc85374bcb
|
4
|
+
data.tar.gz: 77f127f2556b2ae79a41a430534ff4a9e8681283d7b98461164c7cba70ea4d5e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bfc0d40d8391bdbe873c1584f3bf62f1b3337a34f5c15c7966feba92ae4a760b5b5df22ba27eea3c775f6bb5176abb1ea73c4a21ce43f513908bf97e891349ec
|
7
|
+
data.tar.gz: 45d47316cab015a6e073772f9229763b93aeb569c2c7aa2b015641791cbe7469c1778a7d1f272499e7180386fb4701475d1f8899dc0ff749653334caaffcea5f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-adexchangebuyer2_v2beta1
|
2
2
|
|
3
|
+
### v0.28.0 (2024-10-06)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241002
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
3
8
|
### v0.27.0 (2024-05-19)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.15.0
|
@@ -4028,24 +4028,28 @@ module Google
|
|
4028
4028
|
class TimeOfDay
|
4029
4029
|
include Google::Apis::Core::Hashable
|
4030
4030
|
|
4031
|
-
# Hours of day in 24 hour format.
|
4032
|
-
#
|
4031
|
+
# Hours of a day in 24 hour format. Must be greater than or equal to 0 and
|
4032
|
+
# typically must be less than or equal to 23. An API may choose to allow the
|
4033
|
+
# value "24:00:00" for scenarios like business closing time.
|
4033
4034
|
# Corresponds to the JSON property `hours`
|
4034
4035
|
# @return [Fixnum]
|
4035
4036
|
attr_accessor :hours
|
4036
4037
|
|
4037
|
-
# Minutes of hour
|
4038
|
+
# Minutes of an hour. Must be greater than or equal to 0 and less than or equal
|
4039
|
+
# to 59.
|
4038
4040
|
# Corresponds to the JSON property `minutes`
|
4039
4041
|
# @return [Fixnum]
|
4040
4042
|
attr_accessor :minutes
|
4041
4043
|
|
4042
|
-
# Fractions of seconds in nanoseconds. Must be
|
4044
|
+
# Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
|
4045
|
+
# less than or equal to 999,999,999.
|
4043
4046
|
# Corresponds to the JSON property `nanos`
|
4044
4047
|
# @return [Fixnum]
|
4045
4048
|
attr_accessor :nanos
|
4046
4049
|
|
4047
|
-
# Seconds of
|
4048
|
-
# allow the value 60 if it allows leap-
|
4050
|
+
# Seconds of a minute. Must be greater than or equal to 0 and typically must be
|
4051
|
+
# less than or equal to 59. An API may allow the value 60 if it allows leap-
|
4052
|
+
# seconds.
|
4049
4053
|
# Corresponds to the JSON property `seconds`
|
4050
4054
|
# @return [Fixnum]
|
4051
4055
|
attr_accessor :seconds
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module Adexchangebuyer2V2beta1
|
18
18
|
# Version of the google-apis-adexchangebuyer2_v2beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.28.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241002"
|
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-adexchangebuyer2_v2beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.28.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: 2024-
|
11
|
+
date: 2024-10-06 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-adexchangebuyer2_v2beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-adexchangebuyer2_v2beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-adexchangebuyer2_v2beta1/v0.28.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-adexchangebuyer2_v2beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|