google_api_dlp v0.10.1 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryKey View Source
Row key for identifying a record in BigQuery table.
Attributes
rowNumber(type:String.t, default:nil) - Absolute number of the row from the beginning of the table at the time of scanning.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
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryKey{
rowNumber: String.t(),
tableReference: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTable.t()
}
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryKey{
rowNumber: String.t(),
tableReference: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTable.t()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.