Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::RecordKey (v1.15.0)

Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::RecordKey.

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

defbig_query_key()->::Google::Cloud::Dlp::V2::BigQueryKey
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.

#big_query_key=

defbig_query_key=(value)->::Google::Cloud::Dlp::V2::BigQueryKey
Parameter
  • value (::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.

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.

#datastore_key

defdatastore_key()->::Google::Cloud::Dlp::V2::DatastoreKey
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.

#datastore_key=

defdatastore_key=(value)->::Google::Cloud::Dlp::V2::DatastoreKey
Parameter
  • value (::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.

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.

#id_values

defid_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=

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.