Interface RecordKeyOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    RecordKey, RecordKey.Builder

    public interface RecordKeyOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasDatastoreKey

        boolean hasDatastoreKey()
        .google.privacy.dlp.v2.DatastoreKey datastore_key = 2;
        Returns:
        Whether the datastoreKey field is set.
      • getDatastoreKey

        DatastoreKey getDatastoreKey()
        .google.privacy.dlp.v2.DatastoreKey datastore_key = 2;
        Returns:
        The datastoreKey.
      • getDatastoreKeyOrBuilder

        DatastoreKeyOrBuilder getDatastoreKeyOrBuilder()
        .google.privacy.dlp.v2.DatastoreKey datastore_key = 2;
      • hasBigQueryKey

        boolean hasBigQueryKey()
        .google.privacy.dlp.v2.BigQueryKey big_query_key = 3;
        Returns:
        Whether the bigQueryKey field is set.
      • getBigQueryKey

        BigQueryKey getBigQueryKey()
        .google.privacy.dlp.v2.BigQueryKey big_query_key = 3;
        Returns:
        The bigQueryKey.
      • getBigQueryKeyOrBuilder

        BigQueryKeyOrBuilder getBigQueryKeyOrBuilder()
        .google.privacy.dlp.v2.BigQueryKey big_query_key = 3;
      • getIdValuesList

        List<String> getIdValuesList()
         Values of identifying columns in the given row. Order of values matches
         the order of `identifying_fields` specified in the scanning request.
         
        repeated string id_values = 5;
        Returns:
        A list containing the idValues.
      • getIdValuesCount

        int getIdValuesCount()
         Values of identifying columns in the given row. Order of values matches
         the order of `identifying_fields` specified in the scanning request.
         
        repeated string id_values = 5;
        Returns:
        The count of idValues.
      • getIdValues

        String getIdValues​(int index)
         Values of identifying columns in the given row. Order of values matches
         the order of `identifying_fields` specified in the scanning request.
         
        repeated string id_values = 5;
        Parameters:
        index - The index of the element to return.
        Returns:
        The idValues at the given index.
      • getIdValuesBytes

        com.google.protobuf.ByteString getIdValuesBytes​(int index)
         Values of identifying columns in the given row. Order of values matches
         the order of `identifying_fields` specified in the scanning request.
         
        repeated string id_values = 5;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the idValues at the given index.