public static interface Alert.AlertStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCreationTime()
optional int64 creation_time = 1; |
java.lang.String |
getPhase()
optional string phase = 3; |
com.google.protobuf.ByteString |
getPhaseBytes()
optional string phase = 3; |
java.lang.String |
getReason()
optional string reason = 4; |
com.google.protobuf.ByteString |
getReasonBytes()
optional string reason = 4; |
long |
getUpdateTime()
optional int64 update_time = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getCreationTime()
optional int64 creation_time = 1;long getUpdateTime()
optional int64 update_time = 2;java.lang.String getPhase()
optional string phase = 3;com.google.protobuf.ByteString getPhaseBytes()
optional string phase = 3;java.lang.String getReason()
optional string reason = 4;com.google.protobuf.ByteString getReasonBytes()
optional string reason = 4;