public static interface ThreatInfo.ConfidenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ThreatInfo.Confidence.ConfidenceLevel |
getLevel()
Enum representation of confidence.
|
int |
getLevelValue()
Enum representation of confidence.
|
float |
getScore()
A decimal representation of confidence in the range of 0
to 1 where 0 indicates no confidence and 1 indicates
complete confidence.
|
ThreatInfo.Confidence.ValueCase |
getValueCase() |
boolean |
hasLevel()
Enum representation of confidence.
|
boolean |
hasScore()
A decimal representation of confidence in the range of 0
to 1 where 0 indicates no confidence and 1 indicates
complete confidence.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasScore()
A decimal representation of confidence in the range of 0 to 1 where 0 indicates no confidence and 1 indicates complete confidence.
float score = 1;float getScore()
A decimal representation of confidence in the range of 0 to 1 where 0 indicates no confidence and 1 indicates complete confidence.
float score = 1;boolean hasLevel()
Enum representation of confidence.
.google.cloud.webrisk.v1.ThreatInfo.Confidence.ConfidenceLevel level = 2;int getLevelValue()
Enum representation of confidence.
.google.cloud.webrisk.v1.ThreatInfo.Confidence.ConfidenceLevel level = 2;ThreatInfo.Confidence.ConfidenceLevel getLevel()
Enum representation of confidence.
.google.cloud.webrisk.v1.ThreatInfo.Confidence.ConfidenceLevel level = 2;ThreatInfo.Confidence.ValueCase getValueCase()
Copyright © 2024 Google LLC. All rights reserved.