public sealed class StarEntryRequest : IMessage<StarEntryRequest>, IEquatable<StarEntryRequest>, IDeepCloneable<StarEntryRequest>, IBufferMessage, IMessage
Request message for
[StarEntry][google.cloud.datacatalog.v1.DataCatalog.StarEntry].
[[["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 page details the `StarEntryRequest` class, which is used to request the starring of an entry within the Google Cloud Data Catalog."],["The `StarEntryRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has two constructors: a default one (`StarEntryRequest()`) and one that accepts another `StarEntryRequest` object as a parameter (`StarEntryRequest(StarEntryRequest)`)."],["Key properties of the class include `EntryName`, which provides a typed view over the resource name, and `Name`, which is a string property representing the required name of the entry to be starred."],["This documentation page, while versioned at 1.8.0, also provides links to the different versions of the StarEntryRequest class, ranging from version 2.14.0 (latest) down to version 1.2.0."]]],[]]