Class ProjectsResource.LocationsResource.LookupEntryLinksRequest
Looks up Entry Links referencing the specified Entry.
Inheritance
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class ProjectsResource.LocationsResource.LookupEntryLinksRequest : CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>, IClientServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>, IClientServiceRequest
Constructors
LookupEntryLinksRequest(IClientService, string)
Constructs a new LookupEntryLinks request.
Declaration
public LookupEntryLinksRequest(IClientService service, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | name |
Properties
Entry
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.
Declaration
[RequestParameter("entry", RequestParameterType.Query)]
public virtual string Entry { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EntryLinkTypes
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.
Declaration
[RequestParameter("entryLinkTypes", RequestParameterType.Query)]
public virtual Repeatable<string> EntryLinkTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| Repeatable<string> |
EntryMode
Mode of entry reference.
Declaration
[RequestParameter("entryMode", RequestParameterType.Query)]
public virtual ProjectsResource.LocationsResource.LookupEntryLinksRequest.EntryModeEnum? EntryMode { get; set; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.LookupEntryLinksRequest.EntryModeEnum? |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Name
Required. The project to which the request should be attributed to Format: projects/{project_id_or_number}/locations/{location_id}.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
PageSize
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.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
PageToken
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.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
InitParameters()
Initializes LookupEntryLinks parameter list.
Declaration
protected override void InitParameters()