public interface ScalingScheduleStatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLastStartTime()
public abstract String getLastStartTime()[Output Only] The last time the scaling schedule became active. Note: this is a timestamp when a schedule actually became active, not when it was planned to do so. The timestamp is in RFC3339 text format.
optional string last_start_time = 34545107;
| Returns | |
|---|---|
| Type | Description |
String |
The lastStartTime. |
getLastStartTimeBytes()
public abstract ByteString getLastStartTimeBytes()[Output Only] The last time the scaling schedule became active. Note: this is a timestamp when a schedule actually became active, not when it was planned to do so. The timestamp is in RFC3339 text format.
optional string last_start_time = 34545107;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for lastStartTime. |
getNextStartTime()
public abstract String getNextStartTime()[Output Only] The next time the scaling schedule is to become active. Note: this is a timestamp when a schedule is planned to run, but the actual time might be slightly different. The timestamp is in RFC3339 text format.
optional string next_start_time = 97270102;
| Returns | |
|---|---|
| Type | Description |
String |
The nextStartTime. |
getNextStartTimeBytes()
public abstract ByteString getNextStartTimeBytes()[Output Only] The next time the scaling schedule is to become active. Note: this is a timestamp when a schedule is planned to run, but the actual time might be slightly different. The timestamp is in RFC3339 text format.
optional string next_start_time = 97270102;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextStartTime. |
getState()
public abstract String getState()[Output Only] The current state of a scaling schedule. Check the State enum for the list of possible values.
optional string state = 109757585;
| Returns | |
|---|---|
| Type | Description |
String |
The state. |
getStateBytes()
public abstract ByteString getStateBytes()[Output Only] The current state of a scaling schedule. Check the State enum for the list of possible values.
optional string state = 109757585;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for state. |
hasLastStartTime()
public abstract boolean hasLastStartTime()[Output Only] The last time the scaling schedule became active. Note: this is a timestamp when a schedule actually became active, not when it was planned to do so. The timestamp is in RFC3339 text format.
optional string last_start_time = 34545107;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the lastStartTime field is set. |
hasNextStartTime()
public abstract boolean hasNextStartTime()[Output Only] The next time the scaling schedule is to become active. Note: this is a timestamp when a schedule is planned to run, but the actual time might be slightly different. The timestamp is in RFC3339 text format.
optional string next_start_time = 97270102;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the nextStartTime field is set. |
hasState()
public abstract boolean hasState()[Output Only] The current state of a scaling schedule. Check the State enum for the list of possible values.
optional string state = 109757585;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the state field is set. |