public interface ThreatDiscoveryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ThreatDiscovery.Platform |
getPlatform()
Platform on which the threat was discovered.
|
int |
getPlatformValue()
Platform on which the threat was discovered.
|
String |
getRegionCodes(int index)
CLDR region code of the countries/regions the URI poses a threat ordered
from most impact to least impact.
|
com.google.protobuf.ByteString |
getRegionCodesBytes(int index)
CLDR region code of the countries/regions the URI poses a threat ordered
from most impact to least impact.
|
int |
getRegionCodesCount()
CLDR region code of the countries/regions the URI poses a threat ordered
from most impact to least impact.
|
List<String> |
getRegionCodesList()
CLDR region code of the countries/regions the URI poses a threat ordered
from most impact to least impact.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getPlatformValue()
Platform on which the threat was discovered.
.google.cloud.webrisk.v1.ThreatDiscovery.Platform platform = 1;ThreatDiscovery.Platform getPlatform()
Platform on which the threat was discovered.
.google.cloud.webrisk.v1.ThreatDiscovery.Platform platform = 1;List<String> getRegionCodesList()
CLDR region code of the countries/regions the URI poses a threat ordered from most impact to least impact. Example: "US" for United States.
repeated string region_codes = 2;int getRegionCodesCount()
CLDR region code of the countries/regions the URI poses a threat ordered from most impact to least impact. Example: "US" for United States.
repeated string region_codes = 2;String getRegionCodes(int index)
CLDR region code of the countries/regions the URI poses a threat ordered from most impact to least impact. Example: "US" for United States.
repeated string region_codes = 2;index - The index of the element to return.com.google.protobuf.ByteString getRegionCodesBytes(int index)
CLDR region code of the countries/regions the URI poses a threat ordered from most impact to least impact. Example: "US" for United States.
repeated string region_codes = 2;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.