public interface NodeTaintOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEffect()
public abstract NodeTaint.Effect getEffect()Effect for taint.
.google.container.v1.NodeTaint.Effect effect = 3;
| Returns | |
|---|---|
| Type | Description |
NodeTaint.Effect |
The effect. |
getEffectValue()
public abstract int getEffectValue()Effect for taint.
.google.container.v1.NodeTaint.Effect effect = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for effect. |
getKey()
public abstract String getKey()Key for taint.
string key = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The key. |
getKeyBytes()
public abstract ByteString getKeyBytes()Key for taint.
string key = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for key. |
getValue()
public abstract String getValue()Value for taint.
string value = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The value. |
getValueBytes()
public abstract ByteString getValueBytes()Value for taint.
string value = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for value. |