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
Methods
__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.
Generated from protobuf field string entity = 1;
Returns | |
---|---|
Type | Description |
string |
setEntity
The name of the entity resource.
The name is the fully-qualified resource name.
Generated from protobuf field string entity = 1;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getType
The type of the entity resource.
Generated from protobuf field .google.cloud.dataplex.v1.DiscoveryEvent.EntityType type = 2;
Returns | |
---|---|
Type | Description |
int |
setType
The type of the entity resource.
Generated from protobuf field .google.cloud.dataplex.v1.DiscoveryEvent.EntityType type = 2;
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |