Interface AnonymousAuthenticationConfigOrBuilder (2.73.0)

public interface AnonymousAuthenticationConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMode()

public abstract AnonymousAuthenticationConfig.Mode getMode()

Defines the mode of limiting anonymous access in the cluster.

.google.container.v1.AnonymousAuthenticationConfig.Mode mode = 1;

Returns
Type Description
AnonymousAuthenticationConfig.Mode

The mode.

getModeValue()

public abstract int getModeValue()

Defines the mode of limiting anonymous access in the cluster.

.google.container.v1.AnonymousAuthenticationConfig.Mode mode = 1;

Returns
Type Description
int

The enum numeric value on the wire for mode.