Google Cloud Dataplex V1 Client - Class TableResult (1.10.0)

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

Generated metadata about the table.

Generated from protobuf message google.cloud.dataplex.v1.DataDocumentationResult.TableResult

Namespace

Google \ Cloud \ Dataplex \ V1 \ DataDocumentationResult

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Output only. The service-qualified full resource name of the cloud resource. Ex: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID

↳ overview string

Output only. Generated description of the table.

↳ schema Schema

Output only. Schema of the table with generated metadata of the columns in the schema.

↳ queries array<Query>

Output only. Sample SQL queries for the table.

getName

Output only. The service-qualified full resource name of the cloud resource. Ex: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID

Returns
Type Description
string

setName

Output only. The service-qualified full resource name of the cloud resource. Ex: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID

Parameter
Name Description
var string
Returns
Type Description
$this

getOverview

Output only. Generated description of the table.

Returns
Type Description
string

setOverview

Output only. Generated description of the table.

Parameter
Name Description
var string
Returns
Type Description
$this

getSchema

Output only. Schema of the table with generated metadata of the columns in the schema.

Returns
Type Description
Schema|null

hasSchema

clearSchema

setSchema

Output only. Schema of the table with generated metadata of the columns in the schema.

Parameter
Name Description
var Schema
Returns
Type Description
$this

getQueries

Output only. Sample SQL queries for the table.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setQueries

Output only. Sample SQL queries for the table.

Parameter
Name Description
var array<Query>
Returns
Type Description
$this