Uses of Class
com.google.cloud.osconfig.v1.VulnerabilityReportName
-
Packages that use VulnerabilityReportName Package Description com.google.cloud.osconfig.v1 A client to OS Config API -
-
Uses of VulnerabilityReportName in com.google.cloud.osconfig.v1
Methods in com.google.cloud.osconfig.v1 that return VulnerabilityReportName Modifier and Type Method Description VulnerabilityReportNameVulnerabilityReportName.Builder. build()static VulnerabilityReportNameVulnerabilityReportName. of(String project, String location, String instance)static VulnerabilityReportNameVulnerabilityReportName. parse(String formattedString)Methods in com.google.cloud.osconfig.v1 that return types with arguments of type VulnerabilityReportName Modifier and Type Method Description static List<VulnerabilityReportName>VulnerabilityReportName. parseList(List<String> formattedStrings)Methods in com.google.cloud.osconfig.v1 with parameters of type VulnerabilityReportName Modifier and Type Method Description VulnerabilityReportOsConfigZonalServiceClient. getVulnerabilityReport(VulnerabilityReportName name)Gets the vulnerability report for the specified VM instance.Method parameters in com.google.cloud.osconfig.v1 with type arguments of type VulnerabilityReportName Modifier and Type Method Description static List<String>VulnerabilityReportName. toStringList(List<VulnerabilityReportName> values)
-