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 latest version of `CacheInvalidationRule` is 3.6.0, with various other versions available, ranging from 3.5.0 down to 1.0.0."],["`CacheInvalidationRule` is a class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new instances and cloning existing ones, via the default constructor `CacheInvalidationRule()` and the `CacheInvalidationRule(CacheInvalidationRule other)` respectively."],["`CacheInvalidationRule` has two key properties, `Host` and `Path`, which can be used to filter the invalidation rules by a specific host or path, with corresponding boolean getters `HasHost` and `HasPath` to check if they are set."],["`CacheInvalidationRule` is found in the namespace `Google.Cloud.Compute.V1` within the assembly `Google.Cloud.Compute.V1.dll`."]]],[]]