Class TransformationLocation (3.52.0) 
  
      
     
  
  
  
   
  
    
  
  
    
    
    
  Version 3.52.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  TransformationLocation   extends   GeneratedMessageV3   implements   TransformationLocationOrBuilder  
   
   Specifies the location of a transformation.
 Protobuf type google.privacy.dlp.v2.TransformationLocation
 
  
  
  
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  
  
    
public   static   final   int   CONTAINER_TYPE_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  
  
    
public   static   final   int   FINDING_ID_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  
  
    
public   static   final   int   RECORD_TRANSFORMATION_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  Static Methods
   
   
  
  
    
public   static   TransformationLocation   getDefaultInstance ()  
   
  
   
  
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
   
  
   
  
  
    
public   static   TransformationLocation . Builder   newBuilder ()  
   
  
   
  
  
    
public   static   TransformationLocation . Builder   newBuilder ( TransformationLocation   prototype )  
   
  
  
   
  
  
    
public   static   TransformationLocation   parseDelimitedFrom ( InputStream   input )  
   
  
  
  
   
  
  
    
public   static   TransformationLocation   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  
  
    
public   static   TransformationLocation   parseFrom ( byte []   data )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        data 
        byte [] 
       
     
  
  
  
   
  
  
    
public   static   TransformationLocation   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  
  
    
public   static   TransformationLocation   parseFrom ( ByteString   data )  
   
  
  
  
   
  
  
    
public   static   TransformationLocation   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  
  
    
public   static   TransformationLocation   parseFrom ( CodedInputStream   input )  
   
  
  
  
   
  
  
    
public   static   TransformationLocation   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  
  
    
public   static   TransformationLocation   parseFrom ( InputStream   input )  
   
  
  
  
   
  
  
    
public   static   TransformationLocation   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  
  
    
public   static   TransformationLocation   parseFrom ( ByteBuffer   data )  
   
  
  
  
   
  
  
    
public   static   TransformationLocation   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  
  
    
public   static   Parser<TransformationLocation>   parser ()  
   
  
  Methods
   
   
  
  
    
public   boolean   equals ( Object   obj )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        obj 
        Object  
       
     
  
  
  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;
 
  
   
  
  
    
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 ()  
   
  
   
  
  
    
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 ()  
   
  
   
  
  
    
public   Parser<TransformationLocation>   getParserForType ()  
   
  
  Overrides 
  
   
  
  
    
public   RecordTransformation   getRecordTransformation ()  
   
   For record transformations, provide a field and container information.
 .google.privacy.dlp.v2.RecordTransformation record_transformation = 2;
 
  
   
  
  
    
public   RecordTransformationOrBuilder   getRecordTransformationOrBuilder ()  
   
   For record transformations, provide a field and container information.
 .google.privacy.dlp.v2.RecordTransformation record_transformation = 2;
 
  
   
  
  
    
public   int   getSerializedSize ()  
   
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  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  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  Overrides 
  
   
  
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
   
  
  Overrides 
  
   
  
  
    
public   final   boolean   isInitialized ()  
   
  
  Overrides 
  
   
  
  
    
public   TransformationLocation . Builder   newBuilderForType ()  
   
  
   
  
  
    
protected   TransformationLocation . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
   
  
  
  Overrides 
  
   
  
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
   
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        Object  
         
       
     
  
  Overrides 
  
   
  
  
    
public   TransformationLocation . Builder   toBuilder ()  
   
  
   
  
  
    
public   void   writeTo ( CodedOutputStream   output )  
   
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
 
  
    
    
      
       
    
    
  
  
 
  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."],[],[]]