public sealed class LookupContextRequest : IMessage<LookupContextRequest>, IEquatable<LookupContextRequest>, IDeepCloneable<LookupContextRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class LookupContextRequest.
Lookup Context using permissions in the source system.
Implements
IMessageLookupContextRequest, IEquatableLookupContextRequest, IDeepCloneableLookupContextRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
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; }| Property Value | |
|---|---|
| Type | Description |
ResourceNameListEntryName |
|