Class ThreatInfo (2.40.0)

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

Implements

ThreatInfoOrBuilder

Static Fields

ABUSE_TYPE_FIELD_NUMBER

public static final int ABUSE_TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

THREAT_CONFIDENCE_FIELD_NUMBER

public static final int THREAT_CONFIDENCE_FIELD_NUMBER
Field Value
TypeDescription
int

THREAT_JUSTIFICATION_FIELD_NUMBER

public static final int THREAT_JUSTIFICATION_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ThreatInfo getDefaultInstance()
Returns
TypeDescription
ThreatInfo

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ThreatInfo.Builder newBuilder()
Returns
TypeDescription
ThreatInfo.Builder

newBuilder(ThreatInfo prototype)

public static ThreatInfo.Builder newBuilder(ThreatInfo prototype)
Parameter
NameDescription
prototypeThreatInfo
Returns
TypeDescription
ThreatInfo.Builder

parseDelimitedFrom(InputStream input)

public static ThreatInfo parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ThreatInfo
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ThreatInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ThreatInfo
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ThreatInfo parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ThreatInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ThreatInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ThreatInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ThreatInfo parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ThreatInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ThreatInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ThreatInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ThreatInfo parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ThreatInfo
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ThreatInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ThreatInfo
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ThreatInfo parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ThreatInfo
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ThreatInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ThreatInfo
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ThreatInfo parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ThreatInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ThreatInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ThreatInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ThreatInfo> parser()
Returns
TypeDescription
Parser<ThreatInfo>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getAbuseType()

public ThreatInfo.AbuseType getAbuseType()

The type of abuse.

.google.cloud.webrisk.v1.ThreatInfo.AbuseType abuse_type = 1;

Returns
TypeDescription
ThreatInfo.AbuseType

The abuseType.

getAbuseTypeValue()

public int getAbuseTypeValue()

The type of abuse.

.google.cloud.webrisk.v1.ThreatInfo.AbuseType abuse_type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for abuseType.

getDefaultInstanceForType()

public ThreatInfo getDefaultInstanceForType()
Returns
TypeDescription
ThreatInfo

getParserForType()

public Parser<ThreatInfo> getParserForType()
Returns
TypeDescription
Parser<ThreatInfo>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getThreatConfidence()

public ThreatInfo.Confidence getThreatConfidence()

Confidence that the URI is unsafe.

.google.cloud.webrisk.v1.ThreatInfo.Confidence threat_confidence = 2;

Returns
TypeDescription
ThreatInfo.Confidence

The threatConfidence.

getThreatConfidenceOrBuilder()

public ThreatInfo.ConfidenceOrBuilder getThreatConfidenceOrBuilder()

Confidence that the URI is unsafe.

.google.cloud.webrisk.v1.ThreatInfo.Confidence threat_confidence = 2;

Returns
TypeDescription
ThreatInfo.ConfidenceOrBuilder

getThreatJustification()

public ThreatInfo.ThreatJustification getThreatJustification()

Context about why the URI is unsafe.

.google.cloud.webrisk.v1.ThreatInfo.ThreatJustification threat_justification = 3;

Returns
TypeDescription
ThreatInfo.ThreatJustification

The threatJustification.

getThreatJustificationOrBuilder()

public ThreatInfo.ThreatJustificationOrBuilder getThreatJustificationOrBuilder()

Context about why the URI is unsafe.

.google.cloud.webrisk.v1.ThreatInfo.ThreatJustification threat_justification = 3;

Returns
TypeDescription
ThreatInfo.ThreatJustificationOrBuilder

hasThreatConfidence()

public boolean hasThreatConfidence()

Confidence that the URI is unsafe.

.google.cloud.webrisk.v1.ThreatInfo.Confidence threat_confidence = 2;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the threatJustification field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ThreatInfo.Builder newBuilderForType()
Returns
TypeDescription
ThreatInfo.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ThreatInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ThreatInfo.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ThreatInfo.Builder toBuilder()
Returns
TypeDescription
ThreatInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException