public interface IncidentNotifyRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlertPhid()
Deprecated.
|
com.google.protobuf.ByteString |
getAlertPhidBytes()
Deprecated.
|
java.lang.String |
getAuthor()
optional string author = 7; |
com.google.protobuf.ByteString |
getAuthorBytes()
optional string author = 7; |
java.lang.String |
getComment()
optional string comment = 8; |
com.google.protobuf.ByteString |
getCommentBytes()
optional string comment = 8; |
java.lang.String |
getHostName()
optional string host_name = 2; |
com.google.protobuf.ByteString |
getHostNameBytes()
optional string host_name = 2; |
java.lang.String |
getKubernetesAlertName()
optional string kubernetes_alert_name = 9; |
com.google.protobuf.ByteString |
getKubernetesAlertNameBytes()
optional string kubernetes_alert_name = 9; |
java.lang.String |
getKubernetesCluster()
optional string kubernetes_cluster = 10; |
com.google.protobuf.ByteString |
getKubernetesClusterBytes()
optional string kubernetes_cluster = 10; |
java.lang.String |
getOutput()
optional string output = 5; |
com.google.protobuf.ByteString |
getOutputBytes()
optional string output = 5; |
java.lang.String |
getState()
optional string state = 4; |
com.google.protobuf.ByteString |
getStateBytes()
optional string state = 4; |
long |
getTime()
The time object is used in icinga to send request.
|
java.lang.String |
getType()
optional string type = 3; |
com.google.protobuf.ByteString |
getTypeBytes()
optional string type = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof@Deprecated java.lang.String getAlertPhid()
optional string alert_phid = 1 [deprecated = true];@Deprecated com.google.protobuf.ByteString getAlertPhidBytes()
optional string alert_phid = 1 [deprecated = true];java.lang.String getHostName()
optional string host_name = 2;com.google.protobuf.ByteString getHostNameBytes()
optional string host_name = 2;java.lang.String getType()
optional string type = 3;com.google.protobuf.ByteString getTypeBytes()
optional string type = 3;java.lang.String getState()
optional string state = 4;com.google.protobuf.ByteString getStateBytes()
optional string state = 4;java.lang.String getOutput()
optional string output = 5;com.google.protobuf.ByteString getOutputBytes()
optional string output = 5;long getTime()
The time object is used in icinga to send request. This indicates detection time from icinga.
optional int64 time = 6;java.lang.String getAuthor()
optional string author = 7;com.google.protobuf.ByteString getAuthorBytes()
optional string author = 7;java.lang.String getComment()
optional string comment = 8;com.google.protobuf.ByteString getCommentBytes()
optional string comment = 8;java.lang.String getKubernetesAlertName()
optional string kubernetes_alert_name = 9;com.google.protobuf.ByteString getKubernetesAlertNameBytes()
optional string kubernetes_alert_name = 9;java.lang.String getKubernetesCluster()
optional string kubernetes_cluster = 10;com.google.protobuf.ByteString getKubernetesClusterBytes()
optional string kubernetes_cluster = 10;