public sealed class GetCachedContentRequest : IMessage<GetCachedContentRequest>, IEquatable<GetCachedContentRequest>, IDeepCloneable<GetCachedContentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI 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-25 UTC."],[[["The `GetCachedContentRequest` class is a request message for the `GenAiCacheService.GetCachedContent` method within the Vertex AI v1beta1 API."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for functionalities such as message handling, equality comparisons, deep cloning, and buffer management."],["The `GetCachedContentRequest` class has two constructors: a default constructor and one that accepts another `GetCachedContentRequest` object as a parameter."],["It includes two properties: `CachedContentName` which is a typed view over the resource name, and `Name` which represents the resource name referring to the cached content."],["The latest version of this documentation is 1.0.0-beta21, with 1.0.0-beta20 also available for viewing."]]],[]]