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: 0Not used.
Generated from protobuf enum PARAMETER_TYPE_UNSPECIFIED = 0;
INT64
Value: 1Int64 type.
Generated from protobuf enum INT64 = 1;
STRING
Value: 2String type.
Generated from protobuf enum STRING = 2;
DOUBLE
Value: 3Double type.
Generated from protobuf enum DOUBLE = 3;
BOOLEAN
Value: 4Boolean type.
Generated from protobuf enum BOOLEAN = 4;