Reference documentation and code samples for the Common Protos for Google Cloud APIs Client class WriteDisposition.
Describes whether a job should overwrite or append the existing destination table if it already exists.
Protobuf type google.cloud.audit.BigQueryAuditMetadata.WriteDisposition
Namespace
Google \ Cloud \ Audit \ BigQueryAuditMetadataMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
WRITE_DISPOSITION_UNSPECIFIED
Value: 0
Unknown.
Generated from protobuf enum WRITE_DISPOSITION_UNSPECIFIED = 0;
WRITE_EMPTY
Value: 1
This job should only be writing to empty tables.
Generated from protobuf enum WRITE_EMPTY = 1;
WRITE_TRUNCATE
Value: 2
This job will truncate the existing table data.
Generated from protobuf enum WRITE_TRUNCATE = 2;
WRITE_APPEND
Value: 3
This job will append to the table.
Generated from protobuf enum WRITE_APPEND = 3;