Google Cloud Dataflow V1beta3 Client - Class DeleteSnapshotRequest (0.6.2)

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

Namespace

Google \ Cloud \ Dataflow \ V1beta3

Methods

__construct

Constructor.

Parameters
Name Description
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
Type Description
string

setProjectId

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

Parameter
Name Description
var string
Returns
Type Description
$this

getSnapshotId

The ID of the snapshot.

Returns
Type Description
string

setSnapshotId

The ID of the snapshot.

Parameter
Name Description
var string
Returns
Type Description
$this

getLocation

The location that contains this snapshot.

Returns
Type Description
string

setLocation

The location that contains this snapshot.

Parameter
Name Description
var string
Returns
Type Description
$this