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 |
data |
byte[]
|
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 |
obj |
Object
|
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