Reference documentation and code samples for the Common Protos for Google Cloud APIs Client class Reason.
Describes how the model metadata was changed.
Protobuf type google.cloud.audit.BigQueryAuditMetadata.ModelMetadataChange.Reason
Namespace
Google \ Cloud \ Audit \ BigQueryAuditMetadata \ ModelMetadataChangeMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
REASON_UNSPECIFIED
Value: 0
Unknown.
Generated from protobuf enum REASON_UNSPECIFIED = 0;
MODEL_PATCH_REQUEST
Value: 1
Model metadata was updated using the models.patch API.
Generated from protobuf enum MODEL_PATCH_REQUEST = 1;
QUERY
Value: 2
Model metadata was updated using a DDL query.
Generated from protobuf enum QUERY = 2;