public interface SearchHashesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<SearchHashesResponse.ThreatHash> getThreatsList()
The full hashes that matched the requested prefixes. The hash will be populated in the key.
repeated .google.cloud.webrisk.v1beta1.SearchHashesResponse.ThreatHash threats = 1;
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.v1beta1.SearchHashesResponse.ThreatHash threats = 1;
int getThreatsCount()
The full hashes that matched the requested prefixes. The hash will be populated in the key.
repeated .google.cloud.webrisk.v1beta1.SearchHashesResponse.ThreatHash threats = 1;
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.v1beta1.SearchHashesResponse.ThreatHash threats = 1;
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.v1beta1.SearchHashesResponse.ThreatHash threats = 1;
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;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;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;Copyright © 2019 Google LLC. All rights reserved.