Interface TransformationLocationOrBuilder

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

    public interface TransformationLocationOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      TransformationContainerType getContainerType()
      Information about the functionality of the container where this finding occurred, if available.
      int getContainerTypeValue()
      Information about the functionality of the container where this finding occurred, if available.
      String getFindingId()
      For infotype transformations, link to the corresponding findings ID so that location information does not need to be duplicated.
      com.google.protobuf.ByteString getFindingIdBytes()
      For infotype transformations, link to the corresponding findings ID so that location information does not need to be duplicated.
      TransformationLocation.LocationTypeCase getLocationTypeCase()  
      RecordTransformation getRecordTransformation()
      For record transformations, provide a field and container information.
      RecordTransformationOrBuilder getRecordTransformationOrBuilder()
      For record transformations, provide a field and container information.
      boolean hasFindingId()
      For infotype transformations, link to the corresponding findings ID so that location information does not need to be duplicated.
      boolean hasRecordTransformation()
      For record transformations, provide a field and container information.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasFindingId

        boolean hasFindingId()
         For infotype transformations, link to the corresponding findings ID so
         that location information does not need to be duplicated. Each findings
         ID correlates to an entry in the findings output table, this table only
         gets created when users specify to save findings (add the save findings
         action to the request).
         
        string finding_id = 1;
        Returns:
        Whether the findingId field is set.
      • getFindingId

        String getFindingId()
         For infotype transformations, link to the corresponding findings ID so
         that location information does not need to be duplicated. Each findings
         ID correlates to an entry in the findings output table, this table only
         gets created when users specify to save findings (add the save findings
         action to the request).
         
        string finding_id = 1;
        Returns:
        The findingId.
      • getFindingIdBytes

        com.google.protobuf.ByteString getFindingIdBytes()
         For infotype transformations, link to the corresponding findings ID so
         that location information does not need to be duplicated. Each findings
         ID correlates to an entry in the findings output table, this table only
         gets created when users specify to save findings (add the save findings
         action to the request).
         
        string finding_id = 1;
        Returns:
        The bytes for findingId.
      • hasRecordTransformation

        boolean hasRecordTransformation()
         For record transformations, provide a field and container information.
         
        .google.privacy.dlp.v2.RecordTransformation record_transformation = 2;
        Returns:
        Whether the recordTransformation field is set.
      • getRecordTransformation

        RecordTransformation getRecordTransformation()
         For record transformations, provide a field and container information.
         
        .google.privacy.dlp.v2.RecordTransformation record_transformation = 2;
        Returns:
        The recordTransformation.
      • getRecordTransformationOrBuilder

        RecordTransformationOrBuilder getRecordTransformationOrBuilder()
         For record transformations, provide a field and container information.
         
        .google.privacy.dlp.v2.RecordTransformation record_transformation = 2;
      • getContainerTypeValue

        int getContainerTypeValue()
         Information about the functionality of the container where this finding
         occurred, if available.
         
        .google.privacy.dlp.v2.TransformationContainerType container_type = 3;
        Returns:
        The enum numeric value on the wire for containerType.
      • getContainerType

        TransformationContainerType getContainerType()
         Information about the functionality of the container where this finding
         occurred, if available.
         
        .google.privacy.dlp.v2.TransformationContainerType container_type = 3;
        Returns:
        The containerType.