Skip to content

Commit c8af143

Browse files
feat: Automated regeneration of DLP client (#13254)
Auto-created at 2025-03-29 13:09:55 +0000 using the toys pull request generator.
1 parent 53945f2 commit c8af143

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/dlp/lib/google_api/dlp/v2/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.DLP.V2 do
2020
API client metadata for GoogleApi.DLP.V2.
2121
"""
2222

23-
@discovery_revision "20250309"
23+
@discovery_revision "20250323"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/dlp/lib/google_api/dlp/v2/model/google_privacy_dlp_v2_file_store_data_profile.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ defmodule GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileStoreDataProfile do
2828
* `dataStorageLocations` (*type:* `list(String.t)`, *default:* `nil`) - For resources that have multiple storage locations, these are those regions. For Cloud Storage this is the list of regions chosen for dual-region storage. `file_store_location` will normally be the corresponding multi-region for the list of individual locations. The first region is always picked as the processing and storage location for the data profile.
2929
* `fileClusterSummaries` (*type:* `list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileClusterSummary.t)`, *default:* `nil`) - FileClusterSummary per each cluster.
3030
* `fileStoreInfoTypeSummaries` (*type:* `list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileStoreInfoTypeSummary.t)`, *default:* `nil`) - InfoTypes detected in this file store.
31-
* `fileStoreIsEmpty` (*type:* `boolean()`, *default:* `nil`) - The file store does not have any files.
31+
* `fileStoreIsEmpty` (*type:* `boolean()`, *default:* `nil`) - The file store does not have any files. If the profiling failed, this will be false.
3232
* `fileStoreLocation` (*type:* `String.t`, *default:* `nil`) - The location of the file store. * Cloud Storage: https://cloud.google.com/storage/docs/locations#available-locations * Amazon S3: https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints
3333
* `fileStorePath` (*type:* `String.t`, *default:* `nil`) - The file store path. * Cloud Storage: `gs://{bucket}` * Amazon S3: `s3://{bucket}` * Vertex AI dataset: `projects/{project_number}/locations/{location}/datasets/{dataset_id}`
3434
* `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}`

0 commit comments

Comments
 (0)