Cloud Dataplex v1 API - Class LookupEntryRequest (2.15.0)

public sealed class LookupEntryRequest : IMessage<LookupEntryRequest>, IEquatable<LookupEntryRequest>, IDeepCloneable<LookupEntryRequest>, IBufferMessage, IMessage

Inheritance

object > LookupEntryRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

LookupEntryRequest()

public LookupEntryRequest()

LookupEntryRequest(LookupEntryRequest)

public LookupEntryRequest(LookupEntryRequest other)
Parameter
Name Description
other LookupEntryRequest

Properties

AspectTypes

public RepeatedField<string> AspectTypes { get; }

Optional. Limits the aspects returned to the provided aspect types. Only works if the CUSTOM view is selected.

Property Value
Type Description
RepeatedFieldstring

Entry

public string Entry { get; set; }

Required. The resource name of the Entry: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.

Property Value
Type Description
string

EntryAsEntryName

public EntryName EntryAsEntryName { get; set; }

EntryName-typed view over the Entry resource name property.

Property Value
Type Description
EntryName

Name

public string Name { get; set; }

Required. The project to which the request should be attributed in the following form: projects/{project}/locations/{location}.

Property Value
Type Description
string

Paths

public RepeatedField<string> Paths { get; }

Optional. Limits the aspects returned to those associated with the provided paths within the Entry. Only works if the CUSTOM view is selected.

Property Value
Type Description
RepeatedFieldstring

View

public EntryView View { get; set; }

Optional. View for controlling which parts of an entry are to be returned.

Property Value
Type Description
EntryView