[[["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 documentation covers the `ComputeEnumHelpers` class, which provides helper methods for managing enums within the Compute Engine v1 API."],["The latest version of the documentation is for version 3.6.0, with a list of previous versions available, spanning from 3.5.0 down to 1.0.0."],["The `ComputeEnumHelpers` class offers methods for converting enum values to their string representations (`Format`) and parsing strings back into enum values (`Parse`, `TryParse`)."],["The `Format` method throws an `ArgumentException` if the enum value does not have a defined wire representation, and the `Parse` method throws it if the provided string value is invalid for the specified `TEnum`."],["The `ComputeEnumHelpers` class has inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the base object."]]],[]]