Google Cloud Dataplex V1 Client - Class PartitionDetails (1.7.1)

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

Namespace

Google \ Cloud \ Dataplex \ V1 \ DiscoveryEvent

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.

↳ sampled_data_locations array

The locations of the data items (e.g., a Cloud Storage objects) sampled for metadata inference.

getPartition

The name to the partition resource.

The name is the fully-qualified resource name.

Returns
Type Description
string

setPartition

The name to the partition resource.

The name is the fully-qualified resource name.

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.

Returns
Type Description
string

setEntity

The name to the containing entity resource.

The name is the fully-qualified resource name.

Parameter
Name Description
var string
Returns
Type Description
$this

getType

The type of the containing entity resource.

Returns
Type Description
int Enum of type EntityType.

setType

The type of the containing entity resource.

Parameter
Name Description
var int

Enum of type EntityType.

Returns
Type Description
$this

getSampledDataLocations

The locations of the data items (e.g., a Cloud Storage objects) sampled for metadata inference.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setSampledDataLocations

The locations of the data items (e.g., a Cloud Storage objects) sampled for metadata inference.

Parameter
Name Description
var string[]
Returns
Type Description
$this