public enum ReleaseChannel.Channel extends Enum<ReleaseChannel.Channel> implements ProtocolMessageEnumPossible values for 'channel'.
Protobuf enum google.container.v1beta1.ReleaseChannel.Channel
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| RAPID | RAPID channel is offered on an early access basis for customers who want to test new releases. WARNING: Versions available in the RAPID Channel may be subject to unresolved issues with no known workaround and are not subject to any SLAs. |
| RAPID_VALUE | RAPID channel is offered on an early access basis for customers who want to test new releases. WARNING: Versions available in the RAPID Channel may be subject to unresolved issues with no known workaround and are not subject to any SLAs. |
| REGULAR | Clusters subscribed to REGULAR receive versions that are considered GA quality. REGULAR is intended for production users who want to take advantage of new features. |
| REGULAR_VALUE | Clusters subscribed to REGULAR receive versions that are considered GA quality. REGULAR is intended for production users who want to take advantage of new features. |
| STABLE | Clusters subscribed to STABLE receive versions that are known to be stable and reliable in production. |
| STABLE_VALUE | Clusters subscribed to STABLE receive versions that are known to be stable and reliable in production. |
| UNRECOGNIZED | |
| UNSPECIFIED | No channel specified. |
| UNSPECIFIED_VALUE | No channel specified. |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |