Interface SecurityPostureConfigOrBuilder

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

    public interface SecurityPostureConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      SecurityPostureConfig.Mode getMode()
      Sets which mode to use for Security Posture features.
      int getModeValue()
      Sets which mode to use for Security Posture features.
      SecurityPostureConfig.VulnerabilityMode getVulnerabilityMode()
      Sets which mode to use for vulnerability scanning.
      int getVulnerabilityModeValue()
      Sets which mode to use for vulnerability scanning.
      boolean hasMode()
      Sets which mode to use for Security Posture features.
      boolean hasVulnerabilityMode()
      Sets which mode to use for vulnerability scanning.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasMode

        boolean hasMode()
         Sets which mode to use for Security Posture features.
         
        optional .google.container.v1beta1.SecurityPostureConfig.Mode mode = 1;
        Returns:
        Whether the mode field is set.
      • getModeValue

        int getModeValue()
         Sets which mode to use for Security Posture features.
         
        optional .google.container.v1beta1.SecurityPostureConfig.Mode mode = 1;
        Returns:
        The enum numeric value on the wire for mode.
      • getMode

        SecurityPostureConfig.Mode getMode()
         Sets which mode to use for Security Posture features.
         
        optional .google.container.v1beta1.SecurityPostureConfig.Mode mode = 1;
        Returns:
        The mode.
      • hasVulnerabilityMode

        boolean hasVulnerabilityMode()
         Sets which mode to use for vulnerability scanning.
         
        optional .google.container.v1beta1.SecurityPostureConfig.VulnerabilityMode vulnerability_mode = 2;
        Returns:
        Whether the vulnerabilityMode field is set.
      • getVulnerabilityModeValue

        int getVulnerabilityModeValue()
         Sets which mode to use for vulnerability scanning.
         
        optional .google.container.v1beta1.SecurityPostureConfig.VulnerabilityMode vulnerability_mode = 2;
        Returns:
        The enum numeric value on the wire for vulnerabilityMode.
      • getVulnerabilityMode

        SecurityPostureConfig.VulnerabilityMode getVulnerabilityMode()
         Sets which mode to use for vulnerability scanning.
         
        optional .google.container.v1beta1.SecurityPostureConfig.VulnerabilityMode vulnerability_mode = 2;
        Returns:
        The vulnerabilityMode.