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 send a request to mark an entry as starred within the Google Cloud Data Catalog."],["The `StarEntryRequest` class is part of the `Google.Cloud.DataCatalog.V1` namespace and is implemented in the `Google.Cloud.DataCatalog.V1.dll` assembly."],["It provides the functionality to identify the entry to be starred through the `Name` property, which corresponds to the name of the entry resource, and `EntryName`, which gives an EntryName typed view of the name."],["The latest version available for the `StarEntryRequest` is 2.14.0, with a history of versions listed from 2.13.0 back to 1.2.0, also including the current version 1.7.0."],["The StarEntryRequest implements IMessage\u003cStarEntryRequest\u003e, IEquatable\u003cStarEntryRequest\u003e, IDeepCloneable\u003cStarEntryRequest\u003e, IBufferMessage, and IMessage interfaces."]]],[]]