Uses of Class
com.google.phishingprotection.v1beta1.ProjectName
-
Packages that use ProjectName Package Description com.google.cloud.phishingprotection.v1beta1 A client to Phishing Protection APIcom.google.phishingprotection.v1beta1 -
-
Uses of ProjectName in com.google.cloud.phishingprotection.v1beta1
Methods in com.google.cloud.phishingprotection.v1beta1 with parameters of type ProjectName Modifier and Type Method Description ReportPhishingResponse
PhishingProtectionServiceV1Beta1Client. reportPhishing(ProjectName parent, String uri)
Reports a URI suspected of containing phishing content to be reviewed. -
Uses of ProjectName in com.google.phishingprotection.v1beta1
Methods in com.google.phishingprotection.v1beta1 that return ProjectName Modifier and Type Method Description ProjectName
ProjectName.Builder. build()
static ProjectName
ProjectName. of(String project)
static ProjectName
ProjectName. parse(String formattedString)
Methods in com.google.phishingprotection.v1beta1 that return types with arguments of type ProjectName Modifier and Type Method Description static List<ProjectName>
ProjectName. parseList(List<String> formattedStrings)
Method parameters in com.google.phishingprotection.v1beta1 with type arguments of type ProjectName Modifier and Type Method Description static List<String>
ProjectName. toStringList(List<ProjectName> values)
-