Skip to content

Commit 9e2960b

Browse files
feat: Automated regeneration of dataplex v1 client (googleapis#20348)
Auto-created at 2024-10-06 09:50:48 +0000 using the toys pull request generator.
1 parent 2f1935b commit 9e2960b

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
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.64.0 (2024-10-06)
4+
5+
* Regenerated from discovery document revision 20240925
6+
37
### v0.63.0 (2024-09-22)
48

59
* Regenerated from discovery document revision 20240914

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.63.0"
19+
GEM_VERSION = "0.64.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 = "20240914"
25+
REVISION = "20240925"
2626
end
2727
end
2828
end

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2819,12 +2819,13 @@ def list_project_location_entry_group_entries(parent, filter: nil, page_size: ni
28192819
# @param [Array<String>, String] aspect_keys
28202820
# Optional. The map keys of the Aspects which the service should modify. It
28212821
# supports the following syntaxes: - matches an aspect of the given type and
2822-
# empty path. @path - matches an aspect of the given type and specified path. * -
2823-
# matches aspects of the given type for all paths. *@path - matches aspects of
2824-
# all types on the given path.The service will not remove existing aspects
2825-
# matching the syntax unless delete_missing_aspects is set to true.If this field
2826-
# is left empty, the service treats it as specifying exactly those Aspects
2827-
# present in the request.
2822+
# empty path. @path - matches an aspect of the given type and specified path.
2823+
# For example, to attach an aspect to a field that is specified by the schema
2824+
# aspect, the path should have the format Schema.. * - matches aspects of the
2825+
# given type for all paths. *@path - matches aspects of all types on the given
2826+
# path.The service will not remove existing aspects matching the syntax unless
2827+
# delete_missing_aspects is set to true.If this field is left empty, the service
2828+
# treats it as specifying exactly those Aspects present in the request.
28282829
# @param [Boolean] delete_missing_aspects
28292830
# Optional. If set to true and the aspect_keys specify aspect ranges, the
28302831
# service deletes any existing aspects from that range that weren't provided in

0 commit comments

Comments
 (0)