Interface PeriodOrBuilder (3.41.0)

public interface PeriodOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDuration()

public abstract int getDuration()

Total duration of Period Type defined.

int32 duration = 1;

Returns
TypeDescription
int

The duration.

getPeriodType()

public abstract PeriodType getPeriodType()

Period Type.

.google.cloud.channel.v1.PeriodType period_type = 2;

Returns
TypeDescription
PeriodType

The periodType.

getPeriodTypeValue()

public abstract int getPeriodTypeValue()

Period Type.

.google.cloud.channel.v1.PeriodType period_type = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for periodType.