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 version 3.33.0 (latest) down to 2.3.0."],["`ReleaseChannelConfig` is a class that manages the configuration for a release channel in the Google Cloud Container API, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `ReleaseChannelConfig` contains properties such as `Channel` which determines the release channel, `DefaultVersion` which designates the default version, and `ValidVersions` which lists the allowable versions."],["The class has two different constructor options for instantiation."],["The page also documents inherited members from Object, including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]