Skip to content

Commit 60af68f

Browse files
feat: Automated regeneration of dataplex v1 client (#24676)
Auto-created at 2025-10-19 10:10:33 +0000 using the toys pull request generator.
1 parent 90ab28d commit 60af68f

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154951,6 +154951,7 @@
154951154951
"/dataplex:v1/GoogleCloudDataplexV1AspectType": google_cloud_dataplex_v1_aspect_type
154952154952
"/dataplex:v1/GoogleCloudDataplexV1AspectType/authorization": authorization
154953154953
"/dataplex:v1/GoogleCloudDataplexV1AspectType/createTime": create_time
154954+
"/dataplex:v1/GoogleCloudDataplexV1AspectType/dataClassification": data_classification
154954154955
"/dataplex:v1/GoogleCloudDataplexV1AspectType/description": description
154955154956
"/dataplex:v1/GoogleCloudDataplexV1AspectType/displayName": display_name
154956154957
"/dataplex:v1/GoogleCloudDataplexV1AspectType/etag": etag

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.89.0 (2025-10-19)
4+
5+
* Regenerated from discovery document revision 20251012
6+
37
### v0.88.0 (2025-10-05)
48

59
* Regenerated from discovery document revision 20250924

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,11 @@ class GoogleCloudDataplexV1AspectType
431431
# @return [String]
432432
attr_accessor :create_time
433433

434+
# Optional. Immutable. Stores data classification of the aspect.
435+
# Corresponds to the JSON property `dataClassification`
436+
# @return [String]
437+
attr_accessor :data_classification
438+
434439
# Optional. Description of the AspectType.
435440
# Corresponds to the JSON property `description`
436441
# @return [String]
@@ -489,6 +494,7 @@ def initialize(**args)
489494
def update!(**args)
490495
@authorization = args[:authorization] if args.key?(:authorization)
491496
@create_time = args[:create_time] if args.key?(:create_time)
497+
@data_classification = args[:data_classification] if args.key?(:data_classification)
492498
@description = args[:description] if args.key?(:description)
493499
@display_name = args[:display_name] if args.key?(:display_name)
494500
@etag = args[:etag] if args.key?(:etag)

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.88.0"
19+
GEM_VERSION = "0.89.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 = "20250924"
25+
REVISION = "20251012"
2626
end
2727
end
2828
end

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1554,6 +1554,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
15541554
property :authorization, as: 'authorization', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeAuthorization, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeAuthorization::Representation
15551555

15561556
property :create_time, as: 'createTime'
1557+
property :data_classification, as: 'dataClassification'
15571558
property :description, as: 'description'
15581559
property :display_name, as: 'displayName'
15591560
property :etag, as: 'etag'

0 commit comments

Comments
 (0)