public sealed class CacheInvalidationRule : IMessage<CacheInvalidationRule>, IEquatable<CacheInvalidationRule>, IDeepCloneable<CacheInvalidationRule>, IBufferMessage, IMessage
[[["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 `CacheInvalidationRule` class is available in the `Google.Cloud.Compute.V1` namespace and is part of the `Google.Cloud.Compute.V1.dll` assembly, with the latest documented version being 3.6.0."],["This class implements several interfaces, including `IMessage\u003cCacheInvalidationRule\u003e`, `IEquatable\u003cCacheInvalidationRule\u003e`, `IDeepCloneable\u003cCacheInvalidationRule\u003e`, `IBufferMessage`, and `IMessage`."],["The `CacheInvalidationRule` class provides two constructors, a default constructor and one that takes another `CacheInvalidationRule` object as a parameter."],["The `CacheInvalidationRule` class contains properties like `HasHost`, `HasPath`, `Host`, and `Path` that allow checking if a field is set and getting or setting the Host or path of the rule."],["The class also have inheritance from the Object class, allowing access to common object methods."]]],[]]