Class ThreatInfo.ThreatJustification (2.43.0)

public static final class ThreatInfo.ThreatJustification extends GeneratedMessageV3 implements ThreatInfo.ThreatJustificationOrBuilder

Context about why the URI is unsafe.

Protobuf type google.cloud.webrisk.v1.ThreatInfo.ThreatJustification

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ThreatInfo.ThreatJustification

Static Fields

COMMENTS_FIELD_NUMBER

public static final int COMMENTS_FIELD_NUMBER
Field Value
Type Description
int

LABELS_FIELD_NUMBER

public static final int LABELS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ThreatInfo.ThreatJustification getDefaultInstance()
Returns
Type Description
ThreatInfo.ThreatJustification

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ThreatInfo.ThreatJustification.Builder newBuilder()
Returns
Type Description
ThreatInfo.ThreatJustification.Builder

newBuilder(ThreatInfo.ThreatJustification prototype)

public static ThreatInfo.ThreatJustification.Builder newBuilder(ThreatInfo.ThreatJustification prototype)
Parameter
Name Description
prototype ThreatInfo.ThreatJustification
Returns
Type Description
ThreatInfo.ThreatJustification.Builder

parseDelimitedFrom(InputStream input)

public static ThreatInfo.ThreatJustification parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ThreatInfo.ThreatJustification
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ThreatInfo.ThreatJustification parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ThreatInfo.ThreatJustification
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ThreatInfo.ThreatJustification parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ThreatInfo.ThreatJustification
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ThreatInfo.ThreatJustification parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ThreatInfo.ThreatJustification
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ThreatInfo.ThreatJustification parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ThreatInfo.ThreatJustification
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ThreatInfo.ThreatJustification parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ThreatInfo.ThreatJustification
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ThreatInfo.ThreatJustification parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ThreatInfo.ThreatJustification
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ThreatInfo.ThreatJustification parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ThreatInfo.ThreatJustification
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ThreatInfo.ThreatJustification parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ThreatInfo.ThreatJustification
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ThreatInfo.ThreatJustification parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ThreatInfo.ThreatJustification
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ThreatInfo.ThreatJustification parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ThreatInfo.ThreatJustification
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ThreatInfo.ThreatJustification parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ThreatInfo.ThreatJustification
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ThreatInfo.ThreatJustification> parser()
Returns
Type Description
Parser<ThreatJustification>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getComments(int index)

public String getComments(int index)

Free-form context on why this URI is unsafe.

repeated string comments = 2;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The comments at the given index.

getCommentsBytes(int index)

public ByteString getCommentsBytes(int index)

Free-form context on why this URI is unsafe.

repeated string comments = 2;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the comments at the given index.

getCommentsCount()

public int getCommentsCount()

Free-form context on why this URI is unsafe.

repeated string comments = 2;

Returns
Type Description
int

The count of comments.

getCommentsList()

public ProtocolStringList getCommentsList()

Free-form context on why this URI is unsafe.

repeated string comments = 2;

Returns
Type Description
ProtocolStringList

A list containing the comments.

getDefaultInstanceForType()

public ThreatInfo.ThreatJustification getDefaultInstanceForType()
Returns
Type Description
ThreatInfo.ThreatJustification

getLabels(int index)

public ThreatInfo.ThreatJustification.JustificationLabel getLabels(int index)

Labels associated with this URI that explain how it was classified.

repeated .google.cloud.webrisk.v1.ThreatInfo.ThreatJustification.JustificationLabel labels = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
ThreatInfo.ThreatJustification.JustificationLabel

The labels at the given index.

getLabelsCount()

public int getLabelsCount()

Labels associated with this URI that explain how it was classified.

repeated .google.cloud.webrisk.v1.ThreatInfo.ThreatJustification.JustificationLabel labels = 1;

Returns
Type Description
int

The count of labels.

getLabelsList()

public List<ThreatInfo.ThreatJustification.JustificationLabel> getLabelsList()

Labels associated with this URI that explain how it was classified.

repeated .google.cloud.webrisk.v1.ThreatInfo.ThreatJustification.JustificationLabel labels = 1;

Returns
Type Description
List<JustificationLabel>

A list containing the labels.

getLabelsValue(int index)

public int getLabelsValue(int index)

Labels associated with this URI that explain how it was classified.

repeated .google.cloud.webrisk.v1.ThreatInfo.ThreatJustification.JustificationLabel labels = 1;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
int

The enum numeric value on the wire of labels at the given index.

getLabelsValueList()

public List<Integer> getLabelsValueList()

Labels associated with this URI that explain how it was classified.

repeated .google.cloud.webrisk.v1.ThreatInfo.ThreatJustification.JustificationLabel labels = 1;

Returns
Type Description
List<Integer>

A list containing the enum numeric values on the wire for labels.

getParserForType()

public Parser<ThreatInfo.ThreatJustification> getParserForType()
Returns
Type Description
Parser<ThreatJustification>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ThreatInfo.ThreatJustification.Builder newBuilderForType()
Returns
Type Description
ThreatInfo.ThreatJustification.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ThreatInfo.ThreatJustification.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ThreatInfo.ThreatJustification.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ThreatInfo.ThreatJustification.Builder toBuilder()
Returns
Type Description
ThreatInfo.ThreatJustification.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException