Interface ScheduledOperationDetailsOrBuilder (0.1.0)

public interface ScheduledOperationDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDayOfWeek()

public abstract DayOfWeek getDayOfWeek()

Output only. Day of week.

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

Returns
Type Description
com.google.type.DayOfWeek

The dayOfWeek.

getDayOfWeekValue()

public abstract int getDayOfWeekValue()

Output only. Day of week.

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

Returns
Type Description
int

The enum numeric value on the wire for dayOfWeek.

getStartTime()

public abstract TimeOfDay getStartTime()

Output only. Auto start time.

.google.type.TimeOfDay start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
com.google.type.TimeOfDay

The startTime.

getStartTimeOrBuilder()

public abstract TimeOfDayOrBuilder getStartTimeOrBuilder()

Output only. Auto start time.

.google.type.TimeOfDay start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
com.google.type.TimeOfDayOrBuilder

getStopTime()

public abstract TimeOfDay getStopTime()

Output only. Auto stop time.

.google.type.TimeOfDay stop_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
com.google.type.TimeOfDay

The stopTime.

getStopTimeOrBuilder()

public abstract TimeOfDayOrBuilder getStopTimeOrBuilder()

Output only. Auto stop time.

.google.type.TimeOfDay stop_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
com.google.type.TimeOfDayOrBuilder

hasStartTime()

public abstract boolean hasStartTime()

Output only. Auto start time.

.google.type.TimeOfDay start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the startTime field is set.

hasStopTime()

public abstract boolean hasStopTime()

Output only. Auto stop time.

.google.type.TimeOfDay stop_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the stopTime field is set.