public sealed class GetEntityRequest : IMessage<GetEntityRequest>, IEquatable<GetEntityRequest>, IDeepCloneable<GetEntityRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class GetEntityRequest.
Get metadata entity request.
Implements
IMessageGetEntityRequest, IEquatableGetEntityRequest, IDeepCloneableGetEntityRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
GetEntityRequest()
public GetEntityRequest()GetEntityRequest(GetEntityRequest)
public GetEntityRequest(GetEntityRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetEntityRequest |
Properties
EntityName
public EntityName EntityName { get; set; }EntityName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
EntityName |
|
Name
public string Name { get; set; }Required. The resource name of the entity:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
View
public GetEntityRequest.Types.EntityView View { get; set; }Optional. Used to select the subset of entity information to return.
Defaults to BASIC.
| Property Value | |
|---|---|
| Type | Description |
GetEntityRequestTypesEntityView |
|