Common Protos for Google Cloud APIs Client - Class DatasetDeletion (0.4.2)

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

Dataset deletion event.

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

Namespace

Google \ Cloud \ Audit \ BigQueryAuditMetadata

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ reason int

Describes how the dataset was deleted.

↳ job_name string

The URI of the job that deleted the dataset. Present if the reason is QUERY. Format: projects/<project_id>/jobs/<job_id>.

getReason

Describes how the dataset was deleted.

Returns
TypeDescription
int

setReason

Describes how the dataset was deleted.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getJobName

The URI of the job that deleted the dataset.

Present if the reason is QUERY. Format: projects/<project_id>/jobs/<job_id>.

Returns
TypeDescription
string

setJobName

The URI of the job that deleted the dataset.

Present if the reason is QUERY. Format: projects/<project_id>/jobs/<job_id>.

Parameter
NameDescription
var string
Returns
TypeDescription
$this