Google Cloud Asset V1 Client - Class TableSchema (1.11.3)

Reference documentation and code samples for the Google Cloud Asset V1 Client class TableSchema.

BigQuery Compatible table schema.

Generated from protobuf message google.cloud.asset.v1.TableSchema

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ fields array<Google\Cloud\Asset\V1\TableFieldSchema>

Describes the fields in a table.

getFields

Describes the fields in a table.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setFields

Describes the fields in a table.

Parameter
NameDescription
var array<Google\Cloud\Asset\V1\TableFieldSchema>
Returns
TypeDescription
$this