Skip to content

Commit 46c503d

Browse files
feat: Automated regeneration of dialogflow v2 client (googleapis#21080)
Auto-created at 2024-12-15 10:48:01 +0000 using the toys pull request generator.
1 parent fdca340 commit 46c503d

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

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

3+
### v0.95.0 (2024-12-15)
4+
5+
* Regenerated from discovery document revision 20241212
6+
37
### v0.94.0 (2024-12-02)
48

59
* Regenerated from discovery document revision 20241119

generated/google-apis-dialogflow_v2/lib/google/apis/dialogflow_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 DialogflowV2
1818
# Version of the google-apis-dialogflow_v2 gem
19-
GEM_VERSION = "0.94.0"
19+
GEM_VERSION = "0.95.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 = "20241119"
25+
REVISION = "20241212"
2626
end
2727
end
2828
end

generated/google-apis-dialogflow_v2/lib/google/apis/dialogflow_v2/service.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9717,8 +9717,8 @@ def reload_project_location_knowledge_basis_document(name, google_cloud_dialogfl
97179717
# Clients can use Operations.GetOperation or other methods to check whether the
97189718
# cancellation succeeded or whether the operation completed despite cancellation.
97199719
# On successful cancellation, the operation is not deleted; instead, it becomes
9720-
# an operation with an Operation.error value with a google.rpc.Status.code of 1,
9721-
# corresponding to `Code.CANCELLED`.
9720+
# an operation with an Operation.error value with a google.rpc.Status.code of `1`
9721+
# , corresponding to `Code.CANCELLED`.
97229722
# @param [String] name
97239723
# The name of the operation resource to be cancelled.
97249724
# @param [String] fields
@@ -9929,8 +9929,8 @@ def search_project_location_suggestion_knowledge(parent, google_cloud_dialogflow
99299929
# Clients can use Operations.GetOperation or other methods to check whether the
99309930
# cancellation succeeded or whether the operation completed despite cancellation.
99319931
# On successful cancellation, the operation is not deleted; instead, it becomes
9932-
# an operation with an Operation.error value with a google.rpc.Status.code of 1,
9933-
# corresponding to `Code.CANCELLED`.
9932+
# an operation with an Operation.error value with a google.rpc.Status.code of `1`
9933+
# , corresponding to `Code.CANCELLED`.
99349934
# @param [String] name
99359935
# The name of the operation resource to be cancelled.
99369936
# @param [String] fields

0 commit comments

Comments
 (0)