Class InspectConfig.InfoTypeLikelihood (3.77.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 3.77.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  InspectConfig . InfoTypeLikelihood   extends   GeneratedMessageV3   implements   InspectConfig . InfoTypeLikelihoodOrBuilder  
   Configuration for setting a minimum likelihood per infotype. Used to
 customize the minimum likelihood level for specific infotypes in the
 request. For example, use this if you want to lower the precision for
 PERSON_NAME without lowering the precision for the other infotypes in the
 request.
 Protobuf type google.privacy.dlp.v2.InspectConfig.InfoTypeLikelihood
    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
   
  INFO_TYPE_FIELD_NUMBER 
  
    
public   static   final   int   INFO_TYPE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  MIN_LIKELIHOOD_FIELD_NUMBER 
  
    
public   static   final   int   MIN_LIKELIHOOD_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   InspectConfig . InfoTypeLikelihood   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   InspectConfig . InfoTypeLikelihood . Builder   newBuilder ()  
  
  newBuilder(InspectConfig.InfoTypeLikelihood prototype) 
  
    
public   static   InspectConfig . InfoTypeLikelihood . Builder   newBuilder ( InspectConfig . InfoTypeLikelihood   prototype )  
  
  
  
    
public   static   InspectConfig . InfoTypeLikelihood   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   InspectConfig . InfoTypeLikelihood   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   InspectConfig . InfoTypeLikelihood   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   InspectConfig . InfoTypeLikelihood   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   InspectConfig . InfoTypeLikelihood   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   InspectConfig . InfoTypeLikelihood   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   InspectConfig . InfoTypeLikelihood   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   InspectConfig . InfoTypeLikelihood   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   InspectConfig . InfoTypeLikelihood   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   InspectConfig . InfoTypeLikelihood   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   InspectConfig . InfoTypeLikelihood   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   InspectConfig . InfoTypeLikelihood   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<InspectConfig . InfoTypeLikelihood >  parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   InspectConfig . InfoTypeLikelihood   getDefaultInstanceForType ()  
  
  getInfoType() 
  
    
public   InfoType   getInfoType ()  
   Type of information the likelihood threshold applies to. Only one
 likelihood per info_type should be provided. If InfoTypeLikelihood does
 not have an info_type, the configuration fails.
 .google.privacy.dlp.v2.InfoType info_type = 1;
    
      
        Returns  
      
        Type Description  
      
        InfoType The infoType.
 
     
  
  getInfoTypeOrBuilder() 
  
    
public   InfoTypeOrBuilder   getInfoTypeOrBuilder ()  
   Type of information the likelihood threshold applies to. Only one
 likelihood per info_type should be provided. If InfoTypeLikelihood does
 not have an info_type, the configuration fails.
 .google.privacy.dlp.v2.InfoType info_type = 1;
getMinLikelihood() 
  
    
public   Likelihood   getMinLikelihood ()  
   Only returns findings equal to or above this threshold. This field is
 required or else the configuration fails.
 .google.privacy.dlp.v2.Likelihood min_likelihood = 2;
    
      
        Returns  
      
        Type Description  
      
        Likelihood The minLikelihood.
 
     
  
  getMinLikelihoodValue() 
  
    
public   int   getMinLikelihoodValue ()  
   Only returns findings equal to or above this threshold. This field is
 required or else the configuration fails.
 .google.privacy.dlp.v2.Likelihood min_likelihood = 2;
    
      
        Returns  
      
        Type Description  
      
        int The enum numeric value on the wire for minLikelihood.
 
     
  
  getParserForType() 
  
    
public   Parser<InspectConfig . InfoTypeLikelihood >  getParserForType ()  
  
  Overrides 
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  hasInfoType() 
  
    
public   boolean   hasInfoType ()  
   Type of information the likelihood threshold applies to. Only one
 likelihood per info_type should be provided. If InfoTypeLikelihood does
 not have an info_type, the configuration fails.
 .google.privacy.dlp.v2.InfoType info_type = 1;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the infoType field is set.
 
     
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   InspectConfig . InfoTypeLikelihood . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   InspectConfig . InfoTypeLikelihood . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   InspectConfig . InfoTypeLikelihood . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
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-29 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-29 UTC."],[],[]]