Google Cloud Dataplex V1 Client - Class TableDetails (1.1.0)

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

setType

The type of the table resource.

Parameter
Name Description
var int
Returns
Type Description
$this