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-03-25 UTC."],[[["The `SearchEntriesResult` class is part of the Google Cloud Dataplex v1 API and is used to represent a single result from a `SearchEntries` request."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to work within the Google Protocol Buffers framework."],["The `SearchEntriesResult` class includes properties such as `DataplexEntry`, an `Entry` object, `LinkedResource`, a string representing a linked resource name, and `Snippets` which provide snippets of content, which are all part of a search result."],["There are various versions of this class available, spanning from version 1.0.0 to the latest 3.6.0, with each version accessible via a specific URL."],["The class can be instantiated with a default constructor or a constructor that accepts another `SearchEntriesResult` object, allowing for the creation of new instances based on existing ones."]]],[]]