Uses of Class
com.google.webrisk.v1.ThreatType
-
Packages that use ThreatType Package Description com.google.cloud.webrisk.v1 A client to Web Risk APIcom.google.webrisk.v1 -
-
Uses of ThreatType in com.google.cloud.webrisk.v1
Methods in com.google.cloud.webrisk.v1 with parameters of type ThreatType Modifier and Type Method Description ComputeThreatListDiffResponseWebRiskServiceClient. 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.v1 with type arguments of type ThreatType Modifier and Type Method Description SearchHashesResponseWebRiskServiceClient. searchHashes(com.google.protobuf.ByteString hashPrefix, List<ThreatType> threatTypes)Gets the full hashes that match the requested hash prefix.SearchUrisResponseWebRiskServiceClient. 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.v1
Methods in com.google.webrisk.v1 that return ThreatType Modifier and Type Method Description static ThreatTypeThreatType. forNumber(int value)ThreatTypeComputeThreatListDiffRequest.Builder. getThreatType()Required.ThreatTypeComputeThreatListDiffRequest. getThreatType()Required.ThreatTypeComputeThreatListDiffRequestOrBuilder. getThreatType()Required.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.ThreatTypeSubmission.Builder. getThreatTypes(int index)Output only.ThreatTypeSubmission. getThreatTypes(int index)Output only.ThreatTypeSubmissionOrBuilder. getThreatTypes(int index)Output only.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.v1 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.List<ThreatType>Submission.Builder. getThreatTypesList()Output only.List<ThreatType>Submission. getThreatTypesList()Output only.List<ThreatType>SubmissionOrBuilder. getThreatTypesList()Output only.static com.google.protobuf.Internal.EnumLiteMap<ThreatType>ThreatType. internalGetValueMap()Methods in com.google.webrisk.v1 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.Submission.BuilderSubmission.Builder. addThreatTypes(ThreatType value)Output only.ComputeThreatListDiffRequest.BuilderComputeThreatListDiffRequest.Builder. setThreatType(ThreatType value)Required.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.Submission.BuilderSubmission.Builder. setThreatTypes(int index, ThreatType value)Output only.Method parameters in com.google.webrisk.v1 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.Submission.BuilderSubmission.Builder. addAllThreatTypes(Iterable<? extends ThreatType> values)Output only.
-