Enum Framework.FrameworkType (0.1.0)

public enum Framework.FrameworkType extends Enum<Framework.FrameworkType> implements ProtocolMessageEnum

The type of the framework.

Protobuf enum google.cloud.cloudsecuritycompliance.v1.Framework.FrameworkType

Implements

ProtocolMessageEnum

Static Fields

Name Description
BUILT_IN

The framework is a built-in framework if it is created and managed by GCP.

BUILT_IN = 1;

BUILT_IN_VALUE

The framework is a built-in framework if it is created and managed by GCP.

BUILT_IN = 1;

CUSTOM

The framework is a custom framework if it is created and managed by the user.

CUSTOM = 2;

CUSTOM_VALUE

The framework is a custom framework if it is created and managed by the user.

CUSTOM = 2;

FRAMEWORK_TYPE_UNSPECIFIED

Default value. This value is unused.

FRAMEWORK_TYPE_UNSPECIFIED = 0;

FRAMEWORK_TYPE_UNSPECIFIED_VALUE

Default value. This value is unused.

FRAMEWORK_TYPE_UNSPECIFIED = 0;

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()