public sealed class ReleaseChannelConfig : IMessage<ServerConfig.Types.ReleaseChannelConfig>, IEquatable<ServerConfig.Types.ReleaseChannelConfig>, IDeepCloneable<ServerConfig.Types.ReleaseChannelConfig>, IBufferMessage, IMessage
ReleaseChannelConfig exposes configuration for a release channel.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The webpage documents various versions of `ReleaseChannelConfig` within the `Google.Cloud.Container.V1` namespace, ranging from the latest version 3.33.0 down to version 2.3.0."],["`ReleaseChannelConfig` is a class that manages the configuration settings for a release channel in the Google Cloud Container service, and it exposes methods for channel configuration, default cluster versions, and more."],["The class `ReleaseChannelConfig` inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and advanced functionality."],["Key properties of the `ReleaseChannelConfig` class include `Channel`, which specifies the release channel, `DefaultVersion`, indicating the default cluster version, and `ValidVersions`, which lists all compatible versions."]]],[]]