Skip to content

Commit dc8cd1c

Browse files
feat: Automated regeneration of dataplex v1 client (googleapis#23181)
Auto-created at 2025-05-21 20:09:27 +0000 using the toys pull request generator.
1 parent d6cd244 commit dc8cd1c

File tree

4 files changed

+29
-23
lines changed

4 files changed

+29
-23
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.75.0 (2025-05-21)
4+
5+
* Regenerated from discovery document revision 20250513
6+
37
### v0.74.0 (2025-05-04)
48

59
* Regenerated from discovery document revision 20250429

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4659,7 +4659,7 @@ def update!(**args)
46594659
end
46604660
end
46614661

4662-
# EntryLink represents a link between two entries.
4662+
# EntryLink represents a link between two Entries.
46634663
class GoogleCloudDataplexV1EntryLink
46644664
include Google::Apis::Core::Hashable
46654665

@@ -4669,21 +4669,21 @@ class GoogleCloudDataplexV1EntryLink
46694669
attr_accessor :create_time
46704670

46714671
# Required. Immutable. Relative resource name of the Entry Link Type used to
4672-
# create this Entry Link, of the form: projects/`project`/locations/`location`/
4673-
# entryLinkTypes/`entry_link_type`.
4672+
# create this Entry Link, of the form: `projects/`project_id_or_number`/
4673+
# locations/`location_id`/entryLinkTypes/`entry_link_type_id`.
46744674
# Corresponds to the JSON property `entryLinkType`
46754675
# @return [String]
46764676
attr_accessor :entry_link_type
46774677

4678-
# Required. Specifies the entries referenced in the entry link. There should be
4678+
# Required. Specifies the Entries referenced in the Entry Link. There should be
46794679
# exactly two entry references.
46804680
# Corresponds to the JSON property `entryReferences`
46814681
# @return [Array<Google::Apis::DataplexV1::GoogleCloudDataplexV1EntryLinkEntryReference>]
46824682
attr_accessor :entry_references
46834683

46844684
# Output only. Immutable. Identifier. The relative resource name of the Entry
4685-
# Link, of the form: projects/`project`/locations/`location`/entryGroups/`
4686-
# entry_group`/entryLinks/`entry_link`.
4685+
# Link, of the form: projects/`project_id_or_number`/locations/`location_id`/
4686+
# entryGroups/`entry_group_id`/entryLinks/`entry_link_id`
46874687
# Corresponds to the JSON property `name`
46884688
# @return [String]
46894689
attr_accessor :name
@@ -4707,24 +4707,24 @@ def update!(**args)
47074707
end
47084708
end
47094709

4710-
# Reference to the Entry that is linked through the entry link.
4710+
# Reference to the Entry that is linked through the Entry Link.
47114711
class GoogleCloudDataplexV1EntryLinkEntryReference
47124712
include Google::Apis::Core::Hashable
47134713

4714-
# Required. Immutable. The relative resource name of the referenced entry, of
4715-
# the form: projects/`project`/locations/`location`/entryGroups/`entryGroup`/
4716-
# entries/`entry`.
4714+
# Required. Immutable. The relative resource name of the referenced Entry, of
4715+
# the form: projects/`project_id_or_number`/locations/`location_id`/entryGroups/`
4716+
# entry_group_id`/entries/`entry_id`
47174717
# Corresponds to the JSON property `name`
47184718
# @return [String]
47194719
attr_accessor :name
47204720

4721-
# Immutable. The path in the entry that is referenced in the entry link. Empty
4722-
# path denotes that the entry itself is referenced in the entry link.
4721+
# Immutable. The path in the Entry that is referenced in the Entry Link. Empty
4722+
# path denotes that the Entry itself is referenced in the Entry Link.
47234723
# Corresponds to the JSON property `path`
47244724
# @return [String]
47254725
attr_accessor :path
47264726

4727-
# Required. Immutable. The reference type of the entry.
4727+
# Required. Immutable. The reference type of the Entry.
47284728
# Corresponds to the JSON property `type`
47294729
# @return [String]
47304730
attr_accessor :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.74.0"
19+
GEM_VERSION = "0.75.0"
2020

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

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

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

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ def lookup_project_location_entry(name, aspect_types: nil, entry: nil, paths: ni
638638
# Searches for Entries matching the given query and scope.
639639
# @param [String] name
640640
# Required. The project to which the request should be attributed in the
641-
# following form: projects/`project`/locations/`location`.
641+
# following form: projects/`project`/locations/global.
642642
# @param [String] order_by
643643
# Optional. Specifies the ordering of results. Supported values are: relevance (
644644
# default) last_modified_timestamp last_modified_timestamp asc
@@ -3070,8 +3070,8 @@ def patch_project_location_entry_group_entry(name, google_cloud_dataplex_v1_entr
30703070

30713071
# Creates an Entry Link.
30723072
# @param [String] parent
3073-
# Required. The resource name of the parent Entry Group: projects/`project`/
3074-
# locations/`location`/entryGroups/`entry_group`.
3073+
# Required. The resource name of the parent Entry Group: projects/`
3074+
# project_id_or_number`/locations/`location_id`/entryGroups/`entry_group_id`.
30753075
# @param [Google::Apis::DataplexV1::GoogleCloudDataplexV1EntryLink] google_cloud_dataplex_v1_entry_link_object
30763076
# @param [String] entry_link_id
30773077
# Required. Entry Link identifier * Must contain only lowercase letters, numbers
@@ -3109,8 +3109,9 @@ def create_project_location_entry_group_entry_link(parent, google_cloud_dataplex
31093109

31103110
# Deletes an Entry Link.
31113111
# @param [String] name
3112-
# Required. The resource name of the Entry Link: projects/`project`/locations/`
3113-
# location`/entryGroups/`entry_group`/entryLinks/`entry_link`.
3112+
# Required. The resource name of the Entry Link: projects/`project_id_or_number`/
3113+
# locations/`location_id`/entryGroups/`entry_group_id`/entryLinks/`entry_link_id`
3114+
# .
31143115
# @param [String] fields
31153116
# Selector specifying which fields to include in a partial response.
31163117
# @param [String] quota_user
@@ -3138,10 +3139,11 @@ def delete_project_location_entry_group_entry_link(name, fields: nil, quota_user
31383139
execute_or_queue_command(command, &block)
31393140
end
31403141

3141-
# Gets an entry link.
3142+
# Gets an Entry Link.
31423143
# @param [String] name
3143-
# Required. The resource name of the Entry Link: projects/`project`/locations/`
3144-
# location`/entryGroups/`entry_group`/entryLinks/`entry_link`.
3144+
# Required. The resource name of the Entry Link: projects/`project_id_or_number`/
3145+
# locations/`location_id`/entryGroups/`entry_group_id`/entryLinks/`entry_link_id`
3146+
# .
31453147
# @param [String] fields
31463148
# Selector specifying which fields to include in a partial response.
31473149
# @param [String] quota_user

0 commit comments

Comments
 (0)