Reference documentation and code samples for the Common Protos for Google Cloud APIs Client class Reason.
Describes how the routine was updated.
Protobuf type google.cloud.audit.BigQueryAuditMetadata.RoutineChange.Reason
Namespace
Google \ Cloud \ Audit \ BigQueryAuditMetadata \ RoutineChangeMethods
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;
QUERY
Value: 1
Routine was updated using a DDL query.
Generated from protobuf enum QUERY = 1;
ROUTINE_UPDATE_REQUEST
Value: 2
Routine was updated using the routines.update or routines.patch API.
Generated from protobuf enum ROUTINE_UPDATE_REQUEST = 2;