public sealed class SearchEntriesResult : IMessage<SearchEntriesResult>, IEquatable<SearchEntriesResult>, IDeepCloneable<SearchEntriesResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class SearchEntriesResult.
[[["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-04-09 UTC."],[[["Version 3.6.0 is the latest version available for the `Google.Cloud.Dataplex.V1.SearchEntriesResult` class."],["The `SearchEntriesResult` class, found within the `Google.Cloud.Dataplex.V1` namespace, represents a single result from a `SearchEntries` request, and is available in version 3.0.0 and newer."],["This class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing methods for message manipulation, equality checks, deep cloning, and buffer message handling, respectively."],["The class includes properties such as `DataplexEntry` (which holds the entry format), `LinkedResource` (which stores the name of the linked resource), and `Snippets` (which holds information about snippets)."],["The `SearchEntriesResult` class provides two constructors, one default and another that takes a `SearchEntriesResult` object as a parameter to create a new instance."]]],[]]