diff --git a/generated/google-apis-mybusinessbusinessinformation_v1/CHANGELOG.md b/generated/google-apis-mybusinessbusinessinformation_v1/CHANGELOG.md index c3bd403fd8d..1e9e30f21a1 100644 --- a/generated/google-apis-mybusinessbusinessinformation_v1/CHANGELOG.md +++ b/generated/google-apis-mybusinessbusinessinformation_v1/CHANGELOG.md @@ -1,5 +1,10 @@ # Release history for google-apis-mybusinessbusinessinformation_v1 +### v0.22.0 (2024-10-06) + +* Regenerated from discovery document revision 20241002 +* Regenerated using generator version 0.15.1 + ### v0.21.0 (2024-05-19) * Regenerated using generator version 0.15.0 diff --git a/generated/google-apis-mybusinessbusinessinformation_v1/lib/google/apis/mybusinessbusinessinformation_v1/classes.rb b/generated/google-apis-mybusinessbusinessinformation_v1/lib/google/apis/mybusinessbusinessinformation_v1/classes.rb index 926dbbb4f55..c8ec4c0e9ce 100644 --- a/generated/google-apis-mybusinessbusinessinformation_v1/lib/google/apis/mybusinessbusinessinformation_v1/classes.rb +++ b/generated/google-apis-mybusinessbusinessinformation_v1/lib/google/apis/mybusinessbusinessinformation_v1/classes.rb @@ -1783,24 +1783,28 @@ def update!(**args) class TimeOfDay include Google::Apis::Core::Hashable - # Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to - # allow the value "24:00:00" for scenarios like business closing time. + # Hours of a day in 24 hour format. Must be greater than or equal to 0 and + # typically must be less than or equal to 23. An API may choose to allow the + # value "24:00:00" for scenarios like business closing time. # Corresponds to the JSON property `hours` # @return [Fixnum] attr_accessor :hours - # Minutes of hour of day. Must be from 0 to 59. + # Minutes of an hour. Must be greater than or equal to 0 and less than or equal + # to 59. # Corresponds to the JSON property `minutes` # @return [Fixnum] attr_accessor :minutes - # Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999. + # Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and + # less than or equal to 999,999,999. # Corresponds to the JSON property `nanos` # @return [Fixnum] attr_accessor :nanos - # Seconds of minutes of the time. Must normally be from 0 to 59. An API may - # allow the value 60 if it allows leap-seconds. + # Seconds of a minute. Must be greater than or equal to 0 and typically must be + # less than or equal to 59. An API may allow the value 60 if it allows leap- + # seconds. # Corresponds to the JSON property `seconds` # @return [Fixnum] attr_accessor :seconds diff --git a/generated/google-apis-mybusinessbusinessinformation_v1/lib/google/apis/mybusinessbusinessinformation_v1/gem_version.rb b/generated/google-apis-mybusinessbusinessinformation_v1/lib/google/apis/mybusinessbusinessinformation_v1/gem_version.rb index 8eb7ed8f120..48efe1c971e 100644 --- a/generated/google-apis-mybusinessbusinessinformation_v1/lib/google/apis/mybusinessbusinessinformation_v1/gem_version.rb +++ b/generated/google-apis-mybusinessbusinessinformation_v1/lib/google/apis/mybusinessbusinessinformation_v1/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module MybusinessbusinessinformationV1 # Version of the google-apis-mybusinessbusinessinformation_v1 gem - GEM_VERSION = "0.21.0" + GEM_VERSION = "0.22.0" # Version of the code generator used to generate this client - GENERATOR_VERSION = "0.15.0" + GENERATOR_VERSION = "0.15.1" # Revision of the discovery document this client was generated from - REVISION = "20231127" + REVISION = "20241002" end end end