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."],[[["The latest version of the `GetCatalogItemRequest` class is 2.0.0-beta06, which is part of the Recommendations AI v1beta1 API."],["`GetCatalogItemRequest` is a request message used for the `GetCatalogItem` method within the Google Cloud Recommendation Engine API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetCatalogItemRequest` class has properties like `CatalogItemPathName` and `Name`, where `Name` is a required string representing the full resource name of a catalog item."],["The class also includes constructors to create a new `GetCatalogItemRequest` instance or copy an existing one, and it has inherited members such as `GetHashCode()`, `GetType()`, and `ToString()` from the base object."]]],[]]