Skip to content

Commit b3d2b7d

Browse files
feat: Automated regeneration of file v1 client (googleapis#20427)
Auto-created at 2024-10-20 09:43:51 +0000 using the toys pull request generator.
1 parent c64b367 commit b3d2b7d

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

generated/google-apis-file_v1/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-file_v1
22

3+
### v0.48.0 (2024-10-20)
4+
5+
* Regenerated from discovery document revision 20241008
6+
37
### v0.47.0 (2024-09-15)
48

59
* Regenerated from discovery document revision 20240905

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

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

1826-
# Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to
1827-
# allow the value "24:00:00" for scenarios like business closing time.
1826+
# Hours of a day in 24 hour format. Must be greater than or equal to 0 and
1827+
# typically must be less than or equal to 23. An API may choose to allow the
1828+
# value "24:00:00" for scenarios like business closing time.
18281829
# Corresponds to the JSON property `hours`
18291830
# @return [Fixnum]
18301831
attr_accessor :hours
18311832

1832-
# Minutes of hour of day. Must be from 0 to 59.
1833+
# Minutes of an hour. Must be greater than or equal to 0 and less than or equal
1834+
# to 59.
18331835
# Corresponds to the JSON property `minutes`
18341836
# @return [Fixnum]
18351837
attr_accessor :minutes
18361838

1837-
# Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
1839+
# Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
1840+
# less than or equal to 999,999,999.
18381841
# Corresponds to the JSON property `nanos`
18391842
# @return [Fixnum]
18401843
attr_accessor :nanos
18411844

1842-
# Seconds of minutes of the time. Must normally be from 0 to 59. An API may
1843-
# allow the value 60 if it allows leap-seconds.
1845+
# Seconds of a minute. Must be greater than or equal to 0 and typically must be
1846+
# less than or equal to 59. An API may allow the value 60 if it allows leap-
1847+
# seconds.
18441848
# Corresponds to the JSON property `seconds`
18451849
# @return [Fixnum]
18461850
attr_accessor :seconds

generated/google-apis-file_v1/lib/google/apis/file_v1/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 FileV1
1818
# Version of the google-apis-file_v1 gem
19-
GEM_VERSION = "0.47.0"
19+
GEM_VERSION = "0.48.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 = "20240905"
25+
REVISION = "20241008"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)