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 \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
PERIOD_TYPE_UNSPECIFIED
Value: 0Not used.
Generated from protobuf enum PERIOD_TYPE_UNSPECIFIED = 0;
DAY
Value: 1Day.
Generated from protobuf enum DAY = 1;
MONTH
Value: 2Month.
Generated from protobuf enum MONTH = 2;
YEAR
Value: 3Year.
Generated from protobuf enum YEAR = 3;