From b793908bb4a2e121b2ed4f5c64d0041b0ffa1eac Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Sun, 19 Oct 2025 10:10:33 +0000 Subject: [PATCH] feat: Automated regeneration of dataplex v1 client --- api_names_out.yaml | 1 + generated/google-apis-dataplex_v1/CHANGELOG.md | 4 ++++ .../lib/google/apis/dataplex_v1/classes.rb | 6 ++++++ .../lib/google/apis/dataplex_v1/gem_version.rb | 4 ++-- .../lib/google/apis/dataplex_v1/representations.rb | 1 + 5 files changed, 14 insertions(+), 2 deletions(-) diff --git a/api_names_out.yaml b/api_names_out.yaml index 3e72c8b351a..0fec8551dfd 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -154730,6 +154730,7 @@ "/dataplex:v1/GoogleCloudDataplexV1AspectType": google_cloud_dataplex_v1_aspect_type "/dataplex:v1/GoogleCloudDataplexV1AspectType/authorization": authorization "/dataplex:v1/GoogleCloudDataplexV1AspectType/createTime": create_time +"/dataplex:v1/GoogleCloudDataplexV1AspectType/dataClassification": data_classification "/dataplex:v1/GoogleCloudDataplexV1AspectType/description": description "/dataplex:v1/GoogleCloudDataplexV1AspectType/displayName": display_name "/dataplex:v1/GoogleCloudDataplexV1AspectType/etag": etag diff --git a/generated/google-apis-dataplex_v1/CHANGELOG.md b/generated/google-apis-dataplex_v1/CHANGELOG.md index db55dc2efbb..1ae77614155 100644 --- a/generated/google-apis-dataplex_v1/CHANGELOG.md +++ b/generated/google-apis-dataplex_v1/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-dataplex_v1 +### v0.89.0 (2025-10-19) + +* Regenerated from discovery document revision 20251012 + ### v0.88.0 (2025-10-05) * Regenerated from discovery document revision 20250924 diff --git a/generated/google-apis-dataplex_v1/lib/google/apis/dataplex_v1/classes.rb b/generated/google-apis-dataplex_v1/lib/google/apis/dataplex_v1/classes.rb index e3a768e1012..fcd42c9ebbc 100644 --- a/generated/google-apis-dataplex_v1/lib/google/apis/dataplex_v1/classes.rb +++ b/generated/google-apis-dataplex_v1/lib/google/apis/dataplex_v1/classes.rb @@ -431,6 +431,11 @@ class GoogleCloudDataplexV1AspectType # @return [String] attr_accessor :create_time + # Optional. Immutable. Stores data classification of the aspect. + # Corresponds to the JSON property `dataClassification` + # @return [String] + attr_accessor :data_classification + # Optional. Description of the AspectType. # Corresponds to the JSON property `description` # @return [String] @@ -489,6 +494,7 @@ def initialize(**args) def update!(**args) @authorization = args[:authorization] if args.key?(:authorization) @create_time = args[:create_time] if args.key?(:create_time) + @data_classification = args[:data_classification] if args.key?(:data_classification) @description = args[:description] if args.key?(:description) @display_name = args[:display_name] if args.key?(:display_name) @etag = args[:etag] if args.key?(:etag) diff --git a/generated/google-apis-dataplex_v1/lib/google/apis/dataplex_v1/gem_version.rb b/generated/google-apis-dataplex_v1/lib/google/apis/dataplex_v1/gem_version.rb index 66a3a76424a..d562a141205 100644 --- a/generated/google-apis-dataplex_v1/lib/google/apis/dataplex_v1/gem_version.rb +++ b/generated/google-apis-dataplex_v1/lib/google/apis/dataplex_v1/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module DataplexV1 # Version of the google-apis-dataplex_v1 gem - GEM_VERSION = "0.88.0" + GEM_VERSION = "0.89.0" # Version of the code generator used to generate this client GENERATOR_VERSION = "0.18.0" # Revision of the discovery document this client was generated from - REVISION = "20250924" + REVISION = "20251012" end end end diff --git a/generated/google-apis-dataplex_v1/lib/google/apis/dataplex_v1/representations.rb b/generated/google-apis-dataplex_v1/lib/google/apis/dataplex_v1/representations.rb index 51a9aac844d..824d77f5198 100644 --- a/generated/google-apis-dataplex_v1/lib/google/apis/dataplex_v1/representations.rb +++ b/generated/google-apis-dataplex_v1/lib/google/apis/dataplex_v1/representations.rb @@ -1554,6 +1554,7 @@ class Representation < Google::Apis::Core::JsonRepresentation property :authorization, as: 'authorization', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeAuthorization, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeAuthorization::Representation property :create_time, as: 'createTime' + property :data_classification, as: 'dataClassification' property :description, as: 'description' property :display_name, as: 'displayName' property :etag, as: 'etag'