Class: Google::Privacy::Dlp::V2::BigQueryKey

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb

Overview

Row key for identifying a record in BigQuery table.

Instance Attribute Summary collapse

Instance Attribute Details

#row_numberInteger

Returns Absolute number of the row from the beginning of the table at the time of scanning.

Returns:

  • (Integer)

    Absolute number of the row from the beginning of the table at the time of scanning.



472
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb', line 472

class BigQueryKey; end

#table_referenceGoogle::Privacy::Dlp::V2::BigQueryTable

Returns Complete BigQuery table reference.

Returns:



472
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb', line 472

class BigQueryKey; end