Interface ComponentSettings.DetectorSettingsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ComponentEnablementState getState()
      ENABLE to enable component, DISABLE to disable and INHERIT to inherit setting from ancestors.
      int getStateValue()
      ENABLE to enable component, DISABLE to disable and INHERIT to inherit setting from ancestors.
      • 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

      • getStateValue

        int getStateValue()
         ENABLE to enable component, DISABLE to disable and INHERIT to inherit
         setting from ancestors.
         
        .google.cloud.securitycenter.settings.v1beta1.ComponentEnablementState state = 1;
        Returns:
        The enum numeric value on the wire for state.
      • getState

        ComponentEnablementState getState()
         ENABLE to enable component, DISABLE to disable and INHERIT to inherit
         setting from ancestors.
         
        .google.cloud.securitycenter.settings.v1beta1.ComponentEnablementState state = 1;
        Returns:
        The state.