Class ThreatInfo (2.45.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 2.45.0keyboard_arrow_down  
  
 
    
    
    
      
  
  
  
    
public   final   class  ThreatInfo   extends   GeneratedMessageV3   implements   ThreatInfoOrBuilder  
   Context about the submission including the type of abuse found on the URI and
 supporting details.
 option (google.api.message_visibility).restriction = "TRUSTED_TESTER";
 Protobuf type google.cloud.webrisk.v1.ThreatInfo
    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
   
  ABUSE_TYPE_FIELD_NUMBER 
  
    
public   static   final   int   ABUSE_TYPE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  THREAT_CONFIDENCE_FIELD_NUMBER 
  
    
public   static   final   int   THREAT_CONFIDENCE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  THREAT_JUSTIFICATION_FIELD_NUMBER 
  
    
public   static   final   int   THREAT_JUSTIFICATION_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   ThreatInfo   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   ThreatInfo . Builder   newBuilder ()  
  
  newBuilder(ThreatInfo prototype) 
  
    
public   static   ThreatInfo . Builder   newBuilder ( ThreatInfo   prototype )  
  
  
  
    
public   static   ThreatInfo   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   ThreatInfo   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   ThreatInfo   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ThreatInfo   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   ThreatInfo   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ThreatInfo   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   ThreatInfo   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   ThreatInfo   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   ThreatInfo   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   ThreatInfo   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   ThreatInfo   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ThreatInfo   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<ThreatInfo>   parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getAbuseType() 
  
    
public   ThreatInfo . AbuseType   getAbuseType ()  
   The type of abuse.
 .google.cloud.webrisk.v1.ThreatInfo.AbuseType abuse_type = 1;
getAbuseTypeValue() 
  
    
public   int   getAbuseTypeValue ()  
   The type of abuse.
 .google.cloud.webrisk.v1.ThreatInfo.AbuseType abuse_type = 1;
    
      
        Returns  
      
        Type Description  
      
        int The enum numeric value on the wire for abuseType.
 
     
  
  getDefaultInstanceForType() 
  
    
public   ThreatInfo   getDefaultInstanceForType ()  
  
  getParserForType() 
  
    
public   Parser<ThreatInfo>   getParserForType ()  
  
  Overrides 
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  getThreatConfidence() 
  
    
public   ThreatInfo . Confidence   getThreatConfidence ()  
   Confidence that the URI is unsafe.
 .google.cloud.webrisk.v1.ThreatInfo.Confidence threat_confidence = 2;
getThreatConfidenceOrBuilder() 
  
    
public   ThreatInfo . ConfidenceOrBuilder   getThreatConfidenceOrBuilder ()  
   Confidence that the URI is unsafe.
 .google.cloud.webrisk.v1.ThreatInfo.Confidence threat_confidence = 2;
getThreatJustification() 
  
    
public   ThreatInfo . ThreatJustification   getThreatJustification ()  
   Context about why the URI is unsafe.
 .google.cloud.webrisk.v1.ThreatInfo.ThreatJustification threat_justification = 3;
getThreatJustificationOrBuilder() 
  
    
public   ThreatInfo . ThreatJustificationOrBuilder   getThreatJustificationOrBuilder ()  
   Context about why the URI is unsafe.
 .google.cloud.webrisk.v1.ThreatInfo.ThreatJustification threat_justification = 3;
hasThreatConfidence() 
  
    
public   boolean   hasThreatConfidence ()  
   Confidence that the URI is unsafe.
 .google.cloud.webrisk.v1.ThreatInfo.Confidence threat_confidence = 2;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the threatConfidence field is set.
 
     
  
  hasThreatJustification() 
  
    
public   boolean   hasThreatJustification ()  
   Context about why the URI is unsafe.
 .google.cloud.webrisk.v1.ThreatInfo.ThreatJustification threat_justification = 3;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the threatJustification field is set.
 
     
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   ThreatInfo . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   ThreatInfo . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   ThreatInfo . 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."],[],[]]