Reference documentation and code samples for the Common Protos for Google Cloud APIs Client class Reason.
Describes how the dataset was created.
Protobuf type google.cloud.audit.BigQueryAuditMetadata.DatasetCreation.Reason
Namespace
Google \ Cloud \ Audit \ BigQueryAuditMetadata \ DatasetCreationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
REASON_UNSPECIFIED
Value: 0Unknown.
Generated from protobuf enum REASON_UNSPECIFIED = 0;
CREATE
Value: 1Dataset was created using the datasets.create API.
Generated from protobuf enum CREATE = 1;
QUERY
Value: 2Dataset was created using a query job, e.g., CREATE SCHEMA statement.
Generated from protobuf enum QUERY = 2;