Cloud Dataplex v1 API - Class LookupContextRequest (3.13.0)

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

Reference documentation and code samples for the Cloud Dataplex v1 API class LookupContextRequest.

Lookup Context using permissions in the source system.

Inheritance

object > LookupContextRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

LookupContextRequest()

public LookupContextRequest()

LookupContextRequest(LookupContextRequest)

public LookupContextRequest(LookupContextRequest other)
Parameter
Name Description
other LookupContextRequest

Properties

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

Options

public MapField<string, string> Options { get; }

Optional. Allows to configure the context.

Property Value
Type Description
MapFieldstringstring

Resources

public RepeatedField<string> Resources { get; }

Required. The entry names to lookup context for. The request should have max 10 of those.

Examples:

projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}

Property Value
Type Description
RepeatedFieldstring

ResourcesAsEntryNames

public ResourceNameList<EntryName> ResourcesAsEntryNames { get; }

EntryName-typed view over the Resources resource name property.

Property Value
Type Description
ResourceNameListEntryName