public interface ScalingScheduleStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLastStartTime()
[Output Only] The last time the scaling schedule became active.
|
com.google.protobuf.ByteString |
getLastStartTimeBytes()
[Output Only] The last time the scaling schedule became active.
|
String |
getNextStartTime()
[Output Only] The next time the scaling schedule is to become active.
|
com.google.protobuf.ByteString |
getNextStartTimeBytes()
[Output Only] The next time the scaling schedule is to become active.
|
String |
getState()
[Output Only] The current state of a scaling schedule.
|
com.google.protobuf.ByteString |
getStateBytes()
[Output Only] The current state of a scaling schedule.
|
boolean |
hasLastStartTime()
[Output Only] The last time the scaling schedule became active.
|
boolean |
hasNextStartTime()
[Output Only] The next time the scaling schedule is to become active.
|
boolean |
hasState()
[Output Only] The current state of a scaling schedule.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;com.google.protobuf.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;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;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;com.google.protobuf.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;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;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;com.google.protobuf.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;Copyright © 2023 Google LLC. All rights reserved.