Package com.google.webrisk.v1beta1
Interface SearchUrisResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SearchUrisResponse
,SearchUrisResponse.Builder
public interface SearchUrisResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchUrisResponse.ThreatUri
getThreat()
The threat list matches.SearchUrisResponse.ThreatUriOrBuilder
getThreatOrBuilder()
The threat list matches.boolean
hasThreat()
The threat list matches.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasThreat
boolean hasThreat()
The threat list matches. This may be empty if the URI is on no list.
.google.cloud.webrisk.v1beta1.SearchUrisResponse.ThreatUri threat = 1;
- Returns:
- Whether the threat field is set.
-
getThreat
SearchUrisResponse.ThreatUri getThreat()
The threat list matches. This may be empty if the URI is on no list.
.google.cloud.webrisk.v1beta1.SearchUrisResponse.ThreatUri threat = 1;
- Returns:
- The threat.
-
getThreatOrBuilder
SearchUrisResponse.ThreatUriOrBuilder getThreatOrBuilder()
The threat list matches. This may be empty if the URI is on no list.
.google.cloud.webrisk.v1beta1.SearchUrisResponse.ThreatUri threat = 1;
-
-