Uses of Class
com.google.cloud.websecurityscanner.v1alpha.ProjectName
-
Packages that use ProjectName Package Description com.google.cloud.websecurityscanner.v1alpha A client to Web Security Scanner API -
-
Uses of ProjectName in com.google.cloud.websecurityscanner.v1alpha
Methods in com.google.cloud.websecurityscanner.v1alpha that return ProjectName Modifier and Type Method Description ProjectNameProjectName.Builder. build()static ProjectNameProjectName. of(String project)static ProjectNameProjectName. parse(String formattedString)Methods in com.google.cloud.websecurityscanner.v1alpha that return types with arguments of type ProjectName Modifier and Type Method Description static List<ProjectName>ProjectName. parseList(List<String> formattedStrings)Methods in com.google.cloud.websecurityscanner.v1alpha with parameters of type ProjectName Modifier and Type Method Description ScanConfigWebSecurityScannerClient. createScanConfig(ProjectName parent, ScanConfig scanConfig)Creates a new ScanConfig.WebSecurityScannerClient.ListScanConfigsPagedResponseWebSecurityScannerClient. listScanConfigs(ProjectName parent)Lists ScanConfigs under a given project.Method parameters in com.google.cloud.websecurityscanner.v1alpha with type arguments of type ProjectName Modifier and Type Method Description static List<String>ProjectName. toStringList(List<ProjectName> values)
-