You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/dlp/lib/google_api/dlp/v2/model/google_privacy_dlp_v2_column_data_profile.ex
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,8 @@ defmodule GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ColumnDataProfile do
25
25
* `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.
26
26
* `columnType` (*type:* `String.t`, *default:* `nil`) - The data type of a given column.
27
27
* `dataRiskLevel` (*type:* `GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DataRiskLevel.t`, *default:* `nil`) - The data risk level for this column.
* `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.
30
30
* `datasetProjectId` (*type:* `String.t`, *default:* `nil`) - The Google Cloud project ID that owns the profiled resource.
31
31
* `estimatedNullPercentage` (*type:* `String.t`, *default:* `nil`) - Approximate percentage of entries being null in the column.
32
32
* `estimatedUniquenessScore` (*type:* `String.t`, *default:* `nil`) - Approximate uniqueness of the column.
@@ -40,7 +40,7 @@ defmodule GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ColumnDataProfile do
40
40
* `state` (*type:* `String.t`, *default:* `nil`) - State of a profile.
41
41
* `tableDataProfile` (*type:* `String.t`, *default:* `nil`) - The resource name of the table data profile.
42
42
* `tableFullResource` (*type:* `String.t`, *default:* `nil`) - The resource name of the resource this column is within.
Copy file name to clipboardExpand all lines: clients/dlp/lib/google_api/dlp/v2/model/google_privacy_dlp_v2_table_data_profile.ex
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ defmodule GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TableDataProfile do
31
31
* `encryptionStatus` (*type:* `String.t`, *default:* `nil`) - How the table is encrypted.
32
32
* `expirationTime` (*type:* `DateTime.t`, *default:* `nil`) - Optional. The time when this table expires.
33
33
* `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
35
35
* `lastModifiedTime` (*type:* `DateTime.t`, *default:* `nil`) - The time when this table was last modified
36
36
* `name` (*type:* `String.t`, *default:* `nil`) - The name of the profile.
37
37
* `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
45
45
* `scannedColumnCount` (*type:* `String.t`, *default:* `nil`) - The number of columns profiled in the table.
46
46
* `sensitivityScore` (*type:* `GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2SensitivityScore.t`, *default:* `nil`) - The sensitivity score of this table.
47
47
* `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.
49
49
* `tableSizeBytes` (*type:* `String.t`, *default:* `nil`) - The size of the table when the profile was generated.
Copy file name to clipboardExpand all lines: clients/dlp/lib/google_api/dlp/v2/model/google_type_time_of_day.ex
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,10 @@ defmodule GoogleApi.DLP.V2.Model.GoogleTypeTimeOfDay do
21
21
22
22
## Attributes
23
23
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.
0 commit comments