[[["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-04-02 UTC."],[[["This webpage provides documentation for the `ComputeEnumHelpers` class within the `Google.Cloud.Compute.V1` namespace, spanning multiple versions from 1.0.0 to 3.6.0, with version 3.6.0 being the latest."],["The `ComputeEnumHelpers` class facilitates conversion between enums within the Compute API and their corresponding string representations for wire communication."],["The class includes static methods `Format\u003cTEnum\u003e`, `Parse\u003cTEnum\u003e`, and `TryParse\u003cTEnum\u003e` for converting enum values to strings, parsing strings to enums, and attempting to parse strings to enums, respectively."],["The `Format\u003cTEnum\u003e` method converts enum to a string representation, and will throw an exception if the enum value does not exist."],["The `Parse\u003cTEnum\u003e` method converts string into an enum, and throws an exception if the string does not represent an existing enum value."]]],[]]