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

Note: The following fields are mutually exclusive: big_query_key, datastore_key. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Dlp::V2::BigQueryKey)

    Datastore key

    Note: The following fields are mutually exclusive: big_query_key, datastore_key. If a field in that set is populated, all other fields in the set will automatically be cleared.



842
843
844
845
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 842

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

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

Returns BigQuery key

Note: The following fields are mutually exclusive: datastore_key, big_query_key. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Dlp::V2::DatastoreKey)

    BigQuery key

    Note: The following fields are mutually exclusive: datastore_key, big_query_key. If a field in that set is populated, all other fields in the set will automatically be cleared.



842
843
844
845
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 842

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.



842
843
844
845
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 842

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