public interface DailyMaintenanceWindowOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDuration()
[Output only] Duration of the time window, automatically chosen to be
smallest possible in the given scenario.
|
ByteString |
getDurationBytes()
[Output only] Duration of the time window, automatically chosen to be
smallest possible in the given scenario.
|
java.lang.String |
getStartTime()
Time within the maintenance window to start the maintenance operations.
|
ByteString |
getStartTimeBytes()
Time within the maintenance window to start the maintenance operations.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getStartTime()
Time within the maintenance window to start the maintenance operations. Time format should be in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) format "HH:MM”, where HH : [00-23] and MM : [00-59] GMT.
string start_time = 2;
ByteString getStartTimeBytes()
Time within the maintenance window to start the maintenance operations. Time format should be in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) format "HH:MM”, where HH : [00-23] and MM : [00-59] GMT.
string start_time = 2;
java.lang.String getDuration()
[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario. Duration will be in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) format "PTnHnMnS".
string duration = 3;
ByteString getDurationBytes()
[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario. Duration will be in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) format "PTnHnMnS".
string duration = 3;