Skip to content

Commit

Permalink
feat: Automated regeneration of contactcenteraiplatform v1alpha1 clie…
Browse files Browse the repository at this point in the history
…nt (#20356)

Auto-created at 2024-10-13 09:06:24 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Oct 13, 2024
1 parent abb11eb commit 3ae125b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-contactcenteraiplatform_v1alpha1

### v0.24.0 (2024-10-13)

* Regenerated from discovery document revision 20241002

### v0.23.0 (2024-09-15)

* Regenerated from discovery document revision 20240904
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -837,24 +837,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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module ContactcenteraiplatformV1alpha1
# Version of the google-apis-contactcenteraiplatform_v1alpha1 gem
GEM_VERSION = "0.23.0"
GEM_VERSION = "0.24.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20240904"
REVISION = "20241002"
end
end
end

0 comments on commit 3ae125b

Please sign in to comment.