Cloud Dataplex v1 API - Class LookupEntryLinksRequest (3.13.0)

public sealed class LookupEntryLinksRequest : IMessage<LookupEntryLinksRequest>, IEquatable<LookupEntryLinksRequest>, IDeepCloneable<LookupEntryLinksRequest>, IBufferMessage, IMessage, IPageRequest

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

Request message for LookupEntryLinks.

Inheritance

object > LookupEntryLinksRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

LookupEntryLinksRequest()

public LookupEntryLinksRequest()

LookupEntryLinksRequest(LookupEntryLinksRequest)

public LookupEntryLinksRequest(LookupEntryLinksRequest other)
Parameter
Name Description
other LookupEntryLinksRequest

Properties

Entry

public string Entry { get; set; }

Required. The resource name of the referred Entry. Format: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}. Entry Links which references this entry will be returned in the response.

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

EntryLinkTypes

public RepeatedField<string> EntryLinkTypes { get; }

Entry link types to filter the response by. If empty, all entry link types will be returned. At most 10 entry link types can be specified.

Property Value
Type Description
RepeatedFieldstring

EntryMode

public LookupEntryLinksRequest.Types.EntryMode EntryMode { get; set; }

Mode of entry reference.

Property Value
Type Description
LookupEntryLinksRequestTypesEntryMode

Name

public string Name { get; set; }

Required. The project to which the request should be attributed to Format: projects/{project_id_or_number}/locations/{location_id}.

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

Maximum number of EntryLinks to return. The service may return fewer than this value. If unspecified, at most 10 EntryLinks will be returned. The maximum value is 10; values above 10 will be coerced to 10.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Page token received from a previous LookupEntryLinks call. Provide this to retrieve the subsequent page. When paginating, all other parameters that are provided to the LookupEntryLinks request must match the call that provided the page token.

Property Value
Type Description
string