Uses of Class
com.google.cloud.websecurityscanner.v1beta.ProjectName
-
Packages that use ProjectName Package Description com.google.cloud.websecurityscanner.v1beta A client to Web Security Scanner API -
-
Uses of ProjectName in com.google.cloud.websecurityscanner.v1beta
Methods in com.google.cloud.websecurityscanner.v1beta 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.v1beta 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.v1beta 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.v1beta with type arguments of type ProjectName Modifier and Type Method Description static List<String>ProjectName. toStringList(List<ProjectName> values)
-