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

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
Name Description
data array

Optional. Data for populating the Message object.

↳ destination_uris string[]

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
Type Description
Google\Protobuf\RepeatedField<string>

setDestinationUris

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

Parameter
Name Description
var string[]
Returns
Type Description
$this

getDestinationUrisTruncated

True if the destination_URIs field was truncated.

Returns
Type Description
bool

setDestinationUrisTruncated

True if the destination_URIs field was truncated.

Parameter
Name Description
var bool
Returns
Type Description
$this

getSourceTable

The source table.

Returns
Type Description
string

hasSourceTable

setSourceTable

The source table.

Parameter
Name Description
var string
Returns
Type Description
$this

getSourceModel

The source model.

Returns
Type Description
string

hasSourceModel

setSourceModel

The source model.

Parameter
Name Description
var string
Returns
Type Description
$this

getSource

Returns
Type Description
string