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()
Required.
|
com.google.protobuf.ByteString |
getUriBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUri()
Required. The URI to be checked for matches.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getUriBytes()
Required. The URI to be checked for matches.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];List<ThreatType> getThreatTypesList()
Required. The ThreatLists to search in.
repeated .google.cloud.webrisk.v1beta1.ThreatType threat_types = 2 [(.google.api.field_behavior) = REQUIRED];
int getThreatTypesCount()
Required. The ThreatLists to search in.
repeated .google.cloud.webrisk.v1beta1.ThreatType threat_types = 2 [(.google.api.field_behavior) = REQUIRED];
ThreatType getThreatTypes(int index)
Required. The ThreatLists to search in.
repeated .google.cloud.webrisk.v1beta1.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.
repeated .google.cloud.webrisk.v1beta1.ThreatType threat_types = 2 [(.google.api.field_behavior) = REQUIRED];
int getThreatTypesValue(int index)
Required. The ThreatLists to search in.
repeated .google.cloud.webrisk.v1beta1.ThreatType threat_types = 2 [(.google.api.field_behavior) = REQUIRED];
index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.