Google Cloud Dataplex V1 Client - Class EntityDetails (1.8.0)
Stay organized with collections
Save and categorize content based on your preferences.
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 \ DiscoveryEventMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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 | |
|---|---|
| Type | Description |
string |
|
setEntity
The name of the entity resource.
The name is the fully-qualified resource name.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getType
The type of the entity resource.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type EntityType. |
setType
The type of the entity resource.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type EntityType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|