public sealed class GetCachedContentRequest : IMessage<GetCachedContentRequest>, IEquatable<GetCachedContentRequest>, IDeepCloneable<GetCachedContentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GetCachedContentRequest.
Request message for
[GenAiCacheService.GetCachedContent][google.cloud.aiplatform.v1beta1.GenAiCacheService.GetCachedContent].
[[["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-31 UTC."],[[["This documentation is for the `GetCachedContentRequest` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta09."],["`GetCachedContentRequest` is a request message used for the `GenAiCacheService.GetCachedContent` method."],["The class inherits from `object` and implements the interfaces `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and one that takes another `GetCachedContentRequest` object as a parameter, and contains the properties `CachedContentName` and `Name`."],["The `Name` property, which is of type string, is required and represents the resource name for the cached content."]]],[]]