Reference documentation and code samples for the Common Protos for Google Cloud APIs Client class TableDefinition.
Definition of an external data source used in a query.
Generated from protobuf message google.cloud.audit.BigQueryAuditMetadata.TableDefinition
Namespace
Google \ Cloud \ Audit \ BigQueryAuditMetadataMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Name of the table, used in queries. |
↳ source_uris |
array
URIs for the data. |
getName
Name of the table, used in queries.
Returns | |
---|---|
Type | Description |
string |
setName
Name of the table, used in queries.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSourceUris
URIs for the data.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setSourceUris
URIs for the data.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |