public interface SearchUrisRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ThreatType |
getThreatTypes(int index)
Required.
|
int |
getThreatTypesCount()
Required.
|
List<ThreatType> |
getThreatTypesList()
Required.
|
int |
getThreatTypesValue(int index)
Required.
|
List<Integer> |
getThreatTypesValueList()
Required.
|
String |
getUri()
The URI to be checked for matches.
|
com.google.protobuf.ByteString |
getUriBytes()
The URI to be checked for matches.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUri()
The URI to be checked for matches.
string uri = 1;com.google.protobuf.ByteString getUriBytes()
The URI to be checked for matches.
string uri = 1;List<ThreatType> getThreatTypesList()
Required. The ThreatLists to search in.
repeated .google.cloud.webrisk.v1beta1.ThreatType threat_types = 2;int getThreatTypesCount()
Required. The ThreatLists to search in.
repeated .google.cloud.webrisk.v1beta1.ThreatType threat_types = 2;ThreatType getThreatTypes(int index)
Required. The ThreatLists to search in.
repeated .google.cloud.webrisk.v1beta1.ThreatType threat_types = 2;List<Integer> getThreatTypesValueList()
Required. The ThreatLists to search in.
repeated .google.cloud.webrisk.v1beta1.ThreatType threat_types = 2;int getThreatTypesValue(int index)
Required. The ThreatLists to search in.
repeated .google.cloud.webrisk.v1beta1.ThreatType threat_types = 2;Copyright © 2019 Google LLC. All rights reserved.