public interface ResourcePolicyHourlyCycleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDuration()
[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
|
com.google.protobuf.ByteString |
getDurationBytes()
[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
|
int |
getHoursInCycle()
Defines a schedule with units measured in hours.
|
String |
getStartTime()
Time within the window to start the operations.
|
com.google.protobuf.ByteString |
getStartTimeBytes()
Time within the window to start the operations.
|
boolean |
hasDuration()
[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
|
boolean |
hasHoursInCycle()
Defines a schedule with units measured in hours.
|
boolean |
hasStartTime()
Time within the window to start the operations.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDuration()
[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
optional string duration = 155471252;String getDuration()
[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
optional string duration = 155471252;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;boolean hasHoursInCycle()
Defines a schedule with units measured in hours. The value determines how many hours pass between the start of each cycle.
optional int32 hours_in_cycle = 526763132;int getHoursInCycle()
Defines a schedule with units measured in hours. The value determines how many hours pass between the start of each cycle.
optional int32 hours_in_cycle = 526763132;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;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;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;Copyright © 2023 Google LLC. All rights reserved.