[[["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-06-12 UTC."],[[["This document provides information on the `ETagAction` enum within the Google.Apis library, which defines how an ETag is used in requests."],["The `ETagAction` enum has four fields: `Default`, `IfMatch`, `IfNoneMatch`, and `Ignore`, each specifying a different behavior for ETag handling."],["The `Default` field allows for ETag behavior to be determined by the type of request, while `IfMatch` and `IfNoneMatch` define conditional success based on ETag identity."],["The `Ignore` field in the `ETagAction` enum specifies that the ETag will not be included in the header of the request."],["There is also an extension method provided, `Utilities.ThrowIfNull\u003cETagAction\u003e(String)`, for handling ETagAction values."]]],[]]