Skip to content

Commit 3a6916b

Browse files
feat: Automated regeneration of dataplex v1 client (googleapis#24077)
Auto-created at 2025-08-24 10:42:58 +0000 using the toys pull request generator.
1 parent 9f49f37 commit 3a6916b

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
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.84.0 (2025-08-24)
4+
5+
* Regenerated from discovery document revision 20250820
6+
37
### v0.83.0 (2025-08-17)
48

59
* Regenerated from discovery document revision 20250808

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.83.0"
19+
GEM_VERSION = "0.84.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 = "20250808"
25+
REVISION = "20250820"
2626
end
2727
end
2828
end

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -546,8 +546,8 @@ def get_project_location(name, fields: nil, quota_user: nil, options: nil, &bloc
546546
# @param [String] name
547547
# The resource that owns the locations collection, if applicable.
548548
# @param [Array<String>, String] extra_location_types
549-
# Optional. A list of extra location types that should be used as conditions for
550-
# controlling the visibility of the locations.
549+
# Optional. Do not use this field. It is unsupported and is ignored unless
550+
# explicitly documented otherwise. This is primarily for internal usage.
551551
# @param [String] filter
552552
# A filter to narrow down results to a preferred subset. The filtering language
553553
# accepts strings like "displayName=tokyo", and is documented in more detail in
@@ -640,8 +640,8 @@ def lookup_project_location_entry(name, aspect_types: nil, entry: nil, paths: ni
640640
# Required. The project to which the request should be attributed in the
641641
# following form: projects/`project`/locations/global.
642642
# @param [String] order_by
643-
# Optional. Specifies the ordering of results. Supported values are: relevance (
644-
# default) last_modified_timestamp last_modified_timestamp asc
643+
# Optional. Specifies the ordering of results. Supported values are: relevance
644+
# last_modified_timestamp last_modified_timestamp asc
645645
# @param [Fixnum] page_size
646646
# Optional. Number of results in the search page. If <=0, then defaults to 10.
647647
# Max limit for page_size is 1000. Throws an invalid argument for page_size >

0 commit comments

Comments
 (0)