From 6994f9728b02ce8113a25cedda5d45b5a66eea10 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Sun, 13 Oct 2024 09:48:03 +0000 Subject: [PATCH] feat: Automated regeneration of dlp v2 client --- generated/google-apis-dlp_v2/CHANGELOG.md | 4 +++ .../lib/google/apis/dlp_v2/classes.rb | 31 +++++++++++-------- .../lib/google/apis/dlp_v2/gem_version.rb | 4 +-- 3 files changed, 24 insertions(+), 15 deletions(-) diff --git a/generated/google-apis-dlp_v2/CHANGELOG.md b/generated/google-apis-dlp_v2/CHANGELOG.md index 0cb9250d728..542c5ee62aa 100644 --- a/generated/google-apis-dlp_v2/CHANGELOG.md +++ b/generated/google-apis-dlp_v2/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-dlp_v2 +### v0.77.0 (2024-10-13) + +* Regenerated from discovery document revision 20241006 + ### v0.76.0 (2024-09-22) * Regenerated from discovery document revision 20240916 diff --git a/generated/google-apis-dlp_v2/lib/google/apis/dlp_v2/classes.rb b/generated/google-apis-dlp_v2/lib/google/apis/dlp_v2/classes.rb index 93e13b9cf84..973dd456ed7 100644 --- a/generated/google-apis-dlp_v2/lib/google/apis/dlp_v2/classes.rb +++ b/generated/google-apis-dlp_v2/lib/google/apis/dlp_v2/classes.rb @@ -1521,13 +1521,13 @@ class GooglePrivacyDlpV2ColumnDataProfile # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2DataRiskLevel] attr_accessor :data_risk_level - # The BigQuery dataset ID. + # The BigQuery dataset ID, if the resource profiled is a BigQuery table. # Corresponds to the JSON property `datasetId` # @return [String] attr_accessor :dataset_id - # The BigQuery location where the dataset's data is stored. See https://cloud. - # google.com/bigquery/docs/locations for supported locations. + # If supported, the location where the dataset's data is stored. See https:// + # cloud.google.com/bigquery/docs/locations for supported BigQuery locations. # Corresponds to the JSON property `datasetLocation` # @return [String] attr_accessor :dataset_location @@ -1600,7 +1600,7 @@ class GooglePrivacyDlpV2ColumnDataProfile # @return [String] attr_accessor :table_full_resource - # The BigQuery table ID. + # The table ID. # Corresponds to the JSON property `tableId` # @return [String] attr_accessor :table_id @@ -9539,8 +9539,9 @@ class GooglePrivacyDlpV2TableDataProfile # @return [Fixnum] attr_accessor :failed_column_count - # The resource name of the resource profiled. https://cloud.google.com/apis/ - # design/resource_names#full_resource_name + # The Cloud Asset Inventory resource that was profiled in order to generate this + # TableDataProfile. https://cloud.google.com/apis/design/resource_names# + # full_resource_name # Corresponds to the JSON property `fullResource` # @return [String] attr_accessor :full_resource @@ -9612,7 +9613,7 @@ class GooglePrivacyDlpV2TableDataProfile # @return [String] attr_accessor :state - # If the resource is BigQuery, the BigQuery table ID. + # The table ID. # Corresponds to the JSON property `tableId` # @return [String] attr_accessor :table_id @@ -10806,24 +10807,28 @@ def update!(**args) class GoogleTypeTimeOfDay include Google::Apis::Core::Hashable - # Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to - # allow the value "24:00:00" for scenarios like business closing time. + # Hours of a day in 24 hour format. Must be greater than or equal to 0 and + # typically must be less than or equal to 23. An API may choose to allow the + # value "24:00:00" for scenarios like business closing time. # Corresponds to the JSON property `hours` # @return [Fixnum] attr_accessor :hours - # Minutes of hour of day. Must be from 0 to 59. + # Minutes of an hour. Must be greater than or equal to 0 and less than or equal + # to 59. # Corresponds to the JSON property `minutes` # @return [Fixnum] attr_accessor :minutes - # Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999. + # Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and + # less than or equal to 999,999,999. # Corresponds to the JSON property `nanos` # @return [Fixnum] attr_accessor :nanos - # Seconds of minutes of the time. Must normally be from 0 to 59. An API may - # allow the value 60 if it allows leap-seconds. + # Seconds of a minute. Must be greater than or equal to 0 and typically must be + # less than or equal to 59. An API may allow the value 60 if it allows leap- + # seconds. # Corresponds to the JSON property `seconds` # @return [Fixnum] attr_accessor :seconds diff --git a/generated/google-apis-dlp_v2/lib/google/apis/dlp_v2/gem_version.rb b/generated/google-apis-dlp_v2/lib/google/apis/dlp_v2/gem_version.rb index ad739554110..64a91ac8c65 100644 --- a/generated/google-apis-dlp_v2/lib/google/apis/dlp_v2/gem_version.rb +++ b/generated/google-apis-dlp_v2/lib/google/apis/dlp_v2/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module DlpV2 # Version of the google-apis-dlp_v2 gem - GEM_VERSION = "0.76.0" + GEM_VERSION = "0.77.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 = "20240916" + REVISION = "20241006" end end end