public static interface ThreatInfo.ThreatJustificationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getComments(int index)
Free-form context on why this URI is unsafe.
|
com.google.protobuf.ByteString |
getCommentsBytes(int index)
Free-form context on why this URI is unsafe.
|
int |
getCommentsCount()
Free-form context on why this URI is unsafe.
|
List<String> |
getCommentsList()
Free-form context on why this URI is unsafe.
|
ThreatInfo.ThreatJustification.JustificationLabel |
getLabels(int index)
Labels associated with this URI that explain how it was classified.
|
int |
getLabelsCount()
Labels associated with this URI that explain how it was classified.
|
List<ThreatInfo.ThreatJustification.JustificationLabel> |
getLabelsList()
Labels associated with this URI that explain how it was classified.
|
int |
getLabelsValue(int index)
Labels associated with this URI that explain how it was classified.
|
List<Integer> |
getLabelsValueList()
Labels associated with this URI that explain how it was classified.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;
int getLabelsCount()
Labels associated with this URI that explain how it was classified.
repeated .google.cloud.webrisk.v1.ThreatInfo.ThreatJustification.JustificationLabel labels = 1;
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;
index - The index of the element to return.List<Integer> getLabelsValueList()
Labels associated with this URI that explain how it was classified.
repeated .google.cloud.webrisk.v1.ThreatInfo.ThreatJustification.JustificationLabel labels = 1;
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;
index - The index of the value to return.List<String> getCommentsList()
Free-form context on why this URI is unsafe.
repeated string comments = 2;int getCommentsCount()
Free-form context on why this URI is unsafe.
repeated string comments = 2;String getComments(int index)
Free-form context on why this URI is unsafe.
repeated string comments = 2;index - The index of the element to return.com.google.protobuf.ByteString getCommentsBytes(int index)
Free-form context on why this URI is unsafe.
repeated string comments = 2;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.