Dataflow v1beta3 API - Class DeleteSnapshotRequest (2.0.0-beta06)

public sealed class DeleteSnapshotRequest : IMessage<DeleteSnapshotRequest>, IEquatable<DeleteSnapshotRequest>, IDeepCloneable<DeleteSnapshotRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataflow v1beta3 API class DeleteSnapshotRequest.

Request to delete a snapshot.

Inheritance

object > DeleteSnapshotRequest

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

DeleteSnapshotRequest()

public DeleteSnapshotRequest()

DeleteSnapshotRequest(DeleteSnapshotRequest)

public DeleteSnapshotRequest(DeleteSnapshotRequest other)
Parameter
NameDescription
otherDeleteSnapshotRequest

Properties

Location

public string Location { get; set; }

The location that contains this snapshot.

Property Value
TypeDescription
string

ProjectId

public string ProjectId { get; set; }

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

Property Value
TypeDescription
string

SnapshotId

public string SnapshotId { get; set; }

The ID of the snapshot.

Property Value
TypeDescription
string