From 485385adb1fcb06491aa45d408d883d829c0e5ae Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Fri, 20 Dec 2024 05:12:30 -0800 Subject: [PATCH] feat: Automated regeneration of DLP client (#12746) Auto-created at 2024-12-20 13:10:36 +0000 using the toys pull request generator. --- clients/dlp/lib/google_api/dlp/v2/metadata.ex | 2 +- .../dlp/v2/model/google_privacy_dlp_v2_file_cluster_summary.ex | 2 +- .../v2/model/google_privacy_dlp_v2_file_store_data_profile.ex | 2 +- clients/dlp/mix.exs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clients/dlp/lib/google_api/dlp/v2/metadata.ex b/clients/dlp/lib/google_api/dlp/v2/metadata.ex index 87f7c60af6..dde8cb4cdb 100644 --- a/clients/dlp/lib/google_api/dlp/v2/metadata.ex +++ b/clients/dlp/lib/google_api/dlp/v2/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.DLP.V2 do API client metadata for GoogleApi.DLP.V2. """ - @discovery_revision "20241204" + @discovery_revision "20241215" def discovery_revision(), do: @discovery_revision end diff --git a/clients/dlp/lib/google_api/dlp/v2/model/google_privacy_dlp_v2_file_cluster_summary.ex b/clients/dlp/lib/google_api/dlp/v2/model/google_privacy_dlp_v2_file_cluster_summary.ex index 8ee873dfba..8cd4a482e9 100644 --- a/clients/dlp/lib/google_api/dlp/v2/model/google_privacy_dlp_v2_file_cluster_summary.ex +++ b/clients/dlp/lib/google_api/dlp/v2/model/google_privacy_dlp_v2_file_cluster_summary.ex @@ -27,7 +27,7 @@ defmodule GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileClusterSummary do * `fileExtensionsScanned` (*type:* `list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileExtensionInfo.t)`, *default:* `nil`) - A sample of file types scanned in this cluster. Empty if no files were scanned. File extensions can be derived from the file name or the file content. * `fileExtensionsSeen` (*type:* `list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileExtensionInfo.t)`, *default:* `nil`) - A sample of file types seen in this cluster. Empty if no files were seen. File extensions can be derived from the file name or the file content. * `fileStoreInfoTypeSummaries` (*type:* `list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileStoreInfoTypeSummary.t)`, *default:* `nil`) - InfoTypes detected in this cluster. - * `noFilesExist` (*type:* `boolean()`, *default:* `nil`) - True if no files exist in this cluster. If the bucket had more files than could be listed, this will be false even if no files for this cluster were seen and file_extensions_seen is empty. + * `noFilesExist` (*type:* `boolean()`, *default:* `nil`) - True if no files exist in this cluster. If the file store had more files than could be listed, this will be false even if no files for this cluster were seen and file_extensions_seen is empty. * `sensitivityScore` (*type:* `GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2SensitivityScore.t`, *default:* `nil`) - The sensitivity score of this cluster. The score will be SENSITIVITY_LOW if nothing has been scanned. """ diff --git a/clients/dlp/lib/google_api/dlp/v2/model/google_privacy_dlp_v2_file_store_data_profile.ex b/clients/dlp/lib/google_api/dlp/v2/model/google_privacy_dlp_v2_file_store_data_profile.ex index 411b2e7afe..248775dffd 100644 --- a/clients/dlp/lib/google_api/dlp/v2/model/google_privacy_dlp_v2_file_store_data_profile.ex +++ b/clients/dlp/lib/google_api/dlp/v2/model/google_privacy_dlp_v2_file_store_data_profile.ex @@ -33,7 +33,7 @@ defmodule GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileStoreDataProfile do * `fileStorePath` (*type:* `String.t`, *default:* `nil`) - The file store path. * Cloud Storage: `gs://{bucket}` * Amazon S3: `s3://{bucket}` * `fullResource` (*type:* `String.t`, *default:* `nil`) - The resource name of the resource profiled. https://cloud.google.com/apis/design/resource_names#full_resource_name Example format of an S3 bucket full resource name: `//cloudasset.googleapis.com/organizations/{org_id}/otherCloudConnections/aws/arn:aws:s3:::{bucket_name}` * `lastModifiedTime` (*type:* `DateTime.t`, *default:* `nil`) - The time the file store was last modified. - * `locationType` (*type:* `String.t`, *default:* `nil`) - The location type of the bucket (region, dual-region, multi-region, etc). If dual-region, expect data_storage_locations to be populated. + * `locationType` (*type:* `String.t`, *default:* `nil`) - The location type of the file store (region, dual-region, multi-region, etc). If dual-region, expect data_storage_locations to be populated. * `name` (*type:* `String.t`, *default:* `nil`) - The name of the profile. * `profileLastGenerated` (*type:* `DateTime.t`, *default:* `nil`) - The last time the profile was generated. * `profileStatus` (*type:* `GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ProfileStatus.t`, *default:* `nil`) - Success or error status from the most recent profile generation attempt. May be empty if the profile is still being generated. diff --git a/clients/dlp/mix.exs b/clients/dlp/mix.exs index 986d546606..63ce609931 100644 --- a/clients/dlp/mix.exs +++ b/clients/dlp/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.DLP.Mixfile do use Mix.Project - @version "0.53.0" + @version "0.53.1" def project() do [