Module: Google::Cloud::AlloyDB::V1alpha::SupportedDatabaseFlag::ValueType

Defined in:
proto_docs/google/cloud/alloydb/v1alpha/resources.rb

Overview

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".

Constant Summary collapse

VALUE_TYPE_UNSPECIFIED =

This is an unknown flag type.

0
STRING =

String type flag.

1
INTEGER =

Integer type flag.

2
FLOAT =

Float type flag.

3
NONE =

Denotes that the flag does not accept any values.

4