[[["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 document outlines the `ComputeEnumHelpers` class within the `Google.Cloud.Compute.V1` namespace, used for converting enums to and from their string representations in the Compute API."],["The latest version of the library is 3.6.0, and multiple historical versions are also documented, ranging back to 1.0.0."],["The `ComputeEnumHelpers` class provides three methods: `Format\u003cTEnum\u003e`, which converts an enum value to its string representation; `Parse\u003cTEnum\u003e`, which converts a string back to an enum value; and `TryParse\u003cTEnum\u003e`, which attempts the conversion and returns a boolean indicating success."],["All three methods for converting enum types, operate using type parameters, enabling them to be used with a variety of enum types within the Compute API."],["The class inherits members from the `Object` class, including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]