Reference documentation and code samples for the Google Cloud Resource Settings V1 Client class DataType.
The data type for setting values of this setting. See Value for more details on the available data types.
Protobuf type google.cloud.resourcesettings.v1.SettingMetadata.DataType
Namespace
Google \ Cloud \ ResourceSettings \ V1 \ SettingMetadataMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
DATA_TYPE_UNSPECIFIED
Value: 0
Unspecified data type.
Generated from protobuf enum DATA_TYPE_UNSPECIFIED = 0;
BOOLEAN
Value: 1
A boolean setting.
Generated from protobuf enum BOOLEAN = 1;
STRING
Value: 2
A string setting.
Generated from protobuf enum STRING = 2;
STRING_SET
Value: 3
A string set setting.
Generated from protobuf enum STRING_SET = 3;
ENUM_VALUE
Value: 4
A Enum setting
Generated from protobuf enum ENUM_VALUE = 4;