Uses of Class
com.google.webrisk.v1beta1.ThreatType
-
Packages that use ThreatType Package Description com.google.cloud.webrisk.v1beta1 A client to Web Risk APIcom.google.webrisk.v1beta1 -
-
Uses of ThreatType in com.google.cloud.webrisk.v1beta1
Methods in com.google.cloud.webrisk.v1beta1 with parameters of type ThreatType Modifier and Type Method Description ComputeThreatListDiffResponse
WebRiskServiceV1Beta1Client. computeThreatListDiff(ThreatType threatType, com.google.protobuf.ByteString versionToken, ComputeThreatListDiffRequest.Constraints constraints)
Gets the most recent threat list diffs.Method parameters in com.google.cloud.webrisk.v1beta1 with type arguments of type ThreatType Modifier and Type Method Description SearchHashesResponse
WebRiskServiceV1Beta1Client. searchHashes(com.google.protobuf.ByteString hashPrefix, List<ThreatType> threatTypes)
Gets the full hashes that match the requested hash prefix.SearchUrisResponse
WebRiskServiceV1Beta1Client. searchUris(String uri, List<ThreatType> threatTypes)
This method is used to check whether a URI is on a given threatList. -
Uses of ThreatType in com.google.webrisk.v1beta1
Methods in com.google.webrisk.v1beta1 that return ThreatType Modifier and Type Method Description static ThreatType
ThreatType. forNumber(int value)
ThreatType
ComputeThreatListDiffRequest.Builder. getThreatType()
The ThreatList to update.ThreatType
ComputeThreatListDiffRequest. getThreatType()
The ThreatList to update.ThreatType
ComputeThreatListDiffRequestOrBuilder. getThreatType()
The ThreatList to update.ThreatType
SearchHashesRequest.Builder. getThreatTypes(int index)
Required.ThreatType
SearchHashesRequest. getThreatTypes(int index)
Required.ThreatType
SearchHashesRequestOrBuilder. getThreatTypes(int index)
Required.ThreatType
SearchHashesResponse.ThreatHash.Builder. getThreatTypes(int index)
The ThreatList this threat belongs to.ThreatType
SearchHashesResponse.ThreatHash. getThreatTypes(int index)
The ThreatList this threat belongs to.ThreatType
SearchHashesResponse.ThreatHashOrBuilder. getThreatTypes(int index)
The ThreatList this threat belongs to.ThreatType
SearchUrisRequest.Builder. getThreatTypes(int index)
Required.ThreatType
SearchUrisRequest. getThreatTypes(int index)
Required.ThreatType
SearchUrisRequestOrBuilder. getThreatTypes(int index)
Required.ThreatType
SearchUrisResponse.ThreatUri.Builder. getThreatTypes(int index)
The ThreatList this threat belongs to.ThreatType
SearchUrisResponse.ThreatUri. getThreatTypes(int index)
The ThreatList this threat belongs to.ThreatType
SearchUrisResponse.ThreatUriOrBuilder. getThreatTypes(int index)
The ThreatList this threat belongs to.static ThreatType
ThreatType. valueOf(int value)
Deprecated.static ThreatType
ThreatType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ThreatType
ThreatType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ThreatType[]
ThreatType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.webrisk.v1beta1 that return types with arguments of type ThreatType Modifier and Type Method Description List<ThreatType>
SearchHashesRequest.Builder. getThreatTypesList()
Required.List<ThreatType>
SearchHashesRequest. getThreatTypesList()
Required.List<ThreatType>
SearchHashesRequestOrBuilder. getThreatTypesList()
Required.List<ThreatType>
SearchHashesResponse.ThreatHash.Builder. getThreatTypesList()
The ThreatList this threat belongs to.List<ThreatType>
SearchHashesResponse.ThreatHash. getThreatTypesList()
The ThreatList this threat belongs to.List<ThreatType>
SearchHashesResponse.ThreatHashOrBuilder. getThreatTypesList()
The ThreatList this threat belongs to.List<ThreatType>
SearchUrisRequest.Builder. getThreatTypesList()
Required.List<ThreatType>
SearchUrisRequest. getThreatTypesList()
Required.List<ThreatType>
SearchUrisRequestOrBuilder. getThreatTypesList()
Required.List<ThreatType>
SearchUrisResponse.ThreatUri.Builder. getThreatTypesList()
The ThreatList this threat belongs to.List<ThreatType>
SearchUrisResponse.ThreatUri. getThreatTypesList()
The ThreatList this threat belongs to.List<ThreatType>
SearchUrisResponse.ThreatUriOrBuilder. getThreatTypesList()
The ThreatList this threat belongs to.static com.google.protobuf.Internal.EnumLiteMap<ThreatType>
ThreatType. internalGetValueMap()
Methods in com.google.webrisk.v1beta1 with parameters of type ThreatType Modifier and Type Method Description SearchHashesRequest.Builder
SearchHashesRequest.Builder. addThreatTypes(ThreatType value)
Required.SearchHashesResponse.ThreatHash.Builder
SearchHashesResponse.ThreatHash.Builder. addThreatTypes(ThreatType value)
The ThreatList this threat belongs to.SearchUrisRequest.Builder
SearchUrisRequest.Builder. addThreatTypes(ThreatType value)
Required.SearchUrisResponse.ThreatUri.Builder
SearchUrisResponse.ThreatUri.Builder. addThreatTypes(ThreatType value)
The ThreatList this threat belongs to.ComputeThreatListDiffRequest.Builder
ComputeThreatListDiffRequest.Builder. setThreatType(ThreatType value)
The ThreatList to update.SearchHashesRequest.Builder
SearchHashesRequest.Builder. setThreatTypes(int index, ThreatType value)
Required.SearchHashesResponse.ThreatHash.Builder
SearchHashesResponse.ThreatHash.Builder. setThreatTypes(int index, ThreatType value)
The ThreatList this threat belongs to.SearchUrisRequest.Builder
SearchUrisRequest.Builder. setThreatTypes(int index, ThreatType value)
Required.SearchUrisResponse.ThreatUri.Builder
SearchUrisResponse.ThreatUri.Builder. setThreatTypes(int index, ThreatType value)
The ThreatList this threat belongs to.Method parameters in com.google.webrisk.v1beta1 with type arguments of type ThreatType Modifier and Type Method Description SearchHashesRequest.Builder
SearchHashesRequest.Builder. addAllThreatTypes(Iterable<? extends ThreatType> values)
Required.SearchHashesResponse.ThreatHash.Builder
SearchHashesResponse.ThreatHash.Builder. addAllThreatTypes(Iterable<? extends ThreatType> values)
The ThreatList this threat belongs to.SearchUrisRequest.Builder
SearchUrisRequest.Builder. addAllThreatTypes(Iterable<? extends ThreatType> values)
Required.SearchUrisResponse.ThreatUri.Builder
SearchUrisResponse.ThreatUri.Builder. addAllThreatTypes(Iterable<? extends ThreatType> values)
The ThreatList this threat belongs to.
-