Interface TransformationSummaryOrBuilder

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

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

      • hasInfoType

        boolean hasInfoType()
         Set if the transformation was limited to a specific InfoType.
         
        .google.privacy.dlp.v2.InfoType info_type = 1;
        Returns:
        Whether the infoType field is set.
      • getInfoType

        InfoType getInfoType()
         Set if the transformation was limited to a specific InfoType.
         
        .google.privacy.dlp.v2.InfoType info_type = 1;
        Returns:
        The infoType.
      • getInfoTypeOrBuilder

        InfoTypeOrBuilder getInfoTypeOrBuilder()
         Set if the transformation was limited to a specific InfoType.
         
        .google.privacy.dlp.v2.InfoType info_type = 1;
      • hasField

        boolean hasField()
         Set if the transformation was limited to a specific FieldId.
         
        .google.privacy.dlp.v2.FieldId field = 2;
        Returns:
        Whether the field field is set.
      • getField

        FieldId getField()
         Set if the transformation was limited to a specific FieldId.
         
        .google.privacy.dlp.v2.FieldId field = 2;
        Returns:
        The field.
      • getFieldOrBuilder

        FieldIdOrBuilder getFieldOrBuilder()
         Set if the transformation was limited to a specific FieldId.
         
        .google.privacy.dlp.v2.FieldId field = 2;
      • hasTransformation

        boolean hasTransformation()
         The specific transformation these stats apply to.
         
        .google.privacy.dlp.v2.PrimitiveTransformation transformation = 3;
        Returns:
        Whether the transformation field is set.
      • getTransformation

        PrimitiveTransformation getTransformation()
         The specific transformation these stats apply to.
         
        .google.privacy.dlp.v2.PrimitiveTransformation transformation = 3;
        Returns:
        The transformation.
      • getTransformationOrBuilder

        PrimitiveTransformationOrBuilder getTransformationOrBuilder()
         The specific transformation these stats apply to.
         
        .google.privacy.dlp.v2.PrimitiveTransformation transformation = 3;
      • getFieldTransformationsList

        List<FieldTransformation> getFieldTransformationsList()
         The field transformation that was applied.
         If multiple field transformations are requested for a single field,
         this list will contain all of them; otherwise, only one is supplied.
         
        repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 5;
      • getFieldTransformations

        FieldTransformation getFieldTransformations​(int index)
         The field transformation that was applied.
         If multiple field transformations are requested for a single field,
         this list will contain all of them; otherwise, only one is supplied.
         
        repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 5;
      • getFieldTransformationsCount

        int getFieldTransformationsCount()
         The field transformation that was applied.
         If multiple field transformations are requested for a single field,
         this list will contain all of them; otherwise, only one is supplied.
         
        repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 5;
      • getFieldTransformationsOrBuilderList

        List<? extends FieldTransformationOrBuilder> getFieldTransformationsOrBuilderList()
         The field transformation that was applied.
         If multiple field transformations are requested for a single field,
         this list will contain all of them; otherwise, only one is supplied.
         
        repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 5;
      • getFieldTransformationsOrBuilder

        FieldTransformationOrBuilder getFieldTransformationsOrBuilder​(int index)
         The field transformation that was applied.
         If multiple field transformations are requested for a single field,
         this list will contain all of them; otherwise, only one is supplied.
         
        repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 5;
      • hasRecordSuppress

        boolean hasRecordSuppress()
         The specific suppression option these stats apply to.
         
        .google.privacy.dlp.v2.RecordSuppression record_suppress = 6;
        Returns:
        Whether the recordSuppress field is set.
      • getRecordSuppress

        RecordSuppression getRecordSuppress()
         The specific suppression option these stats apply to.
         
        .google.privacy.dlp.v2.RecordSuppression record_suppress = 6;
        Returns:
        The recordSuppress.
      • getRecordSuppressOrBuilder

        RecordSuppressionOrBuilder getRecordSuppressOrBuilder()
         The specific suppression option these stats apply to.
         
        .google.privacy.dlp.v2.RecordSuppression record_suppress = 6;
      • getResultsList

        List<TransformationSummary.SummaryResult> getResultsList()
         Collection of all transformations that took place or had an error.
         
        repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
      • getResults

        TransformationSummary.SummaryResult getResults​(int index)
         Collection of all transformations that took place or had an error.
         
        repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
      • getResultsCount

        int getResultsCount()
         Collection of all transformations that took place or had an error.
         
        repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
      • getResultsOrBuilderList

        List<? extends TransformationSummary.SummaryResultOrBuilder> getResultsOrBuilderList()
         Collection of all transformations that took place or had an error.
         
        repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
      • getResultsOrBuilder

        TransformationSummary.SummaryResultOrBuilder getResultsOrBuilder​(int index)
         Collection of all transformations that took place or had an error.
         
        repeated .google.privacy.dlp.v2.TransformationSummary.SummaryResult results = 4;
      • getTransformedBytes

        long getTransformedBytes()
         Total size in bytes that were transformed in some way.
         
        int64 transformed_bytes = 7;
        Returns:
        The transformedBytes.