public enum Framework.FrameworkType extends Enum<Framework.FrameworkType> implements ProtocolMessageEnumThe 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_VALUE | The framework is a built-in framework if it is created and managed by GCP.   | 
| CUSTOM | The framework is a custom framework if it is created and managed by the user.   | 
| CUSTOM_VALUE | The framework is a custom framework if it is created and managed by the user.   | 
| FRAMEWORK_TYPE_UNSPECIFIED | Default value. This value is unused.   | 
| FRAMEWORK_TYPE_UNSPECIFIED_VALUE | Default value. This value is unused.   | 
| 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() | |