Skip to content

Commit 365f7cf

Browse files
feat: Automated regeneration of datacatalog v1 client (googleapis#23250)
Auto-created at 2025-05-25 10:05:50 +0000 using the toys pull request generator.
1 parent dfdd7f9 commit 365f7cf

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

generated/google-apis-datacatalog_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-datacatalog_v1
22

3+
### v0.59.0 (2025-05-25)
4+
5+
* Regenerated from discovery document revision 20250520
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.58.0 (2025-05-11)
49

510
* Regenerated from discovery document revision 20250502

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

Lines changed: 3 additions & 3 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.58.0"
19+
GEM_VERSION = "0.59.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250502"
25+
REVISION = "20250520"
2626
end
2727
end
2828
end

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,8 @@ def patch_project_location_entry_group_entry_tag(name, google_cloud_datacatalog_
12771277
# deletes tags not included in the input tag list. `ReconcileTags` returns a
12781278
# long-running operation resource that can be queried with Operations.
12791279
# GetOperation to return ReconcileTagsMetadata and a ReconcileTagsResponse
1280-
# message.
1280+
# message. Note: SearchCatalog might return stale search results for up to 24
1281+
# hours after the `ReconcileTags` operation completes.
12811282
# @param [String] parent
12821283
# Required. Name of Entry to be tagged.
12831284
# @param [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ReconcileTagsRequest] google_cloud_datacatalog_v1_reconcile_tags_request_object

0 commit comments

Comments
 (0)