public sealed class GetRecommendationRequest : IMessage<GetRecommendationRequest>, IEquatable<GetRecommendationRequest>, IDeepCloneable<GetRecommendationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Recommender v1 API class GetRecommendationRequest.
[[["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 document provides reference documentation for the `GetRecommendationRequest` class within the Google Cloud Recommender v1 API, including its properties and implementation details."],["The `GetRecommendationRequest` class is used to formulate requests to the `GetRecommendation` method, enabling the retrieval of specific recommendation data."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes constructors for creating new instances, either default or by cloning from an existing `GetRecommendationRequest` object."],["The class contains properties like `Name` (a string representing the name of the recommendation) and `RecommendationName` (a typed view over the name resource property), necessary for the request to function."]]],[]]