Package com.google.cloud.compute.v1
Interface ResourcePolicyResourceStatusInstanceSchedulePolicyStatusOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ResourcePolicyResourceStatusInstanceSchedulePolicyStatus
,ResourcePolicyResourceStatusInstanceSchedulePolicyStatus.Builder
public interface ResourcePolicyResourceStatusInstanceSchedulePolicyStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasLastRunStartTime
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:
- Whether the lastRunStartTime field is set.
-
getLastRunStartTime
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:
- The lastRunStartTime.
-
getLastRunStartTimeBytes
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;
- Returns:
- The bytes for lastRunStartTime.
-
hasNextRunStartTime
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:
- Whether the nextRunStartTime field is set.
-
getNextRunStartTime
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:
- The nextRunStartTime.
-
getNextRunStartTimeBytes
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;
- Returns:
- The bytes for nextRunStartTime.
-
-