Skip to content

Commit cffd44e

Browse files
feat: Automated regeneration of datacatalog v1 client (googleapis#20952)
Auto-created at 2024-12-08 10:24:35 +0000 using the toys pull request generator.
1 parent 3642f7f commit cffd44e

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

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

3+
### v0.54.0 (2024-12-08)
4+
5+
* Regenerated from discovery document revision 20241202
6+
37
### v0.53.0 (2024-10-27)
48

59
* Regenerated from discovery document revision 20241021

generated/google-apis-datacatalog_v1/lib/google/apis/datacatalog_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 DatacatalogV1
1818
# Version of the google-apis-datacatalog_v1 gem
19-
GEM_VERSION = "0.53.0"
19+
GEM_VERSION = "0.54.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 = "20241021"
25+
REVISION = "20241202"
2626
end
2727
end
2828
end

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1469,8 +1469,8 @@ def patch_project_location_entry_group_tag(name, google_cloud_datacatalog_v1_tag
14691469
# Clients can use Operations.GetOperation or other methods to check whether the
14701470
# cancellation succeeded or whether the operation completed despite cancellation.
14711471
# On successful cancellation, the operation is not deleted; instead, it becomes
1472-
# an operation with an Operation.error value with a google.rpc.Status.code of 1,
1473-
# corresponding to `Code.CANCELLED`.
1472+
# an operation with an Operation.error value with a google.rpc.Status.code of `1`
1473+
# , corresponding to `Code.CANCELLED`.
14741474
# @param [String] name
14751475
# The name of the operation resource to be cancelled.
14761476
# @param [String] fields

0 commit comments

Comments
 (0)