Reference documentation and code samples for the Common Protos for Google Cloud APIs Client class Type.
Job type.
Protobuf type google.cloud.audit.BigQueryAuditMetadata.JobConfig.Type
Namespace
Google \ Cloud \ Audit \ BigQueryAuditMetadata \ JobConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0
Unknown.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
QUERY
Value: 1
Query job.
Generated from protobuf enum QUERY = 1;
COPY
Value: 2
Table copy job.
Generated from protobuf enum COPY = 2;
EXPORT
Value: 3
Export (extract) job.
Generated from protobuf enum EXPORT = 3;
IMPORT
Value: 4
Import (load) job.
Generated from protobuf enum IMPORT = 4;