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.
Namespace
Google.Cloud.Dataplex.V1Assembly
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 | |
---|---|
Name | Description |
projectId | string The |
locationId | string The |
lakeId | string The |
zoneId | string The |
entityId | string The |
Properties
EntityId
public string EntityId { get; }
The Entity
ID. Will not be null
, unless this instance contains an unparsed resource name.
Property Value | |
---|---|
Type | Description |
string |
IsKnownPattern
public bool IsKnownPattern { get; }
Whether this instance contains a resource name with a known pattern.
Property Value | |
---|---|
Type | Description |
bool |
LakeId
public string LakeId { get; }
The Lake
ID. Will not be null
, unless this instance contains an unparsed resource name.
Property Value | |
---|---|
Type | Description |
string |
LocationId
public string LocationId { get; }
The Location
ID. Will not be null
, unless this instance contains an unparsed resource name.
Property Value | |
---|---|
Type | Description |
string |
ProjectId
public string ProjectId { get; }
The Project
ID. Will not be null
, unless this instance contains an unparsed resource name.
Property Value | |
---|---|
Type | Description |
string |
Type
public EntityName.ResourceNameType Type { get; }