Google Cloud Channel V1 Client - Class ParameterType (1.0.1)

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

Methods

name

Parameter
NameDescription
value mixed

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;