public interface TaintConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getArchitectureTaintBehavior()
public abstract TaintConfig.ArchitectureTaintBehavior getArchitectureTaintBehavior()Optional. Controls architecture tainting behavior.
optional .google.container.v1.TaintConfig.ArchitectureTaintBehavior architecture_taint_behavior = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
TaintConfig.ArchitectureTaintBehavior |
The architectureTaintBehavior. |
getArchitectureTaintBehaviorValue()
public abstract int getArchitectureTaintBehaviorValue()Optional. Controls architecture tainting behavior.
optional .google.container.v1.TaintConfig.ArchitectureTaintBehavior architecture_taint_behavior = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for architectureTaintBehavior. |
hasArchitectureTaintBehavior()
public abstract boolean hasArchitectureTaintBehavior()Optional. Controls architecture tainting behavior.
optional .google.container.v1.TaintConfig.ArchitectureTaintBehavior architecture_taint_behavior = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the architectureTaintBehavior field is set. |