Reference documentation and code samples for the AlloyDB V1ALPHA API module Google::Cloud::AlloyDB::V1alpha::SupportedDatabaseFlag::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".
Constants
VALUE_TYPE_UNSPECIFIED
value: 0 This is an unknown flag type.
STRING
value: 1 String type flag.
INTEGER
value: 2 Integer type flag.
FLOAT
value: 3 Float type flag.
NONE
value: 4 Denotes that the flag does not accept any values.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# AlloyDB V1ALPHA API - Module Google::Cloud::AlloyDB::V1alpha::SupportedDatabaseFlag::ValueType (v0.14.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.14.1 (latest)](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/latest/Google-Cloud-AlloyDB-V1alpha-SupportedDatabaseFlag-ValueType)\n- [0.14.0](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.14.0/Google-Cloud-AlloyDB-V1alpha-SupportedDatabaseFlag-ValueType)\n- [0.13.0](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.13.0/Google-Cloud-AlloyDB-V1alpha-SupportedDatabaseFlag-ValueType)\n- [0.12.0](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.12.0/Google-Cloud-AlloyDB-V1alpha-SupportedDatabaseFlag-ValueType)\n- [0.11.1](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.11.1/Google-Cloud-AlloyDB-V1alpha-SupportedDatabaseFlag-ValueType)\n- [0.10.0](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.10.0/Google-Cloud-AlloyDB-V1alpha-SupportedDatabaseFlag-ValueType)\n- [0.9.0](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.9.0/Google-Cloud-AlloyDB-V1alpha-SupportedDatabaseFlag-ValueType)\n- [0.8.0](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.8.0/Google-Cloud-AlloyDB-V1alpha-SupportedDatabaseFlag-ValueType)\n- [0.7.2](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.7.2/Google-Cloud-AlloyDB-V1alpha-SupportedDatabaseFlag-ValueType)\n- [0.6.0](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.6.0/Google-Cloud-AlloyDB-V1alpha-SupportedDatabaseFlag-ValueType)\n- [0.5.2](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.5.2/Google-Cloud-AlloyDB-V1alpha-SupportedDatabaseFlag-ValueType)\n- [0.4.0](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.4.0/Google-Cloud-AlloyDB-V1alpha-SupportedDatabaseFlag-ValueType)\n- [0.3.0](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.3.0/Google-Cloud-AlloyDB-V1alpha-SupportedDatabaseFlag-ValueType)\n- [0.2.0](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.2.0/Google-Cloud-AlloyDB-V1alpha-SupportedDatabaseFlag-ValueType)\n- [0.1.0](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.1.0/Google-Cloud-AlloyDB-V1alpha-SupportedDatabaseFlag-ValueType) \nReference documentation and code samples for the AlloyDB V1ALPHA API module Google::Cloud::AlloyDB::V1alpha::SupportedDatabaseFlag::ValueType.\n\nValueType describes the semantic type of the value that the flag accepts.\nRegardless of the ValueType, the Instance.database_flags field accepts the\nstringified version of the value, i.e. \"20\" or \"3.14\".\n\nConstants\n---------\n\n### VALUE_TYPE_UNSPECIFIED\n\n**value:** 0 \nThis is an unknown flag type.\n\n### STRING\n\n**value:** 1 \nString type flag.\n\n### INTEGER\n\n**value:** 2 \nInteger type flag.\n\n### FLOAT\n\n**value:** 3 \nFloat type flag.\n\n### NONE\n\n**value:** 4 \nDenotes that the flag does not accept any values."]]