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

Reference documentation and code samples for the Common Protos for Google Cloud APIs Client class TableViewDefinition.

View definition.

Generated from protobuf message google.cloud.audit.BigQueryAuditMetadata.TableViewDefinition

Namespace

Google \ Cloud \ Audit \ BigQueryAuditMetadata

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ query string

SQL query defining the view. Truncated if exceeds 40K.

↳ query_truncated bool

True if the schema_json field was truncated.

getQuery

SQL query defining the view. Truncated if exceeds 40K.

Returns
TypeDescription
string

setQuery

SQL query defining the view. Truncated if exceeds 40K.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getQueryTruncated

True if the schema_json field was truncated.

Returns
TypeDescription
bool

setQueryTruncated

True if the schema_json field was truncated.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this