Interface ScheduleOrBuilder (0.2.0)

public interface ScheduleOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getStartTime()

public abstract Timestamp getStartTime()

Optional. Start of operation. If not set, will be set to the start of the next window. (optional)

.google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Timestamp

The startTime.

getStartTimeOrBuilder()

public abstract TimestampOrBuilder getStartTimeOrBuilder()

Optional. Start of operation. If not set, will be set to the start of the next window. (optional)

.google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
TimestampOrBuilder

hasStartTime()

public abstract boolean hasStartTime()

Optional. Start of operation. If not set, will be set to the start of the next window. (optional)

.google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the startTime field is set.