public enum Framework.FrameworkType extends Enum<Framework.FrameworkType> implements ProtocolMessageEnumThe type of framework.
Protobuf enum google.cloud.cloudsecuritycompliance.v1.Framework.FrameworkType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
BUILT_IN |
A framework that's provided and managed by Google. |
BUILT_IN_VALUE |
A framework that's provided and managed by Google. |
CUSTOM |
A framework that's created and managed by you. |
CUSTOM_VALUE |
A framework that's created and managed by you. |
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() |
|