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-25 UTC."],[[["The `UpdateCachedContentRequest` class is used to send requests for updating cached content within the Cloud AI Platform v1beta1 API, specifically for the `GenAiCacheService.UpdateCachedContent` method."],["This class, found in the `Google.Cloud.AIPlatform.V1Beta1` namespace within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly, inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class provides two constructors: a default constructor and one that takes another `UpdateCachedContentRequest` instance for initialization."],["The `UpdateCachedContentRequest` contains two properties, `CachedContent`, which is of type `CachedContent`, and `UpdateMask`, which is of type `FieldMask`, where both properties are required to update cached content."],["Only `expire_time` or `ttl` fields can be updated through this request, and the latest version of this class is 1.0.0-beta21."]]],[]]