Google Cloud Dataplex V1 Client - Class TableDetails (1.7.1)

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

Details about the published table.

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

Namespace

Google \ Cloud \ Dataplex \ V1 \ DiscoveryEvent

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ table string

The fully-qualified resource name of the table resource.

↳ type int

The type of the table resource.

getTable

The fully-qualified resource name of the table resource.

Returns
Type Description
string

setTable

The fully-qualified resource name of the table resource.

Parameter
Name Description
var string
Returns
Type Description
$this

getType

The type of the table resource.

Returns
Type Description
int Enum of type TableType.

setType

The type of the table resource.

Parameter
Name Description
var int

Enum of type TableType.

Returns
Type Description
$this