Interface GatewayAPIConfigOrBuilder (2.44.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.v1beta1.GatewayAPIConfig.Channel channel = 1;

Returns
TypeDescription
GatewayAPIConfig.Channel

The channel.

getChannelValue()

public abstract int getChannelValue()

The Gateway API release channel to use for Gateway API.

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

Returns
TypeDescription
int

The enum numeric value on the wire for channel.