public static interface SearchUrisResponse.ThreatUriOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getExpireTime()
The cache lifetime for the returned match.
|
com.google.protobuf.TimestampOrBuilder |
getExpireTimeOrBuilder()
The cache lifetime for the returned match.
|
ThreatType |
getThreatTypes(int index)
The ThreatList this threat belongs to.
|
int |
getThreatTypesCount()
The ThreatList this threat belongs to.
|
List<ThreatType> |
getThreatTypesList()
The ThreatList this threat belongs to.
|
int |
getThreatTypesValue(int index)
The ThreatList this threat belongs to.
|
List<Integer> |
getThreatTypesValueList()
The ThreatList this threat belongs to.
|
boolean |
hasExpireTime()
The cache lifetime for the returned match.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ThreatType> getThreatTypesList()
The ThreatList this threat belongs to.
repeated .google.cloud.webrisk.v1beta1.ThreatType threat_types = 1;int getThreatTypesCount()
The ThreatList this threat belongs to.
repeated .google.cloud.webrisk.v1beta1.ThreatType threat_types = 1;ThreatType getThreatTypes(int index)
The ThreatList this threat belongs to.
repeated .google.cloud.webrisk.v1beta1.ThreatType threat_types = 1;List<Integer> getThreatTypesValueList()
The ThreatList this threat belongs to.
repeated .google.cloud.webrisk.v1beta1.ThreatType threat_types = 1;int getThreatTypesValue(int index)
The ThreatList this threat belongs to.
repeated .google.cloud.webrisk.v1beta1.ThreatType threat_types = 1;boolean hasExpireTime()
The cache lifetime for the returned match. Clients must not cache this response past this timestamp to avoid false positives.
.google.protobuf.Timestamp expire_time = 2;com.google.protobuf.Timestamp getExpireTime()
The cache lifetime for the returned match. Clients must not cache this response past this timestamp to avoid false positives.
.google.protobuf.Timestamp expire_time = 2;com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder()
The cache lifetime for the returned match. Clients must not cache this response past this timestamp to avoid false positives.
.google.protobuf.Timestamp expire_time = 2;Copyright © 2019 Google LLC. All rights reserved.