public sealed class GetEntityRequest : IMessage<GetEntityRequest>, IEquatable<GetEntityRequest>, IDeepCloneable<GetEntityRequest>, IBufferMessage, IMessage
Get metadata entity request.
Implements
IMessage<GetEntityRequest>, IEquatable<GetEntityRequest>, IDeepCloneable<GetEntityRequest>, 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 |
GetEntityRequest.Types.EntityView |