public enum ApiHubInstance.Config.EncryptionType extends Enum<ApiHubInstance.Config.EncryptionType> implements ProtocolMessageEnumTypes of data encryption.
 Protobuf enum google.cloud.apihub.v1.ApiHubInstance.Config.EncryptionType
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| CMEK | Encryption using customer managed encryption key.   | 
| CMEK_VALUE | Encryption using customer managed encryption key.   | 
| ENCRYPTION_TYPE_UNSPECIFIED | Encryption type unspecified.   | 
| ENCRYPTION_TYPE_UNSPECIFIED_VALUE | Encryption type unspecified.   | 
| GMEK | Default encryption using Google managed encryption key.   | 
| GMEK_VALUE | Default encryption using Google managed encryption key.   | 
| 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() | |