Google Cloud Dataflow V1beta3 Client - Class DeleteSnapshotRequest (0.3.10)

Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class DeleteSnapshotRequest.

Request to delete a snapshot.

Generated from protobuf message google.dataflow.v1beta3.DeleteSnapshotRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ project_id string

The ID of the Cloud Platform project that the snapshot belongs to.

↳ snapshot_id string

The ID of the snapshot.

↳ location string

The location that contains this snapshot.

getProjectId

The ID of the Cloud Platform project that the snapshot belongs to.

Returns
TypeDescription
string

setProjectId

The ID of the Cloud Platform project that the snapshot belongs to.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSnapshotId

The ID of the snapshot.

Returns
TypeDescription
string

setSnapshotId

The ID of the snapshot.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getLocation

The location that contains this snapshot.

Returns
TypeDescription
string

setLocation

The location that contains this snapshot.

Parameter
NameDescription
var string
Returns
TypeDescription
$this