Interface PatchDeployments.WeeklyScheduleOrBuilder (2.3.2)

public static interface PatchDeployments.WeeklyScheduleOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDayOfWeek()

public abstract DayOfWeek getDayOfWeek()

Required. Day of the week.

.google.type.DayOfWeek day_of_week = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
com.google.type.DayOfWeek

The dayOfWeek.

getDayOfWeekValue()

public abstract int getDayOfWeekValue()

Required. Day of the week.

.google.type.DayOfWeek day_of_week = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The enum numeric value on the wire for dayOfWeek.