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 ProjectName
ProjectName.Builder. build()
static ProjectName
ProjectName. of(String project)
static ProjectName
ProjectName. 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 ScanConfig
WebSecurityScannerClient. createScanConfig(ProjectName parent, ScanConfig scanConfig)
Creates a new ScanConfig.WebSecurityScannerClient.ListScanConfigsPagedResponse
WebSecurityScannerClient. 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)
-