Class VulnerabilityReport (2.78.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 2.78.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  VulnerabilityReport   extends   GeneratedMessageV3   implements   VulnerabilityReportOrBuilder  
   This API resource represents the vulnerability report for a specified
 Compute Engine virtual machine (VM) instance at a given point in time.
 For more information, see Vulnerability
 reports .
 Protobuf type google.cloud.osconfig.v1.VulnerabilityReport
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  HIGHEST_UPGRADABLE_CVE_SEVERITY_FIELD_NUMBER 
  
    
public   static   final   int   HIGHEST_UPGRADABLE_CVE_SEVERITY_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  NAME_FIELD_NUMBER 
  
    
public   static   final   int   NAME_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  UPDATE_TIME_FIELD_NUMBER 
  
    
public   static   final   int   UPDATE_TIME_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  VULNERABILITIES_FIELD_NUMBER 
  
    
public   static   final   int   VULNERABILITIES_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   VulnerabilityReport   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   VulnerabilityReport . Builder   newBuilder ()  
  
  newBuilder(VulnerabilityReport prototype) 
  
    
public   static   VulnerabilityReport . Builder   newBuilder ( VulnerabilityReport   prototype )  
  
  
  
    
public   static   VulnerabilityReport   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   VulnerabilityReport   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   VulnerabilityReport   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   VulnerabilityReport   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   VulnerabilityReport   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   VulnerabilityReport   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   VulnerabilityReport   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   VulnerabilityReport   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   VulnerabilityReport   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   VulnerabilityReport   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   VulnerabilityReport   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   VulnerabilityReport   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<VulnerabilityReport>   parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   VulnerabilityReport   getDefaultInstanceForType ()  
  
  getHighestUpgradableCveSeverity() 
  
    
public   VulnerabilityReport . VulnerabilitySeverityLevel   getHighestUpgradableCveSeverity ()  
   Output only. Highest level of severity among all the upgradable
 vulnerabilities with CVEs attached.
 
 .google.cloud.osconfig.v1.VulnerabilityReport.VulnerabilitySeverityLevel highest_upgradable_cve_severity = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
getHighestUpgradableCveSeverityValue() 
  
    
public   int   getHighestUpgradableCveSeverityValue ()  
   Output only. Highest level of severity among all the upgradable
 vulnerabilities with CVEs attached.
 
 .google.cloud.osconfig.v1.VulnerabilityReport.VulnerabilitySeverityLevel highest_upgradable_cve_severity = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        Returns  
      
        Type Description  
      
        int The enum numeric value on the wire for highestUpgradableCveSeverity.
 
     
  
  getName() 
  
   Output only. The vulnerabilityReport API resource name.
 Format:
 projects/{project_number}/locations/{location}/instances/{instance_id}/vulnerabilityReport
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        Returns  
      
        Type Description  
      
        String The name.
 
     
  
  getNameBytes() 
  
    
public   ByteString   getNameBytes ()  
   Output only. The vulnerabilityReport API resource name.
 Format:
 projects/{project_number}/locations/{location}/instances/{instance_id}/vulnerabilityReport
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for name.
 
     
  
  getParserForType() 
  
    
public   Parser<VulnerabilityReport>   getParserForType ()  
  
  Overrides 
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  getUpdateTime() 
  
    
public   Timestamp   getUpdateTime ()  
   Output only. The timestamp for when the last vulnerability report was
 generated for the VM.
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        Returns  
      
        Type Description  
      
        Timestamp The updateTime.
 
     
  
  getUpdateTimeOrBuilder() 
  
    
public   TimestampOrBuilder   getUpdateTimeOrBuilder ()  
   Output only. The timestamp for when the last vulnerability report was
 generated for the VM.
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
getVulnerabilities(int index) 
  
    
public   VulnerabilityReport . Vulnerability   getVulnerabilities ( int   index )  
   Output only. List of vulnerabilities affecting the VM.
 
 repeated .google.cloud.osconfig.v1.VulnerabilityReport.Vulnerability vulnerabilities = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        Parameter  
      
        Name Description  
      
        indexint  
     
  
  
  getVulnerabilitiesCount() 
  
    
public   int   getVulnerabilitiesCount ()  
   Output only. List of vulnerabilities affecting the VM.
 
 repeated .google.cloud.osconfig.v1.VulnerabilityReport.Vulnerability vulnerabilities = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  getVulnerabilitiesList() 
  
    
public   List<VulnerabilityReport . Vulnerability >  getVulnerabilitiesList ()  
   Output only. List of vulnerabilities affecting the VM.
 
 repeated .google.cloud.osconfig.v1.VulnerabilityReport.Vulnerability vulnerabilities = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
getVulnerabilitiesOrBuilder(int index) 
  
    
public   VulnerabilityReport . VulnerabilityOrBuilder   getVulnerabilitiesOrBuilder ( int   index )  
   Output only. List of vulnerabilities affecting the VM.
 
 repeated .google.cloud.osconfig.v1.VulnerabilityReport.Vulnerability vulnerabilities = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        Parameter  
      
        Name Description  
      
        indexint  
     
  
  
  getVulnerabilitiesOrBuilderList() 
  
    
public   List <?   extends   VulnerabilityReport . VulnerabilityOrBuilder >  getVulnerabilitiesOrBuilderList ()  
   Output only. List of vulnerabilities affecting the VM.
 
 repeated .google.cloud.osconfig.v1.VulnerabilityReport.Vulnerability vulnerabilities = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        Returns  
      
        Type Description  
      
        List <? extends com.google.cloud.osconfig.v1.VulnerabilityReport.VulnerabilityOrBuilder > 
     
  
  hasUpdateTime() 
  
    
public   boolean   hasUpdateTime ()  
   Output only. The timestamp for when the last vulnerability report was
 generated for the VM.
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the updateTime field is set.
 
     
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   VulnerabilityReport . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   VulnerabilityReport . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   VulnerabilityReport . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-29 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]