Skip to content

Commit e0fece5

Browse files
feat: Automated regeneration of DLP client (googleapis#12303)
Auto-created at 2024-10-12 13:16:15 +0000 using the toys pull request generator.
1 parent 512b1f3 commit e0fece5

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
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 "20240916"
23+
@discovery_revision "20241006"
2424

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ defmodule GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ColumnDataProfile do
2525
* `columnInfoType` (*type:* `GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoTypeSummary.t`, *default:* `nil`) - If it's been determined this column can be identified as a single type, this will be set. Otherwise the column either has unidentifiable content or mixed types.
2626
* `columnType` (*type:* `String.t`, *default:* `nil`) - The data type of a given column.
2727
* `dataRiskLevel` (*type:* `GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DataRiskLevel.t`, *default:* `nil`) - The data risk level for this column.
28-
* `datasetId` (*type:* `String.t`, *default:* `nil`) - The BigQuery dataset ID.
29-
* `datasetLocation` (*type:* `String.t`, *default:* `nil`) - The BigQuery location where the dataset's data is stored. See https://cloud.google.com/bigquery/docs/locations for supported locations.
28+
* `datasetId` (*type:* `String.t`, *default:* `nil`) - The BigQuery dataset ID, if the resource profiled is a BigQuery table.
29+
* `datasetLocation` (*type:* `String.t`, *default:* `nil`) - If supported, the location where the dataset's data is stored. See https://cloud.google.com/bigquery/docs/locations for supported BigQuery locations.
3030
* `datasetProjectId` (*type:* `String.t`, *default:* `nil`) - The Google Cloud project ID that owns the profiled resource.
3131
* `estimatedNullPercentage` (*type:* `String.t`, *default:* `nil`) - Approximate percentage of entries being null in the column.
3232
* `estimatedUniquenessScore` (*type:* `String.t`, *default:* `nil`) - Approximate uniqueness of the column.
@@ -40,7 +40,7 @@ defmodule GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ColumnDataProfile do
4040
* `state` (*type:* `String.t`, *default:* `nil`) - State of a profile.
4141
* `tableDataProfile` (*type:* `String.t`, *default:* `nil`) - The resource name of the table data profile.
4242
* `tableFullResource` (*type:* `String.t`, *default:* `nil`) - The resource name of the resource this column is within.
43-
* `tableId` (*type:* `String.t`, *default:* `nil`) - The BigQuery table ID.
43+
* `tableId` (*type:* `String.t`, *default:* `nil`) - The table ID.
4444
"""
4545

4646
use GoogleApi.Gax.ModelBase

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ defmodule GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TableDataProfile do
3131
* `encryptionStatus` (*type:* `String.t`, *default:* `nil`) - How the table is encrypted.
3232
* `expirationTime` (*type:* `DateTime.t`, *default:* `nil`) - Optional. The time when this table expires.
3333
* `failedColumnCount` (*type:* `String.t`, *default:* `nil`) - The number of columns skipped in the table because of an error.
34-
* `fullResource` (*type:* `String.t`, *default:* `nil`) - The resource name of the resource profiled. https://cloud.google.com/apis/design/resource_names#full_resource_name
34+
* `fullResource` (*type:* `String.t`, *default:* `nil`) - 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
3535
* `lastModifiedTime` (*type:* `DateTime.t`, *default:* `nil`) - The time when this table was last modified
3636
* `name` (*type:* `String.t`, *default:* `nil`) - The name of the profile.
3737
* `otherInfoTypes` (*type:* `list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2OtherInfoTypeSummary.t)`, *default:* `nil`) - Other infoTypes found in this table's data.
@@ -45,7 +45,7 @@ defmodule GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TableDataProfile do
4545
* `scannedColumnCount` (*type:* `String.t`, *default:* `nil`) - The number of columns profiled in the table.
4646
* `sensitivityScore` (*type:* `GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2SensitivityScore.t`, *default:* `nil`) - The sensitivity score of this table.
4747
* `state` (*type:* `String.t`, *default:* `nil`) - State of a profile.
48-
* `tableId` (*type:* `String.t`, *default:* `nil`) - If the resource is BigQuery, the BigQuery table ID.
48+
* `tableId` (*type:* `String.t`, *default:* `nil`) - The table ID.
4949
* `tableSizeBytes` (*type:* `String.t`, *default:* `nil`) - The size of the table when the profile was generated.
5050
"""
5151

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ defmodule GoogleApi.DLP.V2.Model.GoogleTypeTimeOfDay do
2121
2222
## Attributes
2323
24-
* `hours` (*type:* `integer()`, *default:* `nil`) - 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.
25-
* `minutes` (*type:* `integer()`, *default:* `nil`) - Minutes of hour of day. Must be from 0 to 59.
26-
* `nanos` (*type:* `integer()`, *default:* `nil`) - Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
27-
* `seconds` (*type:* `integer()`, *default:* `nil`) - 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.
24+
* `hours` (*type:* `integer()`, *default:* `nil`) - 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.
25+
* `minutes` (*type:* `integer()`, *default:* `nil`) - Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.
26+
* `nanos` (*type:* `integer()`, *default:* `nil`) - Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal to 999,999,999.
27+
* `seconds` (*type:* `integer()`, *default:* `nil`) - 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.
2828
"""
2929

3030
use GoogleApi.Gax.ModelBase

clients/dlp/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.DLP.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.52.0"
21+
@version "0.52.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)