Uses of Class
com.google.webrisk.v1.ThreatInfo.ThreatJustification.JustificationLabel
-
Packages that use ThreatInfo.ThreatJustification.JustificationLabel Package Description com.google.webrisk.v1 -
-
Uses of ThreatInfo.ThreatJustification.JustificationLabel in com.google.webrisk.v1
Methods in com.google.webrisk.v1 that return ThreatInfo.ThreatJustification.JustificationLabel Modifier and Type Method Description static ThreatInfo.ThreatJustification.JustificationLabel
ThreatInfo.ThreatJustification.JustificationLabel. forNumber(int value)
ThreatInfo.ThreatJustification.JustificationLabel
ThreatInfo.ThreatJustification.Builder. getLabels(int index)
Labels associated with this URI that explain how it was classified.ThreatInfo.ThreatJustification.JustificationLabel
ThreatInfo.ThreatJustification. getLabels(int index)
Labels associated with this URI that explain how it was classified.ThreatInfo.ThreatJustification.JustificationLabel
ThreatInfo.ThreatJustificationOrBuilder. getLabels(int index)
Labels associated with this URI that explain how it was classified.static ThreatInfo.ThreatJustification.JustificationLabel
ThreatInfo.ThreatJustification.JustificationLabel. valueOf(int value)
Deprecated.static ThreatInfo.ThreatJustification.JustificationLabel
ThreatInfo.ThreatJustification.JustificationLabel. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ThreatInfo.ThreatJustification.JustificationLabel
ThreatInfo.ThreatJustification.JustificationLabel. valueOf(String name)
Returns the enum constant of this type with the specified name.static ThreatInfo.ThreatJustification.JustificationLabel[]
ThreatInfo.ThreatJustification.JustificationLabel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.webrisk.v1 that return types with arguments of type ThreatInfo.ThreatJustification.JustificationLabel Modifier and Type Method Description List<ThreatInfo.ThreatJustification.JustificationLabel>
ThreatInfo.ThreatJustification.Builder. getLabelsList()
Labels associated with this URI that explain how it was classified.List<ThreatInfo.ThreatJustification.JustificationLabel>
ThreatInfo.ThreatJustification. getLabelsList()
Labels associated with this URI that explain how it was classified.List<ThreatInfo.ThreatJustification.JustificationLabel>
ThreatInfo.ThreatJustificationOrBuilder. getLabelsList()
Labels associated with this URI that explain how it was classified.static com.google.protobuf.Internal.EnumLiteMap<ThreatInfo.ThreatJustification.JustificationLabel>
ThreatInfo.ThreatJustification.JustificationLabel. internalGetValueMap()
Methods in com.google.webrisk.v1 with parameters of type ThreatInfo.ThreatJustification.JustificationLabel Modifier and Type Method Description ThreatInfo.ThreatJustification.Builder
ThreatInfo.ThreatJustification.Builder. addLabels(ThreatInfo.ThreatJustification.JustificationLabel value)
Labels associated with this URI that explain how it was classified.ThreatInfo.ThreatJustification.Builder
ThreatInfo.ThreatJustification.Builder. setLabels(int index, ThreatInfo.ThreatJustification.JustificationLabel value)
Labels associated with this URI that explain how it was classified.Method parameters in com.google.webrisk.v1 with type arguments of type ThreatInfo.ThreatJustification.JustificationLabel Modifier and Type Method Description ThreatInfo.ThreatJustification.Builder
ThreatInfo.ThreatJustification.Builder. addAllLabels(Iterable<? extends ThreatInfo.ThreatJustification.JustificationLabel> values)
Labels associated with this URI that explain how it was classified.
-