Package com.google.webrisk.v1
Interface SearchHashesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SearchHashesResponse
,SearchHashesResponse.Builder
public interface SearchHashesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.Timestamp
getNegativeExpireTime()
For requested entities that did not match the threat list, how long to cache the response until.com.google.protobuf.TimestampOrBuilder
getNegativeExpireTimeOrBuilder()
For requested entities that did not match the threat list, how long to cache the response until.SearchHashesResponse.ThreatHash
getThreats(int index)
The full hashes that matched the requested prefixes.int
getThreatsCount()
The full hashes that matched the requested prefixes.List<SearchHashesResponse.ThreatHash>
getThreatsList()
The full hashes that matched the requested prefixes.SearchHashesResponse.ThreatHashOrBuilder
getThreatsOrBuilder(int index)
The full hashes that matched the requested prefixes.List<? extends SearchHashesResponse.ThreatHashOrBuilder>
getThreatsOrBuilderList()
The full hashes that matched the requested prefixes.boolean
hasNegativeExpireTime()
For requested entities that did not match the threat list, how long to cache the response until.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getThreatsList
List<SearchHashesResponse.ThreatHash> getThreatsList()
The full hashes that matched the requested prefixes. The hash will be populated in the key.
repeated .google.cloud.webrisk.v1.SearchHashesResponse.ThreatHash threats = 1;
-
getThreats
SearchHashesResponse.ThreatHash getThreats(int index)
The full hashes that matched the requested prefixes. The hash will be populated in the key.
repeated .google.cloud.webrisk.v1.SearchHashesResponse.ThreatHash threats = 1;
-
getThreatsCount
int getThreatsCount()
The full hashes that matched the requested prefixes. The hash will be populated in the key.
repeated .google.cloud.webrisk.v1.SearchHashesResponse.ThreatHash threats = 1;
-
getThreatsOrBuilderList
List<? extends SearchHashesResponse.ThreatHashOrBuilder> getThreatsOrBuilderList()
The full hashes that matched the requested prefixes. The hash will be populated in the key.
repeated .google.cloud.webrisk.v1.SearchHashesResponse.ThreatHash threats = 1;
-
getThreatsOrBuilder
SearchHashesResponse.ThreatHashOrBuilder getThreatsOrBuilder(int index)
The full hashes that matched the requested prefixes. The hash will be populated in the key.
repeated .google.cloud.webrisk.v1.SearchHashesResponse.ThreatHash threats = 1;
-
hasNegativeExpireTime
boolean hasNegativeExpireTime()
For requested entities that did not match the threat list, how long to cache the response until.
.google.protobuf.Timestamp negative_expire_time = 2;
- Returns:
- Whether the negativeExpireTime field is set.
-
getNegativeExpireTime
com.google.protobuf.Timestamp getNegativeExpireTime()
For requested entities that did not match the threat list, how long to cache the response until.
.google.protobuf.Timestamp negative_expire_time = 2;
- Returns:
- The negativeExpireTime.
-
getNegativeExpireTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getNegativeExpireTimeOrBuilder()
For requested entities that did not match the threat list, how long to cache the response until.
.google.protobuf.Timestamp negative_expire_time = 2;
-
-