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
Namespace
Google \ Cloud \ Asset \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setFields
Describes the fields in a table.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Asset\V1\TableFieldSchema>
|
Returns | |
---|---|
Type | Description |
$this |