Enum MuteConfig.MuteConfigType (2.49.0)

public enum MuteConfig.MuteConfigType extends Enum<MuteConfig.MuteConfigType> implements ProtocolMessageEnum

The type of MuteConfig.

Protobuf enum google.cloud.securitycenter.v2.MuteConfig.MuteConfigType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
MUTE_CONFIG_TYPE_UNSPECIFIED

Unused.

MUTE_CONFIG_TYPE_UNSPECIFIED = 0;

MUTE_CONFIG_TYPE_UNSPECIFIED_VALUE

Unused.

MUTE_CONFIG_TYPE_UNSPECIFIED = 0;

STATIC

A static mute config, which sets the static mute state of future matching findings to muted. Once the static mute state has been set, finding or config modifications will not affect the state.

STATIC = 1;

STATIC_VALUE

A static mute config, which sets the static mute state of future matching findings to muted. Once the static mute state has been set, finding or config modifications will not affect the state.

STATIC = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()