public interface ThreatInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ThreatInfo.AbuseType |
getAbuseType()
The type of abuse.
|
int |
getAbuseTypeValue()
The type of abuse.
|
ThreatInfo.Confidence |
getThreatConfidence()
Confidence that the URI is unsafe.
|
ThreatInfo.ConfidenceOrBuilder |
getThreatConfidenceOrBuilder()
Confidence that the URI is unsafe.
|
ThreatInfo.ThreatJustification |
getThreatJustification()
Context about why the URI is unsafe.
|
ThreatInfo.ThreatJustificationOrBuilder |
getThreatJustificationOrBuilder()
Context about why the URI is unsafe.
|
boolean |
hasThreatConfidence()
Confidence that the URI is unsafe.
|
boolean |
hasThreatJustification()
Context about why the URI is unsafe.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getAbuseTypeValue()
The type of abuse.
.google.cloud.webrisk.v1.ThreatInfo.AbuseType abuse_type = 1;ThreatInfo.AbuseType getAbuseType()
The type of abuse.
.google.cloud.webrisk.v1.ThreatInfo.AbuseType abuse_type = 1;boolean hasThreatConfidence()
Confidence that the URI is unsafe.
.google.cloud.webrisk.v1.ThreatInfo.Confidence threat_confidence = 2;ThreatInfo.Confidence getThreatConfidence()
Confidence that the URI is unsafe.
.google.cloud.webrisk.v1.ThreatInfo.Confidence threat_confidence = 2;ThreatInfo.ConfidenceOrBuilder getThreatConfidenceOrBuilder()
Confidence that the URI is unsafe.
.google.cloud.webrisk.v1.ThreatInfo.Confidence threat_confidence = 2;boolean hasThreatJustification()
Context about why the URI is unsafe.
.google.cloud.webrisk.v1.ThreatInfo.ThreatJustification threat_justification = 3;ThreatInfo.ThreatJustification getThreatJustification()
Context about why the URI is unsafe.
.google.cloud.webrisk.v1.ThreatInfo.ThreatJustification threat_justification = 3;ThreatInfo.ThreatJustificationOrBuilder getThreatJustificationOrBuilder()
Context about why the URI is unsafe.
.google.cloud.webrisk.v1.ThreatInfo.ThreatJustification threat_justification = 3;Copyright © 2024 Google LLC. All rights reserved.