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
Context
public string Context { get; set; }Optional. The text representing contextual information for which metadata context is being requested.
| Property Value | |
|---|---|
| Type | Description |
string |
|
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.
Supported options:
format- The format of the context (one ofyaml,xml,json, default isyaml).context_budget- If provided, the output will be intelligently truncated on a best-effort basis to contain approximately the desired amount of characters. There is no guarantee to achieve the specific amount.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
Resources
public RepeatedField<string> Resources { get; }Required. The entry names to look up the context for. The maximum number of resources for a request is limited to 10.
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 |
|