Interface RecordLocationOrBuilder

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

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

      • hasRecordKey

        boolean hasRecordKey()
         Key of the finding.
         
        .google.privacy.dlp.v2.RecordKey record_key = 1;
        Returns:
        Whether the recordKey field is set.
      • getRecordKey

        RecordKey getRecordKey()
         Key of the finding.
         
        .google.privacy.dlp.v2.RecordKey record_key = 1;
        Returns:
        The recordKey.
      • getRecordKeyOrBuilder

        RecordKeyOrBuilder getRecordKeyOrBuilder()
         Key of the finding.
         
        .google.privacy.dlp.v2.RecordKey record_key = 1;
      • hasFieldId

        boolean hasFieldId()
         Field id of the field containing the finding.
         
        .google.privacy.dlp.v2.FieldId field_id = 2;
        Returns:
        Whether the fieldId field is set.
      • getFieldId

        FieldId getFieldId()
         Field id of the field containing the finding.
         
        .google.privacy.dlp.v2.FieldId field_id = 2;
        Returns:
        The fieldId.
      • getFieldIdOrBuilder

        FieldIdOrBuilder getFieldIdOrBuilder()
         Field id of the field containing the finding.
         
        .google.privacy.dlp.v2.FieldId field_id = 2;
      • hasTableLocation

        boolean hasTableLocation()
         Location within a `ContentItem.Table`.
         
        .google.privacy.dlp.v2.TableLocation table_location = 3;
        Returns:
        Whether the tableLocation field is set.
      • getTableLocation

        TableLocation getTableLocation()
         Location within a `ContentItem.Table`.
         
        .google.privacy.dlp.v2.TableLocation table_location = 3;
        Returns:
        The tableLocation.
      • getTableLocationOrBuilder

        TableLocationOrBuilder getTableLocationOrBuilder()
         Location within a `ContentItem.Table`.
         
        .google.privacy.dlp.v2.TableLocation table_location = 3;