Skip to content

Commit

Permalink
feat: Automated regeneration of dataplex v1 client (#20348)
Browse files Browse the repository at this point in the history
Auto-created at 2024-10-06 09:50:48 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Oct 6, 2024
1 parent 2f1935b commit 9e2960b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
4 changes: 4 additions & 0 deletions generated/google-apis-dataplex_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-dataplex_v1

### v0.64.0 (2024-10-06)

* Regenerated from discovery document revision 20240925

### v0.63.0 (2024-09-22)

* Regenerated from discovery document revision 20240914
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module DataplexV1
# Version of the google-apis-dataplex_v1 gem
GEM_VERSION = "0.63.0"
GEM_VERSION = "0.64.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.15.1"

# Revision of the discovery document this client was generated from
REVISION = "20240914"
REVISION = "20240925"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -2819,12 +2819,13 @@ def list_project_location_entry_group_entries(parent, filter: nil, page_size: ni
# @param [Array<String>, String] aspect_keys
# Optional. The map keys of the Aspects which the service should modify. It
# supports the following syntaxes: - matches an aspect of the given type and
# empty path. @path - matches an aspect of the given type and specified path. * -
# matches aspects of the given type for all paths. *@path - matches aspects of
# all types on the given path.The service will not remove existing aspects
# matching the syntax unless delete_missing_aspects is set to true.If this field
# is left empty, the service treats it as specifying exactly those Aspects
# present in the request.
# empty path. @path - matches an aspect of the given type and specified path.
# For example, to attach an aspect to a field that is specified by the schema
# aspect, the path should have the format Schema.. * - matches aspects of the
# given type for all paths. *@path - matches aspects of all types on the given
# path.The service will not remove existing aspects matching the syntax unless
# delete_missing_aspects is set to true.If this field is left empty, the service
# treats it as specifying exactly those Aspects present in the request.
# @param [Boolean] delete_missing_aspects
# Optional. If set to true and the aspect_keys specify aspect ranges, the
# service deletes any existing aspects from that range that weren't provided in
Expand Down

0 comments on commit 9e2960b

Please sign in to comment.