Google Cloud Channel V1 Client - Class ParameterType (1.6.0)

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

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;