public interface ResourcePolicyResourceStatusInstanceSchedulePolicyStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLastRunStartTime()
[Output Only] The last time the schedule successfully ran.
|
com.google.protobuf.ByteString |
getLastRunStartTimeBytes()
[Output Only] The last time the schedule successfully ran.
|
String |
getNextRunStartTime()
[Output Only] The next time the schedule is planned to run.
|
com.google.protobuf.ByteString |
getNextRunStartTimeBytes()
[Output Only] The next time the schedule is planned to run.
|
boolean |
hasLastRunStartTime()
[Output Only] The last time the schedule successfully ran.
|
boolean |
hasNextRunStartTime()
[Output Only] The next time the schedule is planned to run.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLastRunStartTime()
[Output Only] The last time the schedule successfully ran. The timestamp is an RFC3339 string.
optional string last_run_start_time = 303069063;String getLastRunStartTime()
[Output Only] The last time the schedule successfully ran. The timestamp is an RFC3339 string.
optional string last_run_start_time = 303069063;com.google.protobuf.ByteString getLastRunStartTimeBytes()
[Output Only] The last time the schedule successfully ran. The timestamp is an RFC3339 string.
optional string last_run_start_time = 303069063;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;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;com.google.protobuf.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;Copyright © 2023 Google LLC. All rights reserved.