Class RecordKey (3.9.1)

RecordKey(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
datastore_key google.cloud.dlp_v2.types.DatastoreKey
This field is a member of `oneof`_ ``type``.
big_query_key google.cloud.dlp_v2.types.BigQueryKey
This field is a member of `oneof`_ ``type``.
id_values Sequence[str]
Values of identifying columns in the given row. Order of values matches the order of ``identifying_fields`` specified in the scanning request.

Inheritance

builtins.object > proto.message.Message > RecordKey