Cloud Dataplex v1 API - Class SearchEntriesResult (2.15.0)

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.

Inheritance

object > SearchEntriesResult

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

SearchEntriesResult()

public SearchEntriesResult()

SearchEntriesResult(SearchEntriesResult)

public SearchEntriesResult(SearchEntriesResult other)
Parameter
NameDescription
otherSearchEntriesResult

Properties

DataplexEntry

public Entry DataplexEntry { get; set; }

Entry format of the result.

Property Value
TypeDescription
Entry

Description

[Obsolete]
public string Description { get; set; }

Entry description.

Property Value
TypeDescription
string

DisplayName

[Obsolete]
public string DisplayName { get; set; }

Display name.

Property Value
TypeDescription
string

Entry

[Obsolete]
public string Entry { get; set; }

Resource name of the entry.

Property Value
TypeDescription
string

EntryType

[Obsolete]
public string EntryType { get; set; }

The entry type.

Property Value
TypeDescription
string

FullyQualifiedName

[Obsolete]
public string FullyQualifiedName { get; set; }

Fully qualified name.

Property Value
TypeDescription
string

LinkedResource

public string LinkedResource { get; set; }

Linked resource name.

Property Value
TypeDescription
string

ModifyTime

[Obsolete]
public Timestamp ModifyTime { get; set; }

The last modification timestamp.

Property Value
TypeDescription
Timestamp

RelativeResource

[Obsolete]
public string RelativeResource { get; set; }

Relative resource name.

Property Value
TypeDescription
string

Snippets

public SearchEntriesResult.Types.Snippets Snippets { get; set; }

Snippets.

Property Value
TypeDescription
SearchEntriesResultTypesSnippets