public interface SearchHashesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getHashPrefix()
A hash prefix, consisting of the most significant 4-32 bytes of a SHA256
hash.
|
ThreatType |
getThreatTypes(int index)
Required.
|
int |
getThreatTypesCount()
Required.
|
List<ThreatType> |
getThreatTypesList()
Required.
|
int |
getThreatTypesValue(int index)
Required.
|
List<Integer> |
getThreatTypesValueList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getHashPrefix()
A hash prefix, consisting of the most significant 4-32 bytes of a SHA256 hash. For JSON requests, this field is base64-encoded. Note that if this parameter is provided by a URI, it must be encoded using the web safe base64 variant (RFC 4648).
bytes hash_prefix = 1;List<ThreatType> getThreatTypesList()
Required. The ThreatLists to search in. Multiple ThreatLists may be specified.
repeated .google.cloud.webrisk.v1.ThreatType threat_types = 2 [(.google.api.field_behavior) = REQUIRED];
int getThreatTypesCount()
Required. The ThreatLists to search in. Multiple ThreatLists may be specified.
repeated .google.cloud.webrisk.v1.ThreatType threat_types = 2 [(.google.api.field_behavior) = REQUIRED];
ThreatType getThreatTypes(int index)
Required. The ThreatLists to search in. Multiple ThreatLists may be specified.
repeated .google.cloud.webrisk.v1.ThreatType threat_types = 2 [(.google.api.field_behavior) = REQUIRED];
index - The index of the element to return.List<Integer> getThreatTypesValueList()
Required. The ThreatLists to search in. Multiple ThreatLists may be specified.
repeated .google.cloud.webrisk.v1.ThreatType threat_types = 2 [(.google.api.field_behavior) = REQUIRED];
int getThreatTypesValue(int index)
Required. The ThreatLists to search in. Multiple ThreatLists may be specified.
repeated .google.cloud.webrisk.v1.ThreatType threat_types = 2 [(.google.api.field_behavior) = REQUIRED];
index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.