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

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

Extract job configuration.

Generated from protobuf message google.cloud.audit.BigQueryAuditMetadata.JobConfig.Extract

Namespace

Google \ Cloud \ Audit \ BigQueryAuditMetadata \ JobConfig

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ destination_uris array

URIs where extracted data should be written. Entire list is truncated if exceeds 50K.

↳ destination_uris_truncated bool

True if the destination_URIs field was truncated.

↳ source_table string

The source table.

↳ source_model string

The source model.

getDestinationUris

URIs where extracted data should be written. Entire list is truncated if exceeds 50K.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDestinationUris

URIs where extracted data should be written. Entire list is truncated if exceeds 50K.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getDestinationUrisTruncated

True if the destination_URIs field was truncated.

Returns
TypeDescription
bool

setDestinationUrisTruncated

True if the destination_URIs field was truncated.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getSourceTable

The source table.

Returns
TypeDescription
string

hasSourceTable

setSourceTable

The source table.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSourceModel

The source model.

Returns
TypeDescription
string

hasSourceModel

setSourceModel

The source model.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSource

Returns
TypeDescription
string