GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryKey (google_api_dlp v0.40.3) View Source
Row key for identifying a record in BigQuery table.
Attributes
-
rowNumber(type:String.t, default:nil) - Row number inferred at the time the table was scanned. This value is nondeterministic, cannot be queried, and may be null for inspection jobs. To locate findings within a table, specifyinspect_job.storage_config.big_query_options.identifying_fieldsinCreateDlpJobRequest. -
tableReference(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTable.t, default:nil) - Complete BigQuery table reference.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryKey{
rowNumber: String.t() | nil,
tableReference:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTable.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.