public static final class IncidentNotifyRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<IncidentNotifyRequest.Builder> implements IncidentNotifyRequestOrBuilder
Next Id: 12Protobuf type
appscode.kubernetes.v1beta1.IncidentNotifyRequest| Modifier and Type | Method and Description |
|---|---|
IncidentNotifyRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
IncidentNotifyRequest |
build() |
IncidentNotifyRequest |
buildPartial() |
IncidentNotifyRequest.Builder |
clear() |
IncidentNotifyRequest.Builder |
clearAlertPhid()
Deprecated.
|
IncidentNotifyRequest.Builder |
clearAuthor()
optional string author = 7; |
IncidentNotifyRequest.Builder |
clearComment()
optional string comment = 8; |
IncidentNotifyRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
IncidentNotifyRequest.Builder |
clearHostName()
optional string host_name = 2; |
IncidentNotifyRequest.Builder |
clearKubernetesAlertName()
optional string kubernetes_alert_name = 9; |
IncidentNotifyRequest.Builder |
clearKubernetesCluster()
optional string kubernetes_cluster = 10; |
IncidentNotifyRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
IncidentNotifyRequest.Builder |
clearOutput()
optional string output = 5; |
IncidentNotifyRequest.Builder |
clearState()
optional string state = 4; |
IncidentNotifyRequest.Builder |
clearTime()
The time object is used in icinga to send request.
|
IncidentNotifyRequest.Builder |
clearType()
optional string type = 3; |
IncidentNotifyRequest.Builder |
clone() |
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; |
IncidentNotifyRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
IncidentNotifyRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
IncidentNotifyRequest.Builder |
mergeFrom(IncidentNotifyRequest other) |
IncidentNotifyRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
IncidentNotifyRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
IncidentNotifyRequest.Builder |
setAlertPhid(java.lang.String value)
Deprecated.
|
IncidentNotifyRequest.Builder |
setAlertPhidBytes(com.google.protobuf.ByteString value)
Deprecated.
|
IncidentNotifyRequest.Builder |
setAuthor(java.lang.String value)
optional string author = 7; |
IncidentNotifyRequest.Builder |
setAuthorBytes(com.google.protobuf.ByteString value)
optional string author = 7; |
IncidentNotifyRequest.Builder |
setComment(java.lang.String value)
optional string comment = 8; |
IncidentNotifyRequest.Builder |
setCommentBytes(com.google.protobuf.ByteString value)
optional string comment = 8; |
IncidentNotifyRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
IncidentNotifyRequest.Builder |
setHostName(java.lang.String value)
optional string host_name = 2; |
IncidentNotifyRequest.Builder |
setHostNameBytes(com.google.protobuf.ByteString value)
optional string host_name = 2; |
IncidentNotifyRequest.Builder |
setKubernetesAlertName(java.lang.String value)
optional string kubernetes_alert_name = 9; |
IncidentNotifyRequest.Builder |
setKubernetesAlertNameBytes(com.google.protobuf.ByteString value)
optional string kubernetes_alert_name = 9; |
IncidentNotifyRequest.Builder |
setKubernetesCluster(java.lang.String value)
optional string kubernetes_cluster = 10; |
IncidentNotifyRequest.Builder |
setKubernetesClusterBytes(com.google.protobuf.ByteString value)
optional string kubernetes_cluster = 10; |
IncidentNotifyRequest.Builder |
setOutput(java.lang.String value)
optional string output = 5; |
IncidentNotifyRequest.Builder |
setOutputBytes(com.google.protobuf.ByteString value)
optional string output = 5; |
IncidentNotifyRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
IncidentNotifyRequest.Builder |
setState(java.lang.String value)
optional string state = 4; |
IncidentNotifyRequest.Builder |
setStateBytes(com.google.protobuf.ByteString value)
optional string state = 4; |
IncidentNotifyRequest.Builder |
setTime(long value)
The time object is used in icinga to send request.
|
IncidentNotifyRequest.Builder |
setType(java.lang.String value)
optional string type = 3; |
IncidentNotifyRequest.Builder |
setTypeBytes(com.google.protobuf.ByteString value)
optional string type = 3; |
IncidentNotifyRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<IncidentNotifyRequest.Builder>public IncidentNotifyRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<IncidentNotifyRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<IncidentNotifyRequest.Builder>public IncidentNotifyRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic IncidentNotifyRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic IncidentNotifyRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic IncidentNotifyRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<IncidentNotifyRequest.Builder>public IncidentNotifyRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<IncidentNotifyRequest.Builder>public IncidentNotifyRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<IncidentNotifyRequest.Builder>public IncidentNotifyRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<IncidentNotifyRequest.Builder>public IncidentNotifyRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<IncidentNotifyRequest.Builder>public IncidentNotifyRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<IncidentNotifyRequest.Builder>public IncidentNotifyRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<IncidentNotifyRequest.Builder>public IncidentNotifyRequest.Builder mergeFrom(IncidentNotifyRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<IncidentNotifyRequest.Builder>public IncidentNotifyRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<IncidentNotifyRequest.Builder>java.io.IOException@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 IncidentNotifyRequestOrBuilder@Deprecated public IncidentNotifyRequest.Builder setAlertPhid(java.lang.String value)
optional string alert_phid = 1 [deprecated = true];@Deprecated public IncidentNotifyRequest.Builder clearAlertPhid()
optional string alert_phid = 1 [deprecated = true];@Deprecated public IncidentNotifyRequest.Builder setAlertPhidBytes(com.google.protobuf.ByteString value)
optional string alert_phid = 1 [deprecated = true];public 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 IncidentNotifyRequest.Builder setHostName(java.lang.String value)
optional string host_name = 2;public IncidentNotifyRequest.Builder clearHostName()
optional string host_name = 2;public IncidentNotifyRequest.Builder setHostNameBytes(com.google.protobuf.ByteString value)
optional string host_name = 2;public 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 IncidentNotifyRequest.Builder setType(java.lang.String value)
optional string type = 3;public IncidentNotifyRequest.Builder clearType()
optional string type = 3;public IncidentNotifyRequest.Builder setTypeBytes(com.google.protobuf.ByteString value)
optional string type = 3;public 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 IncidentNotifyRequest.Builder setState(java.lang.String value)
optional string state = 4;public IncidentNotifyRequest.Builder clearState()
optional string state = 4;public IncidentNotifyRequest.Builder setStateBytes(com.google.protobuf.ByteString value)
optional string state = 4;public 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 IncidentNotifyRequest.Builder setOutput(java.lang.String value)
optional string output = 5;public IncidentNotifyRequest.Builder clearOutput()
optional string output = 5;public IncidentNotifyRequest.Builder setOutputBytes(com.google.protobuf.ByteString value)
optional string output = 5;public 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 IncidentNotifyRequest.Builder setTime(long value)
The time object is used in icinga to send request. This indicates detection time from icinga.
optional int64 time = 6;public IncidentNotifyRequest.Builder clearTime()
The time object is used in icinga to send request. This indicates detection time from icinga.
optional int64 time = 6;public 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 IncidentNotifyRequest.Builder setAuthor(java.lang.String value)
optional string author = 7;public IncidentNotifyRequest.Builder clearAuthor()
optional string author = 7;public IncidentNotifyRequest.Builder setAuthorBytes(com.google.protobuf.ByteString value)
optional string author = 7;public 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 IncidentNotifyRequest.Builder setComment(java.lang.String value)
optional string comment = 8;public IncidentNotifyRequest.Builder clearComment()
optional string comment = 8;public IncidentNotifyRequest.Builder setCommentBytes(com.google.protobuf.ByteString value)
optional string comment = 8;public 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 IncidentNotifyRequest.Builder setKubernetesAlertName(java.lang.String value)
optional string kubernetes_alert_name = 9;public IncidentNotifyRequest.Builder clearKubernetesAlertName()
optional string kubernetes_alert_name = 9;public IncidentNotifyRequest.Builder setKubernetesAlertNameBytes(com.google.protobuf.ByteString value)
optional string kubernetes_alert_name = 9;public 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 IncidentNotifyRequest.Builder setKubernetesCluster(java.lang.String value)
optional string kubernetes_cluster = 10;public IncidentNotifyRequest.Builder clearKubernetesCluster()
optional string kubernetes_cluster = 10;public IncidentNotifyRequest.Builder setKubernetesClusterBytes(com.google.protobuf.ByteString value)
optional string kubernetes_cluster = 10;public final IncidentNotifyRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<IncidentNotifyRequest.Builder>public final IncidentNotifyRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<IncidentNotifyRequest.Builder>