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