Skip to content

Commit

Permalink
feat: Automated regeneration of contactcenteraiplatform v1alpha1 client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Oct 20, 2024
1 parent aa9a74f commit 6add587
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-contactcenteraiplatform_v1alpha1

### v0.25.0 (2024-10-20)

* Regenerated from discovery document revision 20241009

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

* Regenerated from discovery document revision 20241002
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def update!(**args)
end
end

# Message describing ContactCenter object Next ID: 23
# Message describing ContactCenter object Next ID: 24
class ContactCenter
include Google::Apis::Core::Hashable

Expand Down Expand Up @@ -597,7 +597,7 @@ class OperationMetadata
# @return [String]
attr_accessor :api_version

# Message describing ContactCenter object Next ID: 23
# Message describing ContactCenter object Next ID: 24
# Corresponds to the JSON property `contactCenter`
# @return [Google::Apis::ContactcenteraiplatformV1alpha1::ContactCenter]
attr_accessor :contact_center
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.24.0"
GEM_VERSION = "0.25.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 = "20241002"
REVISION = "20241009"
end
end
end

0 comments on commit 6add587

Please sign in to comment.