Skip to content

Commit 8c3692b

Browse files
feat: Automated regeneration of adexchangebuyer2 v2beta1 client (googleapis#20350)
Auto-created at 2024-10-06 09:52:37 +0000 using the toys pull request generator.
1 parent 4ac7adb commit 8c3692b

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

generated/google-apis-adexchangebuyer2_v2beta1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-adexchangebuyer2_v2beta1
22

3+
### v0.28.0 (2024-10-06)
4+
5+
* Regenerated from discovery document revision 20241002
6+
* Regenerated using generator version 0.15.1
7+
38
### v0.27.0 (2024-05-19)
49

510
* Regenerated using generator version 0.15.0

generated/google-apis-adexchangebuyer2_v2beta1/lib/google/apis/adexchangebuyer2_v2beta1/classes.rb

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4028,24 +4028,28 @@ def update!(**args)
40284028
class TimeOfDay
40294029
include Google::Apis::Core::Hashable
40304030

4031-
# Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to
4032-
# allow the value "24:00:00" for scenarios like business closing time.
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.
40334034
# Corresponds to the JSON property `hours`
40344035
# @return [Fixnum]
40354036
attr_accessor :hours
40364037

4037-
# Minutes of hour of day. Must be from 0 to 59.
4038+
# Minutes of an hour. Must be greater than or equal to 0 and less than or equal
4039+
# to 59.
40384040
# Corresponds to the JSON property `minutes`
40394041
# @return [Fixnum]
40404042
attr_accessor :minutes
40414043

4042-
# Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
4044+
# Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
4045+
# less than or equal to 999,999,999.
40434046
# Corresponds to the JSON property `nanos`
40444047
# @return [Fixnum]
40454048
attr_accessor :nanos
40464049

4047-
# Seconds of minutes of the time. Must normally be from 0 to 59. An API may
4048-
# allow the value 60 if it allows leap-seconds.
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.
40494053
# Corresponds to the JSON property `seconds`
40504054
# @return [Fixnum]
40514055
attr_accessor :seconds

generated/google-apis-adexchangebuyer2_v2beta1/lib/google/apis/adexchangebuyer2_v2beta1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module Adexchangebuyer2V2beta1
1818
# Version of the google-apis-adexchangebuyer2_v2beta1 gem
19-
GEM_VERSION = "0.27.0"
19+
GEM_VERSION = "0.28.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.0"
22+
GENERATOR_VERSION = "0.15.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20231206"
25+
REVISION = "20241002"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)