Package com.google.cloud.compute.v1
Interface ResourcePolicyWeeklyCycleDayOfWeekOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ResourcePolicyWeeklyCycleDayOfWeek,ResourcePolicyWeeklyCycleDayOfWeek.Builder
public interface ResourcePolicyWeeklyCycleDayOfWeekOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDay()Defines a schedule that runs on specific days of the week.com.google.protobuf.ByteStringgetDayBytes()Defines a schedule that runs on specific days of the week.StringgetDuration()[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.com.google.protobuf.ByteStringgetDurationBytes()[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.StringgetStartTime()Time within the window to start the operations.com.google.protobuf.ByteStringgetStartTimeBytes()Time within the window to start the operations.booleanhasDay()Defines a schedule that runs on specific days of the week.booleanhasDuration()[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.booleanhasStartTime()Time within the window to start the operations.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDay
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:
- Whether the day field is set.
-
getDay
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:
- The day.
-
getDayBytes
com.google.protobuf.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:
- The bytes for day.
-
hasDuration
boolean hasDuration()
[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
optional string duration = 155471252;- Returns:
- Whether the duration field is set.
-
getDuration
String getDuration()
[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
optional string duration = 155471252;- Returns:
- The duration.
-
getDurationBytes
com.google.protobuf.ByteString getDurationBytes()
[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
optional string duration = 155471252;- Returns:
- The bytes for duration.
-
hasStartTime
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:
- Whether the startTime field is set.
-
getStartTime
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:
- The startTime.
-
getStartTimeBytes
com.google.protobuf.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:
- The bytes for startTime.
-
-