Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.LookupEntryLinksRequest

Looks up Entry Links referencing the specified Entry.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>
ProjectsResource.LocationsResource.LookupEntryLinksRequest
Implements
IClientServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>
IClientServiceRequest
Inherited Members
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>.Xgafv
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>.AccessToken
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>.Alt
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>.Callback
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>.Fields
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>.Key
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>.OauthToken
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>.PrettyPrint
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>.QuotaUser
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>.UploadType
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>.Execute()
ClientServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>.GetBody()
ClientServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>.ETagAction
ClientServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>.ApiVersion
ClientServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>.RequestParameters
ClientServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
ClientServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>.MethodName

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
ClientServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>.RestPath

Methods

InitParameters()

Initializes LookupEntryLinks parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1LookupEntryLinksResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX