Google Cloud Security Compliance V1 Client - Class ValueType (0.1.0)

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 \ ParameterSpec

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

VALUE_TYPE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum VALUE_TYPE_UNSPECIFIED = 0;

STRING

Value: 3

String value.

Generated from protobuf enum STRING = 3;

BOOLEAN

Value: 4

Boolean value.

Generated from protobuf enum BOOLEAN = 4;

STRINGLIST

Value: 5

String list value.

Generated from protobuf enum STRINGLIST = 5;

NUMBER

Value: 6

Numeric value.

Generated from protobuf enum NUMBER = 6;

ONEOF

Value: 7

OneOf value.

Generated from protobuf enum ONEOF = 7;