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.
A single result of a SearchEntries request.
Implements
IMessageSearchEntriesResult, IEquatableSearchEntriesResult, IDeepCloneableSearchEntriesResult, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
SearchEntriesResult()
public SearchEntriesResult()
SearchEntriesResult(SearchEntriesResult)
public SearchEntriesResult(SearchEntriesResult other)
Parameter | |
---|---|
Name | Description |
other |
SearchEntriesResult |
Properties
DataplexEntry
public Entry DataplexEntry { get; set; }
Entry format of the result.
Property Value | |
---|---|
Type | Description |
Entry |
Description
[Obsolete]
public string Description { get; set; }
Entry description.
Property Value | |
---|---|
Type | Description |
string |
DisplayName
[Obsolete]
public string DisplayName { get; set; }
Display name.
Property Value | |
---|---|
Type | Description |
string |
Entry
[Obsolete]
public string Entry { get; set; }
Resource name of the entry.
Property Value | |
---|---|
Type | Description |
string |
EntryType
[Obsolete]
public string EntryType { get; set; }
The entry type.
Property Value | |
---|---|
Type | Description |
string |
FullyQualifiedName
[Obsolete]
public string FullyQualifiedName { get; set; }
Fully qualified name.
Property Value | |
---|---|
Type | Description |
string |
LinkedResource
public string LinkedResource { get; set; }
Linked resource name.
Property Value | |
---|---|
Type | Description |
string |
ModifyTime
[Obsolete]
public Timestamp ModifyTime { get; set; }
The last modification timestamp.
Property Value | |
---|---|
Type | Description |
Timestamp |
RelativeResource
[Obsolete]
public string RelativeResource { get; set; }
Relative resource name.
Property Value | |
---|---|
Type | Description |
string |
Snippets
public SearchEntriesResult.Types.Snippets Snippets { get; set; }
Snippets.
Property Value | |
---|---|
Type | Description |
SearchEntriesResultTypesSnippets |