[[["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.V1` namespace, which offers helper methods for enum conversions in the Compute API."],["The `Format\u003cTEnum\u003e` method converts an enum value to its string representation, used for wire communication, and will throw an `ArgumentException` if the enum value is invalid."],["The `Parse\u003cTEnum\u003e` method converts a string to its respective `TEnum` value, throwing an exception if the value is not valid for the specified enum type."],["The `TryParse\u003cTEnum\u003e` method attempts to parse a given string into the wire representation of a `TEnum` value, and returns a Boolean value, showing success or failure."],["A comprehensive list of version history for the `Google.Cloud.Compute.V1` package, with links to documentation for versions ranging from 1.0.0 up to the latest version 3.6.0, are provided."]]],[]]