Interface NodeTaintOrBuilder (0.32.0)

public interface NodeTaintOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEffect()

public abstract NodeTaint.Effect getEffect()

Required. The taint effect.

.google.cloud.gkemulticloud.v1.NodeTaint.Effect effect = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
NodeTaint.Effect

The effect.

getEffectValue()

public abstract int getEffectValue()

Required. The taint effect.

.google.cloud.gkemulticloud.v1.NodeTaint.Effect effect = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The enum numeric value on the wire for effect.

getKey()

public abstract String getKey()

Required. Key for the taint.

string key = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The key.

getKeyBytes()

public abstract ByteString getKeyBytes()

Required. Key for the taint.

string key = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for key.

getValue()

public abstract String getValue()

Required. Value for the taint.

string value = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

Required. Value for the taint.

string value = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for value.