[[["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 page provides documentation for `ComputeEnumHelpers`, a class within the `Google.Cloud.Compute.V1` namespace, designed for managing enum conversions within the Compute API."],["The latest version available for this API is 3.6.0, with the page also detailing 28 other versions of the documentation ranging back to version 1.0.0."],["The `ComputeEnumHelpers` class offers methods like `Format`, `Parse`, and `TryParse` to facilitate conversion between enum values and their corresponding string representations."],["The `Format\u003cTEnum\u003e` method converts a given enum value to its wire representation as a string, throwing an exception if the enum value is undefined."],["The `Parse\u003cTEnum\u003e` method parses a given string value to its enum representation, and will throw an exception if the string value is invalid, while the `TryParse\u003cTEnum\u003e` method returns true or false if the string is parseable."]]],[]]