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-beta09."],["`DeleteCachedContentRequest` is a request message used for the `GenAiCacheService.DeleteCachedContent` method."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors, `DeleteCachedContentRequest()` and `DeleteCachedContentRequest(DeleteCachedContentRequest other)`."],["The class contains two properties, `CachedContentName` and `Name`, where the `Name` property is required and refers to the cached content resource name."]]],[]]