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."],[[["This webpage details the `ReleaseChannelConfig` class within the `Google.Cloud.Container.V1` namespace, used for configuring release channels in Google Cloud Container."],["The latest version of the `ReleaseChannelConfig` documentation is version 3.33.0, with documentation available for versions ranging from 3.0.0 to 3.33.0."],["The `ReleaseChannelConfig` class, found in the `Google.Cloud.Container.V1.dll` assembly, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ReleaseChannelConfig` include `Channel` to specify the release channel, `DefaultVersion` for the default cluster version, and `ValidVersions` which lists the allowed versions for the channel."],["It includes 2 constructors, one to initialize the object and the other to take in an existing `ServerConfig.Types.ReleaseChannelConfig` object."]]],[]]