Common Protos for Google Cloud APIs Client - Class TableDefinition (0.4.2)

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 \ BigQueryAuditMetadata

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setName

Name of the table, used in queries.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSourceUris

URIs for the data.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSourceUris

URIs for the data.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this