Interface VulnerabilityReportOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    VulnerabilityReport, VulnerabilityReport.Builder

    public interface VulnerabilityReportOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getName

        String 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:
        The name.
      • getNameBytes

        com.google.protobuf.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:
        The bytes for name.
      • getVulnerabilitiesList

        List<VulnerabilityReport.Vulnerability> getVulnerabilitiesList()
         Output only. List of vulnerabilities affecting the VM.
         
        repeated .google.cloud.osconfig.v1alpha.VulnerabilityReport.Vulnerability vulnerabilities = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getVulnerabilities

        VulnerabilityReport.Vulnerability getVulnerabilities​(int index)
         Output only. List of vulnerabilities affecting the VM.
         
        repeated .google.cloud.osconfig.v1alpha.VulnerabilityReport.Vulnerability vulnerabilities = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getVulnerabilitiesCount

        int getVulnerabilitiesCount()
         Output only. List of vulnerabilities affecting the VM.
         
        repeated .google.cloud.osconfig.v1alpha.VulnerabilityReport.Vulnerability vulnerabilities = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getVulnerabilitiesOrBuilderList

        List<? extends VulnerabilityReport.VulnerabilityOrBuilder> getVulnerabilitiesOrBuilderList()
         Output only. List of vulnerabilities affecting the VM.
         
        repeated .google.cloud.osconfig.v1alpha.VulnerabilityReport.Vulnerability vulnerabilities = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getVulnerabilitiesOrBuilder

        VulnerabilityReport.VulnerabilityOrBuilder getVulnerabilitiesOrBuilder​(int index)
         Output only. List of vulnerabilities affecting the VM.
         
        repeated .google.cloud.osconfig.v1alpha.VulnerabilityReport.Vulnerability vulnerabilities = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasUpdateTime

        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:
        Whether the updateTime field is set.
      • getUpdateTime

        com.google.protobuf.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:
        The updateTime.
      • getUpdateTimeOrBuilder

        com.google.protobuf.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];