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."],[[["The latest version available for `StarEntryRequest` within the `Google.Cloud.DataCatalog.V1` namespace is version 2.14.0."],["`StarEntryRequest` is a request message used for starring entries in Google Cloud Data Catalog, as defined by `google.cloud.datacatalog.v1.DataCatalog.StarEntry`."],["`StarEntryRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it's suitable for operations within the .NET environment."],["The `StarEntryRequest` class has two constructors, one default and another that accepts an existing `StarEntryRequest` object, enabling duplication."],["The class includes properties like `EntryName` and `Name`, where `Name` is a string indicating the name of the entry to be starred, and is a required property."]]],[]]