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 ComputeThreatListDiffResponseWebRiskServiceV1Beta1Client. 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 SearchHashesResponseWebRiskServiceV1Beta1Client. searchHashes(com.google.protobuf.ByteString hashPrefix, List<ThreatType> threatTypes)Gets the full hashes that match the requested hash prefix.SearchUrisResponseWebRiskServiceV1Beta1Client. 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 ThreatTypeThreatType. forNumber(int value)ThreatTypeComputeThreatListDiffRequest.Builder. getThreatType()The ThreatList to update.ThreatTypeComputeThreatListDiffRequest. getThreatType()The ThreatList to update.ThreatTypeComputeThreatListDiffRequestOrBuilder. getThreatType()The ThreatList to update.ThreatTypeSearchHashesRequest.Builder. getThreatTypes(int index)Required.ThreatTypeSearchHashesRequest. getThreatTypes(int index)Required.ThreatTypeSearchHashesRequestOrBuilder. getThreatTypes(int index)Required.ThreatTypeSearchHashesResponse.ThreatHash.Builder. getThreatTypes(int index)The ThreatList this threat belongs to.ThreatTypeSearchHashesResponse.ThreatHash. getThreatTypes(int index)The ThreatList this threat belongs to.ThreatTypeSearchHashesResponse.ThreatHashOrBuilder. getThreatTypes(int index)The ThreatList this threat belongs to.ThreatTypeSearchUrisRequest.Builder. getThreatTypes(int index)Required.ThreatTypeSearchUrisRequest. getThreatTypes(int index)Required.ThreatTypeSearchUrisRequestOrBuilder. getThreatTypes(int index)Required.ThreatTypeSearchUrisResponse.ThreatUri.Builder. getThreatTypes(int index)The ThreatList this threat belongs to.ThreatTypeSearchUrisResponse.ThreatUri. getThreatTypes(int index)The ThreatList this threat belongs to.ThreatTypeSearchUrisResponse.ThreatUriOrBuilder. getThreatTypes(int index)The ThreatList this threat belongs to.static ThreatTypeThreatType. valueOf(int value)Deprecated.static ThreatTypeThreatType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ThreatTypeThreatType. 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.BuilderSearchHashesRequest.Builder. addThreatTypes(ThreatType value)Required.SearchHashesResponse.ThreatHash.BuilderSearchHashesResponse.ThreatHash.Builder. addThreatTypes(ThreatType value)The ThreatList this threat belongs to.SearchUrisRequest.BuilderSearchUrisRequest.Builder. addThreatTypes(ThreatType value)Required.SearchUrisResponse.ThreatUri.BuilderSearchUrisResponse.ThreatUri.Builder. addThreatTypes(ThreatType value)The ThreatList this threat belongs to.ComputeThreatListDiffRequest.BuilderComputeThreatListDiffRequest.Builder. setThreatType(ThreatType value)The ThreatList to update.SearchHashesRequest.BuilderSearchHashesRequest.Builder. setThreatTypes(int index, ThreatType value)Required.SearchHashesResponse.ThreatHash.BuilderSearchHashesResponse.ThreatHash.Builder. setThreatTypes(int index, ThreatType value)The ThreatList this threat belongs to.SearchUrisRequest.BuilderSearchUrisRequest.Builder. setThreatTypes(int index, ThreatType value)Required.SearchUrisResponse.ThreatUri.BuilderSearchUrisResponse.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.BuilderSearchHashesRequest.Builder. addAllThreatTypes(Iterable<? extends ThreatType> values)Required.SearchHashesResponse.ThreatHash.BuilderSearchHashesResponse.ThreatHash.Builder. addAllThreatTypes(Iterable<? extends ThreatType> values)The ThreatList this threat belongs to.SearchUrisRequest.BuilderSearchUrisRequest.Builder. addAllThreatTypes(Iterable<? extends ThreatType> values)Required.SearchUrisResponse.ThreatUri.BuilderSearchUrisResponse.ThreatUri.Builder. addAllThreatTypes(Iterable<? extends ThreatType> values)The ThreatList this threat belongs to.
-