public enum PasswordValidationPolicy.Complexity extends Enum<PasswordValidationPolicy.Complexity> implements ProtocolMessageEnumThe complexity choices of the password.
Protobuf enum google.cloud.sql.v1.PasswordValidationPolicy.Complexity
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
COMPLEXITY_DEFAULT |
A combination of lowercase, uppercase, numeric, and non-alphanumeric characters. |
COMPLEXITY_DEFAULT_VALUE |
A combination of lowercase, uppercase, numeric, and non-alphanumeric characters. |
COMPLEXITY_UNSPECIFIED |
Complexity check is not specified. |
COMPLEXITY_UNSPECIFIED_VALUE |
Complexity check is not specified. |
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() |
|