Interface GatewayAPIConfigOrBuilder (2.46.0)

public interface GatewayAPIConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getChannel()

public abstract GatewayAPIConfig.Channel getChannel()

The Gateway API release channel to use for Gateway API.

.google.container.v1.GatewayAPIConfig.Channel channel = 1;

Returns
Type Description
GatewayAPIConfig.Channel

The channel.

getChannelValue()

public abstract int getChannelValue()

The Gateway API release channel to use for Gateway API.

.google.container.v1.GatewayAPIConfig.Channel channel = 1;

Returns
Type Description
int

The enum numeric value on the wire for channel.