Google Cloud Dataplex V1 Client - Class DatasetResult (1.13.0)

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

Insights for a dataset resource.

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

Namespace

Google \ Cloud \ Dataplex \ V1 \ DataDocumentationResult

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ overview string

Output only. Generated Dataset description.

↳ schema_relationships array<SchemaRelationship>

Output only. Relationships suggesting how tables in the dataset are related to each other, based on their schema.

↳ queries array<Query>

Output only. Sample SQL queries for the dataset.

getOverview

Output only. Generated Dataset description.

Returns
Type Description
string

setOverview

Output only. Generated Dataset description.

Parameter
Name Description
var string
Returns
Type Description
$this

getSchemaRelationships

Output only. Relationships suggesting how tables in the dataset are related to each other, based on their schema.

Returns
Type Description
Google\Protobuf\RepeatedField<SchemaRelationship>

setSchemaRelationships

Output only. Relationships suggesting how tables in the dataset are related to each other, based on their schema.

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

getQueries

Output only. Sample SQL queries for the dataset.

Returns
Type Description
Google\Protobuf\RepeatedField<Query>

setQueries

Output only. Sample SQL queries for the dataset.

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