Interface TolerationOrBuilder (0.80.0)

public interface TolerationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEffect()

public abstract Toleration.Effect getEffect()

Effect indicates the taint effect to match e.g. 'NoSchedule'

.google.cloud.gkemulticloud.v1.Toleration.Effect effect = 4;

Returns
Type Description
Toleration.Effect

The effect.

getEffectValue()

public abstract int getEffectValue()

Effect indicates the taint effect to match e.g. 'NoSchedule'

.google.cloud.gkemulticloud.v1.Toleration.Effect effect = 4;

Returns
Type Description
int

The enum numeric value on the wire for effect.

getKey()

public abstract String getKey()

Key is the taint key that the toleration applies to.

string key = 1;

Returns
Type Description
String

The key.

getKeyBytes()

public abstract ByteString getKeyBytes()

Key is the taint key that the toleration applies to.

string key = 1;

Returns
Type Description
ByteString

The bytes for key.

getKeyOperator()

public abstract Toleration.KeyOperator getKeyOperator()

KeyOperator represents a key's relationship to the value e.g. 'Exist'.

.google.cloud.gkemulticloud.v1.Toleration.KeyOperator key_operator = 3;

Returns
Type Description
Toleration.KeyOperator

The keyOperator.

getKeyOperatorValue()

public abstract int getKeyOperatorValue()

KeyOperator represents a key's relationship to the value e.g. 'Exist'.

.google.cloud.gkemulticloud.v1.Toleration.KeyOperator key_operator = 3;

Returns
Type Description
int

The enum numeric value on the wire for keyOperator.

getValue()

public abstract String getValue()

Value is the taint value that the toleration applies to.

string value = 2;

Returns
Type Description
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

Value is the taint value that the toleration applies to.

string value = 2;

Returns
Type Description
ByteString

The bytes for value.