Google Cloud Asset V1 Client - Class TableSchema (1.9.2)

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.

Generated from protobuf field repeated .google.cloud.asset.v1.TableFieldSchema fields = 1;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setFields

Describes the fields in a table.

Generated from protobuf field repeated .google.cloud.asset.v1.TableFieldSchema fields = 1;

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