Class: Google::Cloud::Dlp::V2::RecordKey

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/storage.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#big_query_key::Google::Cloud::Dlp::V2::BigQueryKey

Returns Datastore key.

Returns:



797
798
799
800
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 797

class RecordKey
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#datastore_key::Google::Cloud::Dlp::V2::DatastoreKey

Returns BigQuery key.

Returns:



797
798
799
800
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 797

class RecordKey
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#id_values::Array<::String>

Returns 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.



797
798
799
800
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 797

class RecordKey
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end