Reference documentation and code samples for the Common Protos for Google Cloud APIs Client class Reason.
Describes how the model was created.
Protobuf type google.cloud.audit.BigQueryAuditMetadata.ModelCreation.Reason
Namespace
Google \ Cloud \ Audit \ BigQueryAuditMetadata \ ModelCreationMethods
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;
QUERY
Value: 2Model was created using a DDL query.
Generated from protobuf enum QUERY = 2;