[[["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 webpage provides documentation for the `ComputeEnumHelpers` class within the Google Cloud Compute Engine v1 API for .NET, specifically starting with version 1.0.0 and going through to the latest version 3.6.0."],["The `ComputeEnumHelpers` class assists in converting between enums used in the Compute API and their corresponding string representations used for data transfer."],["The class contains three core methods: `Format\u003cTEnum\u003e` to convert an enum to its string representation, `Parse\u003cTEnum\u003e` to parse a string back into an enum, and `TryParse\u003cTEnum\u003e` to safely attempt to parse a string into an enum."],["The `Format`, `Parse` and `TryParse` methods all use the generic type `TEnum`, which represents the enum that the methods will be working with."],["Users can navigate through documentation for various versions of the Google Cloud Compute Engine v1 API, each with its own `ComputeEnumHelpers` documentation, accessible through the version list on the page."]]],[]]