public interface DailyMaintenanceWindowOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 [(.google.api.field_behavior) = OUTPUT_ONLY];
| 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.
string duration = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for startTime. |