Interface Settings.DetectorGroupSettingsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ComponentEnablementState getState()
      The state determines if the group is enabled or not.
      int getStateValue()
      The state determines if the group is enabled or not.
      • 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()
         The state determines if the group is enabled or not.
         
        .google.cloud.securitycenter.settings.v1beta1.ComponentEnablementState state = 1;
        Returns:
        The enum numeric value on the wire for state.
      • getState

        ComponentEnablementState getState()
         The state determines if the group is enabled or not.
         
        .google.cloud.securitycenter.settings.v1beta1.ComponentEnablementState state = 1;
        Returns:
        The state.