public interface SearchUrisResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getThreat()
public abstract SearchUrisResponse.ThreatUri getThreat()The threat list matches. This might be empty if the URI is on no list.
.google.cloud.webrisk.v1.SearchUrisResponse.ThreatUri threat = 1;
| Returns | |
|---|---|
| Type | Description |
SearchUrisResponse.ThreatUri |
The threat. |
getThreatOrBuilder()
public abstract SearchUrisResponse.ThreatUriOrBuilder getThreatOrBuilder()The threat list matches. This might be empty if the URI is on no list.
.google.cloud.webrisk.v1.SearchUrisResponse.ThreatUri threat = 1;
| Returns | |
|---|---|
| Type | Description |
SearchUrisResponse.ThreatUriOrBuilder |
|
hasThreat()
public abstract boolean hasThreat()The threat list matches. This might be empty if the URI is on no list.
.google.cloud.webrisk.v1.SearchUrisResponse.ThreatUri threat = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the threat field is set. |