public sealed class RecommendationContent : IMessage<RecommendationContent>, IEquatable<RecommendationContent>, IDeepCloneable<RecommendationContent>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Recommender v1 API class RecommendationContent.
Contains what resources are changing and how they are changing.
public RepeatedField<OperationGroup> OperationGroups { get; }
Operations to one or more Google Cloud resources grouped in such a way
that, all operations within one group are expected to be performed
atomically and in an order.
[[["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-04-17 UTC."],[[["The latest version available for the Google Cloud Recommender v1 API is 3.7.0, with multiple previous versions accessible down to 2.5.0."],["The `RecommendationContent` class is a core component of the Google Cloud Recommender v1 API, detailing resource changes."],["The class `RecommendationContent` implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`RecommendationContent` includes properties like `OperationGroups`, which lists the atomic operations on resources, and `Overview`, which provides a summary of the recommendation."],["The `RecommendationContent` class has two constructors: a default one and one that allows you to create a copy of another `RecommendationContent` instance."]]],[]]