Common Protos for Google Cloud APIs Client - Class ModelDataChange (0.8.3)

Reference documentation and code samples for the Common Protos for Google Cloud APIs Client class ModelDataChange.

Model data change event.

Generated from protobuf message google.cloud.audit.BigQueryAuditMetadata.ModelDataChange

Namespace

Google \ Cloud \ Audit \ BigQueryAuditMetadata

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ reason int

Describes how the model data was changed.

↳ job_name string

The URI of the job that changed the model data. Format: projects/<project_id>/jobs/<job_id>.

getReason

Describes how the model data was changed.

Returns
Type Description
int Enum of type Reason.

setReason

Describes how the model data was changed.

Parameter
Name Description
var int

Enum of type Reason.

Returns
Type Description
$this

getJobName

The URI of the job that changed the model data.

Format: projects/<project_id>/jobs/<job_id>.

Returns
Type Description
string

setJobName

The URI of the job that changed the model data.

Format: projects/<project_id>/jobs/<job_id>.

Parameter
Name Description
var string
Returns
Type Description
$this