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-04-09 UTC."],[[["This documentation details the `DeleteCachedContentRequest` class within the Google Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta02."],["The `DeleteCachedContentRequest` class is a request message used for the `GenAiCacheService.DeleteCachedContent` method to remove content from the cache."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["Key properties of this class include `CachedContentName` (a typed view) and `Name` (a string), which represents the resource name of the cached content that needs to be deleted."],["There are two constructors available: a parameterless constructor, and one that takes another `DeleteCachedContentRequest` object as a parameter for copying."]]],[]]