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, found within the `Google.Cloud.Compute.V1` namespace, is a core element for managing cache invalidation in Google Cloud Compute services."],["Version 3.6.0 is the latest version available, and the content covers a range of versions from 1.0.0 up to the latest."],["This class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with the Protobuf ecosystem and able to be deeply cloned."],["Key properties within the `CacheInvalidationRule` class include `HasHost`, `HasPath`, `Host`, and `Path`, which are used to define the criteria for invalidating cached data based on request headers."],["The `CacheInvalidationRule` can be constructed using a default constructor or a copy constructor that accepts another `CacheInvalidationRule` instance as a parameter."]]],[]]