Cloud Dataplex v1 API - Class EntityName (2.4.0)

public sealed class EntityName : IResourceName, IEquatable<EntityName>

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

Resource name for the Entity resource.

Inheritance

object > EntityName

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

EntityName(string, string, string, string, string)

public EntityName(string projectId, string locationId, string lakeId, string zoneId, string entityId)

Constructs a new instance of a EntityName class from the component parts of pattern projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/entities/{entity}

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

locationIdstring

The Location ID. Must not be null or empty.

lakeIdstring

The Lake ID. Must not be null or empty.

zoneIdstring

The Zone ID. Must not be null or empty.

entityIdstring

The Entity ID. Must not be null or empty.

Properties

EntityId

public string EntityId { get; }

The Entity ID. Will not be null, unless this instance contains an unparsed resource name.

Property Value
TypeDescription
string

IsKnownPattern

public bool IsKnownPattern { get; }

Whether this instance contains a resource name with a known pattern.

Property Value
TypeDescription
bool

LakeId

public string LakeId { get; }

The Lake ID. Will not be null, unless this instance contains an unparsed resource name.

Property Value
TypeDescription
string

LocationId

public string LocationId { get; }

The Location ID. Will not be null, unless this instance contains an unparsed resource name.

Property Value
TypeDescription
string

ProjectId

public string ProjectId { get; }

The Project ID. Will not be null, unless this instance contains an unparsed resource name.

Property Value
TypeDescription
string

Type

public EntityName.ResourceNameType Type { get; }
<