Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.EntryGroupsResource.EntryLinksResource

The "entryLinks" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.EntryGroupsResource.EntryLinksResource
Inherited Members
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.EntryGroupsResource.EntryLinksResource

Constructors

EntryLinksResource(IClientService)

Constructs a new resource.

Declaration
public EntryLinksResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(GoogleCloudDataplexV1EntryLink, string)

Creates an Entry Link.

Declaration
public virtual ProjectsResource.LocationsResource.EntryGroupsResource.EntryLinksResource.CreateRequest Create(GoogleCloudDataplexV1EntryLink body, string parent)
Parameters
Type Name Description
GoogleCloudDataplexV1EntryLink body

The body of the request.

string parent

Required. The resource name of the parent Entry Group: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}.

Returns
Type Description
ProjectsResource.LocationsResource.EntryGroupsResource.EntryLinksResource.CreateRequest

Delete(string)

Deletes an Entry Link.

Declaration
public virtual ProjectsResource.LocationsResource.EntryGroupsResource.EntryLinksResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The resource name of the Entry Link: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entryLinks/{entry_link_id}.

Returns
Type Description
ProjectsResource.LocationsResource.EntryGroupsResource.EntryLinksResource.DeleteRequest

Get(string)

Gets an Entry Link.

Declaration
public virtual ProjectsResource.LocationsResource.EntryGroupsResource.EntryLinksResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The resource name of the Entry Link: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entryLinks/{entry_link_id}.

Returns
Type Description
ProjectsResource.LocationsResource.EntryGroupsResource.EntryLinksResource.GetRequest
In this article
Back to top Generated by DocFX