Cloud Dataplex v1 API - Class GetEntityRequest (2.2.0)

public sealed class GetEntityRequest : IMessage<GetEntityRequest>, IEquatable<GetEntityRequest>, IDeepCloneable<GetEntityRequest>, IBufferMessage, IMessage

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

Get metadata entity request.

Inheritance

Object > GetEntityRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.