public interface MaintenanceScheduleOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getStartTime()
public abstract Timestamp getStartTime()
Output only. The scheduled start time for the maintenance.
.google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()
Output only. The scheduled start time for the maintenance.
.google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasStartTime()
public abstract boolean hasStartTime()
Output only. The scheduled start time for the maintenance.
.google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the startTime field is set. |