public interface ResourcePolicyWeeklyCycleDayOfWeekOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDay()
public abstract String getDay()
Defines a schedule that runs on specific days of the week. Specify one or more days. The following options are available: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY. Check the Day enum for the list of possible values.
optional string day = 99228;
Returns | |
---|---|
Type | Description |
String |
The day. |
getDayBytes()
public abstract ByteString getDayBytes()
Defines a schedule that runs on specific days of the week. Specify one or more days. The following options are available: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY. Check the Day enum for the list of possible values.
optional string day = 99228;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for day. |
getDuration()
public abstract String getDuration()
[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
optional string duration = 155471252;
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.
optional string duration = 155471252;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for duration. |
getStartTime()
public abstract String getStartTime()
Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT.
optional string start_time = 37467274;
Returns | |
---|---|
Type | Description |
String |
The startTime. |
getStartTimeBytes()
public abstract ByteString getStartTimeBytes()
Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT.
optional string start_time = 37467274;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for startTime. |
hasDay()
public abstract boolean hasDay()
Defines a schedule that runs on specific days of the week. Specify one or more days. The following options are available: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY. Check the Day enum for the list of possible values.
optional string day = 99228;
Returns | |
---|---|
Type | Description |
boolean |
Whether the day field is set. |
hasDuration()
public abstract boolean hasDuration()
[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
optional string duration = 155471252;
Returns | |
---|---|
Type | Description |
boolean |
Whether the duration field is set. |
hasStartTime()
public abstract boolean hasStartTime()
Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT.
optional string start_time = 37467274;
Returns | |
---|---|
Type | Description |
boolean |
Whether the startTime field is set. |