Connectors V1 API - Module Google::Cloud::Connectors::V1::ConfigVariableTemplate::ValueType (v0.1.0)

Reference documentation and code samples for the Connectors V1 API module Google::Cloud::Connectors::V1::ConfigVariableTemplate::ValueType.

ValueType indicates the data type of the value.

Constants

VALUE_TYPE_UNSPECIFIED

value: 0
Value type is not specified.

STRING

value: 1
Value type is string.

INT

value: 2
Value type is integer.

BOOL

value: 3
Value type is boolean.

SECRET

value: 4
Value type is secret.

ENUM

value: 5
Value type is enum.

AUTHORIZATION_CODE

value: 6
Value type is authorization code.