Skip to content

Commit 522145b

Browse files
feat: Automated regeneration of dataplex v1 client (googleapis#23768)
Auto-created at 2025-07-27 09:47:12 +0000 using the toys pull request generator.
1 parent cdeb7bc commit 522145b

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

generated/google-apis-dataplex_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-dataplex_v1
22

3+
### v0.80.0 (2025-07-27)
4+
5+
* Regenerated from discovery document revision 20250714
6+
37
### v0.79.0 (2025-07-13)
48

59
* Regenerated from discovery document revision 20250708

generated/google-apis-dataplex_v1/lib/google/apis/dataplex_v1.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ module DataplexV1
3131

3232
# See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
3333
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34-
35-
# View your data across Google Cloud services and see the email address of your Google Account
36-
AUTH_CLOUD_PLATFORM_READ_ONLY = 'https://www.googleapis.com/auth/cloud-platform.read-only'
3734
end
3835
end
3936
end

generated/google-apis-dataplex_v1/lib/google/apis/dataplex_v1/classes.rb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4731,8 +4731,12 @@ class GoogleCloudDataplexV1EntryLink
47314731
attr_accessor :create_time
47324732

47334733
# Required. Immutable. Relative resource name of the Entry Link Type used to
4734-
# create this Entry Link, of the form: `projects/`project_id_or_number`/
4735-
# locations/`location_id`/entryLinkTypes/`entry_link_type_id`.
4734+
# create this Entry Link. For example: Entry link between synonym terms in a
4735+
# glossary: projects/dataplex-types/locations/global/entryLinkTypes/synonym
4736+
# Entry link between related terms in a glossary: projects/dataplex-types/
4737+
# locations/global/entryLinkTypes/related Entry link between glossary terms and
4738+
# data assets: projects/dataplex-types/locations/global/entryLinkTypes/
4739+
# definition
47364740
# Corresponds to the JSON property `entryLinkType`
47374741
# @return [String]
47384742
attr_accessor :entry_link_type

generated/google-apis-dataplex_v1/lib/google/apis/dataplex_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 DataplexV1
1818
# Version of the google-apis-dataplex_v1 gem
19-
GEM_VERSION = "0.79.0"
19+
GEM_VERSION = "0.80.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

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

0 commit comments

Comments
 (0)