public sealed class UpdateCachedContentRequest : IMessage<UpdateCachedContentRequest>, IEquatable<UpdateCachedContentRequest>, IDeepCloneable<UpdateCachedContentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class UpdateCachedContentRequest.
Request message for
[GenAiCacheService.UpdateCachedContent][google.cloud.aiplatform.v1beta1.GenAiCacheService.UpdateCachedContent].
Only expire_time or ttl can be updated.
[[["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-21 UTC."],[[["This documentation details the `UpdateCachedContentRequest` class within the Google Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta01."],["`UpdateCachedContentRequest` is a request message used for updating cached content through the `GenAiCacheService.UpdateCachedContent` method."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `object` class."],["The class requires a `CachedContent` property that contains the new data, and an `UpdateMask` property specifying which fields are being updated."],["Only the expire time or time-to-live (TTL) attributes of the cached content can be updated using this request message."]]],[]]