Google Cloud Dataplex V1 Client - Class EntityDetails (0.9.0)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class EntityDetails.

Details about the entity.

Generated from protobuf message google.cloud.dataplex.v1.DiscoveryEvent.EntityDetails

Namespace

Google \ Cloud \ Dataplex \ V1 \ DiscoveryEvent

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ entity string

The name of the entity resource. The name is the fully-qualified resource name.

↳ type int

The type of the entity resource.

getEntity

The name of the entity resource.

The name is the fully-qualified resource name.

Returns
TypeDescription
string

setEntity

The name of the entity resource.

The name is the fully-qualified resource name.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getType

The type of the entity resource.

Returns
TypeDescription
int

setType

The type of the entity resource.

Parameter
NameDescription
var int
Returns
TypeDescription
$this