public static interface Incident.EventOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComment()
optional string comment = 5; |
com.google.protobuf.ByteString |
getCommentBytes()
optional string comment = 5; |
long |
getReportedAt()
optional int64 reported_at = 3; |
java.lang.String |
getState()
optional string state = 2; |
com.google.protobuf.ByteString |
getStateBytes()
optional string state = 2; |
java.lang.String |
getType()
optional string type = 1; |
com.google.protobuf.ByteString |
getTypeBytes()
optional string type = 1; |
Uid |
getUser()
optional .appscode.dtypes.Uid user = 4; |
UidOrBuilder |
getUserOrBuilder()
optional .appscode.dtypes.Uid user = 4; |
boolean |
hasUser()
optional .appscode.dtypes.Uid user = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getType()
optional string type = 1;com.google.protobuf.ByteString getTypeBytes()
optional string type = 1;java.lang.String getState()
optional string state = 2;com.google.protobuf.ByteString getStateBytes()
optional string state = 2;long getReportedAt()
optional int64 reported_at = 3;boolean hasUser()
optional .appscode.dtypes.Uid user = 4;Uid getUser()
optional .appscode.dtypes.Uid user = 4;UidOrBuilder getUserOrBuilder()
optional .appscode.dtypes.Uid user = 4;java.lang.String getComment()
optional string comment = 5;com.google.protobuf.ByteString getCommentBytes()
optional string comment = 5;