Reference documentation and code samples for the Google Cloud Channel V1 Client class ParameterType.
Data type of the parameter.
Protobuf type google.cloud.channel.v1.ParameterDefinition.ParameterType
Namespace
Google \ Cloud \ Channel \ V1 \ ParameterDefinitionMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
PARAMETER_TYPE_UNSPECIFIED
Value: 0
Not used.
Generated from protobuf enum PARAMETER_TYPE_UNSPECIFIED = 0;
INT64
Value: 1
Int64 type.
Generated from protobuf enum INT64 = 1;
STRING
Value: 2
String type.
Generated from protobuf enum STRING = 2;
DOUBLE
Value: 3
Double type.
Generated from protobuf enum DOUBLE = 3;
BOOLEAN
Value: 4
Boolean type.
Generated from protobuf enum BOOLEAN = 4;