public enum SupportedDatabaseFlag.Types.ValueTypeReference documentation and code samples for the AlloyDB v1alpha API enum SupportedDatabaseFlag.Types.ValueType.
ValueType describes the semantic type of the value that the flag accepts. Regardless of the ValueType, the Instance.database_flags field accepts the stringified version of the value, i.e. "20" or "3.14".
Namespace
Google.Cloud.AlloyDb.V1AlphaAssembly
Google.Cloud.AlloyDb.V1Alpha.dll
Fields |
|
|---|---|
| Name | Description |
Float |
Float type flag. |
Integer |
Integer type flag. |
None |
Denotes that the flag does not accept any values. |
String |
String type flag. |
Unspecified |
This is an unknown flag type. |