Skip to content

Commit a74e5fe

Browse files
feat: Automated regeneration of connectors v2 client (googleapis#20470)
Auto-created at 2024-10-27 09:52:17 +0000 using the toys pull request generator.
1 parent 33a4cb5 commit a74e5fe

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

generated/google-apis-connectors_v2/CHANGELOG.md

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

3+
### v0.20.0 (2024-10-27)
4+
5+
* Regenerated from discovery document revision 20241015
6+
37
### v0.19.0 (2024-08-11)
48

59
* Regenerated from discovery document revision 20240729

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

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

1560-
# Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to
1561-
# allow the value "24:00:00" for scenarios like business closing time.
1560+
# Hours of a day in 24 hour format. Must be greater than or equal to 0 and
1561+
# typically must be less than or equal to 23. An API may choose to allow the
1562+
# value "24:00:00" for scenarios like business closing time.
15621563
# Corresponds to the JSON property `hours`
15631564
# @return [Fixnum]
15641565
attr_accessor :hours
15651566

1566-
# Minutes of hour of day. Must be from 0 to 59.
1567+
# Minutes of an hour. Must be greater than or equal to 0 and less than or equal
1568+
# to 59.
15671569
# Corresponds to the JSON property `minutes`
15681570
# @return [Fixnum]
15691571
attr_accessor :minutes
15701572

1571-
# Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
1573+
# Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
1574+
# less than or equal to 999,999,999.
15721575
# Corresponds to the JSON property `nanos`
15731576
# @return [Fixnum]
15741577
attr_accessor :nanos
15751578

1576-
# Seconds of minutes of the time. Must normally be from 0 to 59. An API may
1577-
# allow the value 60 if it allows leap-seconds.
1579+
# Seconds of a minute. Must be greater than or equal to 0 and typically must be
1580+
# less than or equal to 59. An API may allow the value 60 if it allows leap-
1581+
# seconds.
15781582
# Corresponds to the JSON property `seconds`
15791583
# @return [Fixnum]
15801584
attr_accessor :seconds

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ConnectorsV2
1818
# Version of the google-apis-connectors_v2 gem
19-
GEM_VERSION = "0.19.0"
19+
GEM_VERSION = "0.20.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.15.1"
2323

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

0 commit comments

Comments
 (0)