public static interface Alert.AlertSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsVars(java.lang.String key)
map<string, string> vars = 4; |
java.lang.String |
getCheckCommand()
optional string check_command = 2; |
com.google.protobuf.ByteString |
getCheckCommandBytes()
optional string check_command = 2; |
Alert.AlertSpec.IcingaParam |
getIcingaParam()
optional .appscode.kubernetes.v1beta2.Alert.AlertSpec.IcingaParam icinga_param = 1; |
Alert.AlertSpec.IcingaParamOrBuilder |
getIcingaParamOrBuilder()
optional .appscode.kubernetes.v1beta2.Alert.AlertSpec.IcingaParam icinga_param = 1; |
Alert.AlertSpec.NotifierParam |
getNotifierParams(int index)
repeated .appscode.kubernetes.v1beta2.Alert.AlertSpec.NotifierParam notifier_params = 3; |
int |
getNotifierParamsCount()
repeated .appscode.kubernetes.v1beta2.Alert.AlertSpec.NotifierParam notifier_params = 3; |
java.util.List<Alert.AlertSpec.NotifierParam> |
getNotifierParamsList()
repeated .appscode.kubernetes.v1beta2.Alert.AlertSpec.NotifierParam notifier_params = 3; |
Alert.AlertSpec.NotifierParamOrBuilder |
getNotifierParamsOrBuilder(int index)
repeated .appscode.kubernetes.v1beta2.Alert.AlertSpec.NotifierParam notifier_params = 3; |
java.util.List<? extends Alert.AlertSpec.NotifierParamOrBuilder> |
getNotifierParamsOrBuilderList()
repeated .appscode.kubernetes.v1beta2.Alert.AlertSpec.NotifierParam notifier_params = 3; |
java.util.Map<java.lang.String,java.lang.String> |
getVars()
Deprecated.
|
int |
getVarsCount()
map<string, string> vars = 4; |
java.util.Map<java.lang.String,java.lang.String> |
getVarsMap()
map<string, string> vars = 4; |
java.lang.String |
getVarsOrDefault(java.lang.String key,
java.lang.String defaultValue)
map<string, string> vars = 4; |
java.lang.String |
getVarsOrThrow(java.lang.String key)
map<string, string> vars = 4; |
boolean |
hasIcingaParam()
optional .appscode.kubernetes.v1beta2.Alert.AlertSpec.IcingaParam icinga_param = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIcingaParam()
optional .appscode.kubernetes.v1beta2.Alert.AlertSpec.IcingaParam icinga_param = 1;Alert.AlertSpec.IcingaParam getIcingaParam()
optional .appscode.kubernetes.v1beta2.Alert.AlertSpec.IcingaParam icinga_param = 1;Alert.AlertSpec.IcingaParamOrBuilder getIcingaParamOrBuilder()
optional .appscode.kubernetes.v1beta2.Alert.AlertSpec.IcingaParam icinga_param = 1;java.lang.String getCheckCommand()
optional string check_command = 2;com.google.protobuf.ByteString getCheckCommandBytes()
optional string check_command = 2;java.util.List<Alert.AlertSpec.NotifierParam> getNotifierParamsList()
repeated .appscode.kubernetes.v1beta2.Alert.AlertSpec.NotifierParam notifier_params = 3;Alert.AlertSpec.NotifierParam getNotifierParams(int index)
repeated .appscode.kubernetes.v1beta2.Alert.AlertSpec.NotifierParam notifier_params = 3;int getNotifierParamsCount()
repeated .appscode.kubernetes.v1beta2.Alert.AlertSpec.NotifierParam notifier_params = 3;java.util.List<? extends Alert.AlertSpec.NotifierParamOrBuilder> getNotifierParamsOrBuilderList()
repeated .appscode.kubernetes.v1beta2.Alert.AlertSpec.NotifierParam notifier_params = 3;Alert.AlertSpec.NotifierParamOrBuilder getNotifierParamsOrBuilder(int index)
repeated .appscode.kubernetes.v1beta2.Alert.AlertSpec.NotifierParam notifier_params = 3;int getVarsCount()
map<string, string> vars = 4;boolean containsVars(java.lang.String key)
map<string, string> vars = 4;@Deprecated java.util.Map<java.lang.String,java.lang.String> getVars()
getVarsMap() instead.java.util.Map<java.lang.String,java.lang.String> getVarsMap()
map<string, string> vars = 4;java.lang.String getVarsOrDefault(java.lang.String key,
java.lang.String defaultValue)
map<string, string> vars = 4;java.lang.String getVarsOrThrow(java.lang.String key)
map<string, string> vars = 4;