public interface ResourcePolicyResourceStatusInstanceSchedulePolicyStatusOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLastRunStartTime()
public abstract String getLastRunStartTime()
[Output Only] The last time the schedule successfully ran. The timestamp is an RFC3339 string.
optional string last_run_start_time = 303069063;
Returns | |
---|---|
Type | Description |
String |
The lastRunStartTime. |
getLastRunStartTimeBytes()
public abstract ByteString getLastRunStartTimeBytes()
[Output Only] The last time the schedule successfully ran. The timestamp is an RFC3339 string.
optional string last_run_start_time = 303069063;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for lastRunStartTime. |
getNextRunStartTime()
public abstract String getNextRunStartTime()
[Output Only] The next time the schedule is planned to run. The actual time might be slightly different. The timestamp is an RFC3339 string.
optional string next_run_start_time = 318642570;
Returns | |
---|---|
Type | Description |
String |
The nextRunStartTime. |
getNextRunStartTimeBytes()
public abstract ByteString getNextRunStartTimeBytes()
[Output Only] The next time the schedule is planned to run. The actual time might be slightly different. The timestamp is an RFC3339 string.
optional string next_run_start_time = 318642570;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextRunStartTime. |
hasLastRunStartTime()
public abstract boolean hasLastRunStartTime()
[Output Only] The last time the schedule successfully ran. The timestamp is an RFC3339 string.
optional string last_run_start_time = 303069063;
Returns | |
---|---|
Type | Description |
boolean |
Whether the lastRunStartTime field is set. |
hasNextRunStartTime()
public abstract boolean hasNextRunStartTime()
[Output Only] The next time the schedule is planned to run. The actual time might be slightly different. The timestamp is an RFC3339 string.
optional string next_run_start_time = 318642570;
Returns | |
---|---|
Type | Description |
boolean |
Whether the nextRunStartTime field is set. |