Reference documentation and code samples for the Google Cloud Dataplex V1 Client class PartitionDetails.
Details about the partition.
Generated from protobuf message google.cloud.dataplex.v1.DiscoveryEvent.PartitionDetails
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ partition |
string
The name to the partition resource. The name is the fully-qualified resource name. |
↳ entity |
string
The name to the containing entity resource. The name is the fully-qualified resource name. |
↳ type |
int
The type of the containing entity resource. |
getPartition
The name to the partition resource.
The name is the fully-qualified resource name.
Generated from protobuf field string partition = 1;
| Returns | |
|---|---|
| Type | Description |
string |
|
setPartition
The name to the partition resource.
The name is the fully-qualified resource name.
Generated from protobuf field string partition = 1;
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEntity
The name to the containing entity resource.
The name is the fully-qualified resource name.
Generated from protobuf field string entity = 2;
| Returns | |
|---|---|
| Type | Description |
string |
|
setEntity
The name to the containing entity resource.
The name is the fully-qualified resource name.
Generated from protobuf field string entity = 2;
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getType
The type of the containing entity resource.
Generated from protobuf field .google.cloud.dataplex.v1.DiscoveryEvent.EntityType type = 3;
| Returns | |
|---|---|
| Type | Description |
int |
|
setType
The type of the containing entity resource.
Generated from protobuf field .google.cloud.dataplex.v1.DiscoveryEvent.EntityType type = 3;
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|