Class Google::Cloud::Dlp::V2::RecordKey (v0.8.1)

Message for a unique key indicating a record that contains a finding.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#big_query_key

def big_query_key() -> ::Google::Cloud::Dlp::V2::BigQueryKey

#big_query_key=

def big_query_key=(value) -> ::Google::Cloud::Dlp::V2::BigQueryKey

#datastore_key

def datastore_key() -> ::Google::Cloud::Dlp::V2::DatastoreKey

#datastore_key=

def datastore_key=(value) -> ::Google::Cloud::Dlp::V2::DatastoreKey

#id_values

def id_values() -> ::Array<::String>
Returns
  • (::Array<::String>) — Values of identifying columns in the given row. Order of values matches the order of identifying_fields specified in the scanning request.

#id_values=

def id_values=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Values of identifying columns in the given row. Order of values matches the order of identifying_fields specified in the scanning request.
Returns
  • (::Array<::String>) — Values of identifying columns in the given row. Order of values matches the order of identifying_fields specified in the scanning request.