Class: Google::Cloud::Dlp::V2::RecordKey
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::RecordKey
- 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
-
#big_query_key ⇒ ::Google::Cloud::Dlp::V2::BigQueryKey
Datastore key.
-
#datastore_key ⇒ ::Google::Cloud::Dlp::V2::DatastoreKey
BigQuery key.
-
#id_values ⇒ ::Array<::String>
Values of identifying columns in the given row.
Instance Attribute Details
#big_query_key ⇒ ::Google::Cloud::Dlp::V2::BigQueryKey
Returns Datastore key.
810 811 812 813 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 810 class RecordKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#datastore_key ⇒ ::Google::Cloud::Dlp::V2::DatastoreKey
Returns BigQuery key.
810 811 812 813 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 810 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.
810 811 812 813 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 810 class RecordKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |