public sealed class UnstarEntryRequest : IMessage<UnstarEntryRequest>, IEquatable<UnstarEntryRequest>, IDeepCloneable<UnstarEntryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class UnstarEntryRequest.
Request message for
[UnstarEntry][google.cloud.datacatalog.v1.DataCatalog.UnstarEntry].
[[["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 `UnstarEntryRequest` class is part of the Google Cloud Data Catalog v1 API and is used to unstar an entry, indicating it is not a favorite anymore."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are related to message handling, equality checks, deep cloning, and buffered messages."],["The `UnstarEntryRequest` class contains properties like `EntryName` and `Name`, where `Name` is a required string specifying the name of the entry to unstar, and `EntryName` is a type-safe view over the `Name` resource."],["There are many different versions of this document ranging from 1.2.0 to the latest 2.14.0, all of which are related to the `UnstarEntryRequest` class."]]],[]]