Enum MuteConfig.MuteConfigType (2.50.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

Name Description
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

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()