public sealed class DeleteCachedContentRequest : IMessage<DeleteCachedContentRequest>, IEquatable<DeleteCachedContentRequest>, IDeepCloneable<DeleteCachedContentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeleteCachedContentRequest.
Request message for
[GenAiCacheService.DeleteCachedContent][google.cloud.aiplatform.v1beta1.GenAiCacheService.DeleteCachedContent].
[[["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-25 UTC."],[[["This documentation details the `DeleteCachedContentRequest` class within the Google Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta11."],["`DeleteCachedContentRequest` is a request message used for the `GenAiCacheService.DeleteCachedContent` operation."],["The class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors: a default one and one that takes another `DeleteCachedContentRequest` object as a parameter."],["The class has two properties, `CachedContentName` and `Name`, where the `Name` property is required and refers to the cached content resource name."]]],[]]