Show / Hide Table of Contents

Class GoogleCloudDataplexV1CreateEntryLinkRequest

Request message for CreateEntryLink.

Inheritance
object
GoogleCloudDataplexV1CreateEntryLinkRequest
Implements
IDirectResponseSchema
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.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1CreateEntryLinkRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EntryLink

Required. Entry Link resource.

Declaration
[JsonProperty("entryLink")]
public virtual GoogleCloudDataplexV1EntryLink EntryLink { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1EntryLink

EntryLinkId

Required. Entry Link identifier * Must contain only lowercase letters, numbers and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the EntryGroup.

Declaration
[JsonProperty("entryLinkId")]
public virtual string EntryLinkId { get; set; }
Property Value
Type Description
string

Parent

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

Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX