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-31 UTC."],[[["The `CacheInvalidationRule` class is part of the `Google.Cloud.Compute.V1` namespace and is found within the `Google.Cloud.Compute.V1.dll` assembly, with the latest version being 3.6.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to handle message serialization, equality checks, deep cloning, and buffer message operations."],["The `CacheInvalidationRule` class has two constructors: a parameterless constructor and one that accepts another `CacheInvalidationRule` object to create a copy."],["It contains properties `HasHost`, `HasPath`, `Host`, and `Path`, which are related to defining and checking for specific host and path criteria for cache invalidation."],["The available documentation versions for the `CacheInvalidationRule` range from version 1.0.0 up to the most recent, 3.6.0."]]],[]]