Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class ValueType.
The type of the parameter value.
Protobuf type google.cloud.cloudsecuritycompliance.v1.ParameterSpec.ValueType
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1 \ ParameterSpecMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
VALUE_TYPE_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum VALUE_TYPE_UNSPECIFIED = 0;
STRING
Value: 3String value.
Generated from protobuf enum STRING = 3;
BOOLEAN
Value: 4Boolean value.
Generated from protobuf enum BOOLEAN = 4;
STRINGLIST
Value: 5String list value.
Generated from protobuf enum STRINGLIST = 5;
NUMBER
Value: 6Numeric value.
Generated from protobuf enum NUMBER = 6;
ONEOF
Value: 7OneOf value.
Generated from protobuf enum ONEOF = 7;