public final class IncidentNotifyRequest extends com.google.protobuf.GeneratedMessageV3 implements IncidentNotifyRequestOrBuilder
Next Id: 12Protobuf type
appscode.kubernetes.v1beta1.IncidentNotifyRequest| Modifier and Type | Class and Description |
|---|---|
static class |
IncidentNotifyRequest.Builder
Next Id: 12
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
ALERT_PHID_FIELD_NUMBER |
static int |
AUTHOR_FIELD_NUMBER |
static int |
COMMENT_FIELD_NUMBER |
static int |
HOST_NAME_FIELD_NUMBER |
static int |
KUBERNETES_ALERT_NAME_FIELD_NUMBER |
static int |
KUBERNETES_CLUSTER_FIELD_NUMBER |
static int |
OUTPUT_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
static int |
TIME_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
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; |
static IncidentNotifyRequest |
getDefaultInstance() |
IncidentNotifyRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
com.google.protobuf.Parser<IncidentNotifyRequest> |
getParserForType() |
int |
getSerializedSize() |
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; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static IncidentNotifyRequest.Builder |
newBuilder() |
static IncidentNotifyRequest.Builder |
newBuilder(IncidentNotifyRequest prototype) |
IncidentNotifyRequest.Builder |
newBuilderForType() |
protected IncidentNotifyRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static IncidentNotifyRequest |
parseDelimitedFrom(java.io.InputStream input) |
static IncidentNotifyRequest |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IncidentNotifyRequest |
parseFrom(byte[] data) |
static IncidentNotifyRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IncidentNotifyRequest |
parseFrom(com.google.protobuf.ByteString data) |
static IncidentNotifyRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IncidentNotifyRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static IncidentNotifyRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IncidentNotifyRequest |
parseFrom(java.io.InputStream input) |
static IncidentNotifyRequest |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<IncidentNotifyRequest> |
parser() |
IncidentNotifyRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int ALERT_PHID_FIELD_NUMBER
public static final int HOST_NAME_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
public static final int OUTPUT_FIELD_NUMBER
public static final int TIME_FIELD_NUMBER
public static final int AUTHOR_FIELD_NUMBER
public static final int COMMENT_FIELD_NUMBER
public static final int KUBERNETES_ALERT_NAME_FIELD_NUMBER
public static final int KUBERNETES_CLUSTER_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3@Deprecated public java.lang.String getAlertPhid()
optional string alert_phid = 1 [deprecated = true];getAlertPhid in interface IncidentNotifyRequestOrBuilder@Deprecated public com.google.protobuf.ByteString getAlertPhidBytes()
optional string alert_phid = 1 [deprecated = true];getAlertPhidBytes in interface IncidentNotifyRequestOrBuilderpublic java.lang.String getHostName()
optional string host_name = 2;getHostName in interface IncidentNotifyRequestOrBuilderpublic com.google.protobuf.ByteString getHostNameBytes()
optional string host_name = 2;getHostNameBytes in interface IncidentNotifyRequestOrBuilderpublic java.lang.String getType()
optional string type = 3;getType in interface IncidentNotifyRequestOrBuilderpublic com.google.protobuf.ByteString getTypeBytes()
optional string type = 3;getTypeBytes in interface IncidentNotifyRequestOrBuilderpublic java.lang.String getState()
optional string state = 4;getState in interface IncidentNotifyRequestOrBuilderpublic com.google.protobuf.ByteString getStateBytes()
optional string state = 4;getStateBytes in interface IncidentNotifyRequestOrBuilderpublic java.lang.String getOutput()
optional string output = 5;getOutput in interface IncidentNotifyRequestOrBuilderpublic com.google.protobuf.ByteString getOutputBytes()
optional string output = 5;getOutputBytes in interface IncidentNotifyRequestOrBuilderpublic long getTime()
The time object is used in icinga to send request. This indicates detection time from icinga.
optional int64 time = 6;getTime in interface IncidentNotifyRequestOrBuilderpublic java.lang.String getAuthor()
optional string author = 7;getAuthor in interface IncidentNotifyRequestOrBuilderpublic com.google.protobuf.ByteString getAuthorBytes()
optional string author = 7;getAuthorBytes in interface IncidentNotifyRequestOrBuilderpublic java.lang.String getComment()
optional string comment = 8;getComment in interface IncidentNotifyRequestOrBuilderpublic com.google.protobuf.ByteString getCommentBytes()
optional string comment = 8;getCommentBytes in interface IncidentNotifyRequestOrBuilderpublic java.lang.String getKubernetesAlertName()
optional string kubernetes_alert_name = 9;getKubernetesAlertName in interface IncidentNotifyRequestOrBuilderpublic com.google.protobuf.ByteString getKubernetesAlertNameBytes()
optional string kubernetes_alert_name = 9;getKubernetesAlertNameBytes in interface IncidentNotifyRequestOrBuilderpublic java.lang.String getKubernetesCluster()
optional string kubernetes_cluster = 10;getKubernetesCluster in interface IncidentNotifyRequestOrBuilderpublic com.google.protobuf.ByteString getKubernetesClusterBytes()
optional string kubernetes_cluster = 10;getKubernetesClusterBytes in interface IncidentNotifyRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static IncidentNotifyRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IncidentNotifyRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IncidentNotifyRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IncidentNotifyRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IncidentNotifyRequest parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static IncidentNotifyRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static IncidentNotifyRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static IncidentNotifyRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static IncidentNotifyRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static IncidentNotifyRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic IncidentNotifyRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static IncidentNotifyRequest.Builder newBuilder()
public static IncidentNotifyRequest.Builder newBuilder(IncidentNotifyRequest prototype)
public IncidentNotifyRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected IncidentNotifyRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static IncidentNotifyRequest getDefaultInstance()
public static com.google.protobuf.Parser<IncidentNotifyRequest> parser()
public com.google.protobuf.Parser<IncidentNotifyRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public IncidentNotifyRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder