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."],[[["This document provides reference documentation for the `UnstarEntryRequest` class within the Google Cloud Data Catalog v1 API, specifically for version 2.8.0."],["`UnstarEntryRequest` is a message class used to request the unstarring of an entry in the Data Catalog, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UnstarEntryRequest` class has two constructors: a default constructor and one that accepts another `UnstarEntryRequest` instance for copying."],["The class includes properties such as `EntryName` (a typed view of the resource name) and `Name` (a string representing the entry's name), which is required when requesting an entry to be unstarred."],["The document also provides links to different versions of the `UnstarEntryRequest`, ranging from the latest version (2.14.0) down to version 1.2.0, giving access to all historical versions of this class."]]],[]]