Interface WeeklyMaintenanceWindowOrBuilder (2.19.0)

See more code actions.
public interface WeeklyMaintenanceWindowOrBuilder extends MessageOrBuilder
MessageOrBuilder
public abstract DayOfWeek getDay()

Required. Allows to define schedule that runs specified day of the week.

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

Returns
TypeDescription
com.google.type.DayOfWeek

The day.

getDayValue()

public abstract int getDayValue()

Required. Allows to define schedule that runs specified day of the week.

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

Returns
TypeDescription
int

The enum numeric value on the wire for day.

getDuration()

public abstract Duration getDuration()

Required. Duration of the time window.

.google.protobuf.Duration duration = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Duration

The duration.

getDurationOrBuilder()

public abstract DurationOrBuilder getDurationOrBuilder()

Required. Duration of the time window.

.google.protobuf.Duration duration = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
DurationOrBuilder

getStartTime()

public abstract TimeOfDay getStartTime()

Required. Start time of the window in UTC.

.google.type.TimeOfDay start_time = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
com.google.type.TimeOfDay

The startTime.

getStartTimeOrBuilder()

public abstract TimeOfDayOrBuilder getStartTimeOrBuilder()

Required. Start time of the window in UTC.

.google.type.TimeOfDay start_time = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
com.google.type.TimeOfDayOrBuilder

hasDuration()

public abstract boolean hasDuration()

Required. Duration of the time window.

.google.protobuf.Duration duration = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the duration field is set.

hasStartTime()

public abstract boolean hasStartTime()

Required. Start time of the window in UTC.

.google.type.TimeOfDay start_time = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the startTime field is set.