Interface ReleaseChannelOrBuilder (2.4.1)

public interface ReleaseChannelOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getChannel()

public abstract ReleaseChannel.Channel getChannel()

channel specifies which release channel the cluster is subscribed to.

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

Returns
TypeDescription
ReleaseChannel.Channel

The channel.

getChannelValue()

public abstract int getChannelValue()

channel specifies which release channel the cluster is subscribed to.

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

Returns
TypeDescription
int

The enum numeric value on the wire for channel.