Package com.google.container.v1beta1
Interface GatewayAPIConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GatewayAPIConfig
,GatewayAPIConfig.Builder
public interface GatewayAPIConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GatewayAPIConfig.Channel
getChannel()
The Gateway API release channel to use for Gateway API.int
getChannelValue()
The Gateway API release channel to use for Gateway API.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getChannelValue
int getChannelValue()
The Gateway API release channel to use for Gateway API.
.google.container.v1beta1.GatewayAPIConfig.Channel channel = 1;
- Returns:
- The enum numeric value on the wire for channel.
-
getChannel
GatewayAPIConfig.Channel getChannel()
The Gateway API release channel to use for Gateway API.
.google.container.v1beta1.GatewayAPIConfig.Channel channel = 1;
- Returns:
- The channel.
-
-