Class TransformationLocation (3.10.0) 
  
      
     
  
  
  
   
  
    
  
  
    
    
    
  Version 3.10.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  TransformationLocation   extends   GeneratedMessageV3   implements   TransformationLocationOrBuilder  
   
   Specifies the location of a transformation.
 Protobuf type google.privacy.dlp.v2.TransformationLocation
 
  
  
  
  Static Fields
   
  
  
    
public   static   final   int   CONTAINER_TYPE_FIELD_NUMBER  
   
  Field Value 
  
  
  
    
public   static   final   int   FINDING_ID_FIELD_NUMBER  
   
  Field Value 
  
  
  
    
public   static   final   int   RECORD_TRANSFORMATION_FIELD_NUMBER  
   
  Field Value 
  
  Static Methods
   
   
  
  
    
public   static   TransformationLocation   getDefaultInstance ()  
   
  Returns 
  
   
  
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
   
  Returns 
  
   
  
  
    
public   static   TransformationLocation . Builder   newBuilder ()  
   
  Returns 
  
   
  
  
    
public   static   TransformationLocation . Builder   newBuilder ( TransformationLocation   prototype )  
   
  Parameter 
  
  Returns 
  
   
  
  
    
public   static   TransformationLocation   parseDelimitedFrom ( InputStream   input )  
   
  Parameter 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   TransformationLocation   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   TransformationLocation   parseFrom ( byte []   data )  
   
  Parameter 
  
    
      
        Name  
        Description  
       
      
        data  
        byte [] 
       
     
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   TransformationLocation   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   TransformationLocation   parseFrom ( ByteString   data )  
   
  Parameter 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   TransformationLocation   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   TransformationLocation   parseFrom ( CodedInputStream   input )  
   
  Parameter 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   TransformationLocation   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   TransformationLocation   parseFrom ( InputStream   input )  
   
  Parameter 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   TransformationLocation   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   TransformationLocation   parseFrom ( ByteBuffer   data )  
   
  Parameter 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   TransformationLocation   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   Parser<TransformationLocation>   parser ()  
   
  Returns 
  
  Methods
   
   
  
  
    
public   boolean   equals ( Object   obj )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  
  
    
public   TransformationContainerType   getContainerType ()  
   
   Information about the functionality of the container where this finding
 occurred, if available.
 .google.privacy.dlp.v2.TransformationContainerType container_type = 3;
 
  Returns 
  
   
  
  
    
public   int   getContainerTypeValue ()  
   
   Information about the functionality of the container where this finding
 occurred, if available.
 .google.privacy.dlp.v2.TransformationContainerType container_type = 3;
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        int  
        The enum numeric value on the wire for containerType.
 
       
     
  
   
  
  
    
public   TransformationLocation   getDefaultInstanceForType ()  
   
  Returns 
  
   
  
  
    
public   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 
  
    
      
        Type  
        Description  
       
      
        String  
        The findingId.
 
       
     
  
   
  
  
    
public   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 
  
    
      
        Type  
        Description  
       
      
        ByteString  
        The bytes for findingId.
 
       
     
  
   
  
  
    
public   TransformationLocation . LocationTypeCase   getLocationTypeCase ()  
   
  Returns 
  
   
  
  
    
public   Parser<TransformationLocation>   getParserForType ()  
   
  Returns 
  
  Overrides 
  
   
  
  
    
public   RecordTransformation   getRecordTransformation ()  
   
   For record transformations, provide a field and container information.
 .google.privacy.dlp.v2.RecordTransformation record_transformation = 2;
 
  Returns 
  
   
  
  
    
public   RecordTransformationOrBuilder   getRecordTransformationOrBuilder ()  
   
   For record transformations, provide a field and container information.
 .google.privacy.dlp.v2.RecordTransformation record_transformation = 2;
 
  Returns 
  
   
  
  
    
public   int   getSerializedSize ()  
   
  Returns 
  
  Overrides 
  
   
  
  
    
public   final   UnknownFieldSet   getUnknownFields ()  
   
  Returns 
  
  Overrides 
  
   
  
  
    
public   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 
  
    
      
        Type  
        Description  
       
      
        boolean  
        Whether the findingId field is set.
 
       
     
  
   
  
  
    
public   boolean   hasRecordTransformation ()  
   
   For record transformations, provide a field and container information.
 .google.privacy.dlp.v2.RecordTransformation record_transformation = 2;
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        boolean  
        Whether the recordTransformation field is set.
 
       
     
  
   
  
  
  Returns 
  
  Overrides 
  
   
  
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
   
  Returns 
  
  Overrides 
  
   
  
  
    
public   final   boolean   isInitialized ()  
   
  Returns 
  
  Overrides 
  
   
  
  
    
public   TransformationLocation . Builder   newBuilderForType ()  
   
  Returns 
  
   
  
  
    
protected   TransformationLocation . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  
  
    
public   TransformationLocation . Builder   toBuilder ()  
   
  Returns 
  
   
  
  
    
public   void   writeTo ( CodedOutputStream   output )  
   
  Parameter 
  
  Overrides 
  
  Exceptions 
  
 
     
    
  
  
  
     
  
 
  
    
    
      
       
    
    
  
  
 
  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.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-30 UTC."],[],[]]