Package com.google.container.v1beta1
Interface ReleaseChannelOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReleaseChannel
,ReleaseChannel.Builder
public interface ReleaseChannelOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReleaseChannel.Channel
getChannel()
channel specifies which release channel the cluster is subscribed to.int
getChannelValue()
channel specifies which release channel the cluster is subscribed to.-
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()
channel specifies which release channel the cluster is subscribed to.
.google.container.v1beta1.ReleaseChannel.Channel channel = 1;
- Returns:
- The enum numeric value on the wire for channel.
-
getChannel
ReleaseChannel.Channel getChannel()
channel specifies which release channel the cluster is subscribed to.
.google.container.v1beta1.ReleaseChannel.Channel channel = 1;
- Returns:
- The channel.
-
-