public sealed class GetCatalogItemRequest : IMessage<GetCatalogItemRequest>, IEquatable<GetCatalogItemRequest>, IDeepCloneable<GetCatalogItemRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Recommendations AI v1beta1 API class GetCatalogItemRequest.
[[["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 covers the `GetCatalogItemRequest` class within the Google Cloud Recommendation Engine v1beta1 API, specifically version 2.0.0-beta05."],["`GetCatalogItemRequest` is a request message used for the `GetCatalogItem` method, enabling users to retrieve specific catalog items."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of the `GetCatalogItemRequest` class include `CatalogItemPathName` for a typed view and `Name` for the full resource name of the requested catalog item."],["The `GetCatalogItemRequest` class has two constructors, one empty and one to copy an existing `GetCatalogItemRequest` object."]]],[]]