Interface DailyMaintenanceWindowOrBuilder (2.47.0)

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. Duration will be in RFC3339 format "PTnHnMnS".

string duration = 3;

Returns
Type Description
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. Duration will be in RFC3339 format "PTnHnMnS".

string duration = 3;

Returns
Type Description
ByteString

The bytes for duration.

getStartTime()

public abstract String getStartTime()

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

string start_time = 2;

Returns
Type Description
String

The startTime.

getStartTimeBytes()

public abstract ByteString getStartTimeBytes()

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

string start_time = 2;

Returns
Type Description
ByteString

The bytes for startTime.