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-04-09 UTC."],[[["The webpage documents the `CacheInvalidationRule` class within the `Google.Cloud.Compute.V1` namespace, detailing its structure and functionality across various versions."],["Version 3.6.0 is the latest release for the `CacheInvalidationRule`, with multiple preceding versions available, ranging from 1.0.0 to 3.5.0."],["The `CacheInvalidationRule` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its capabilities."],["The class provides constructors to create new instances, either empty or by cloning an existing `CacheInvalidationRule`, and exposes properties to configure the `Host` and `Path` fields for invalidation rules."],["The `HasHost` and `HasPath` properties allow users to check if the respective `Host` or `Path` fields have been set for a specific `CacheInvalidationRule`."]]],[]]