Interface DailyMaintenanceWindowOrBuilder (2.5.1)

public interface DailyMaintenanceWindowOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDuration()

public abstract String getDuration()

[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.

string duration = 3;

Returns
TypeDescription
String

The duration.

getDurationBytes()

public abstract ByteString getDurationBytes()

[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.

string duration = 3;

Returns
TypeDescription
ByteString

The bytes for duration.

getStartTime()

public abstract String getStartTime()

Time within the maintenance window to start the maintenance operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-59] GMT.

string start_time = 2;

Returns
TypeDescription
String

The startTime.

getStartTimeBytes()

public abstract ByteString getStartTimeBytes()

Time within the maintenance window to start the maintenance operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-59] GMT.

string start_time = 2;

Returns
TypeDescription
ByteString

The bytes for startTime.