Google Cloud Channel V1 Client - Class PeriodType (1.5.0)

Reference documentation and code samples for the Google Cloud Channel V1 Client class PeriodType.

Period Type.

Protobuf type google.cloud.channel.v1.PeriodType

Namespace

Google \ Cloud \ Channel \ V1

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

PERIOD_TYPE_UNSPECIFIED

Value: 0

Not used.

Generated from protobuf enum PERIOD_TYPE_UNSPECIFIED = 0;

DAY

Value: 1

Day.

Generated from protobuf enum DAY = 1;

MONTH

Value: 2

Month.

Generated from protobuf enum MONTH = 2;

YEAR

Value: 3

Year.

Generated from protobuf enum YEAR = 3;