Interface ResourcePolicyResourceStatusInstanceSchedulePolicyStatusOrBuilder (1.51.0)

public interface ResourcePolicyResourceStatusInstanceSchedulePolicyStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the nextRunStartTime field is set.