public sealed class DeleteSnapshotRequest : IMessage<DeleteSnapshotRequest>, IEquatable<DeleteSnapshotRequest>, IDeepCloneable<DeleteSnapshotRequest>, IBufferMessage, IMessage
Request to delete a snapshot.
Implements
IMessage<DeleteSnapshotRequest>, IEquatable<DeleteSnapshotRequest>, IDeepCloneable<DeleteSnapshotRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
DeleteSnapshotRequest()
public DeleteSnapshotRequest()
DeleteSnapshotRequest(DeleteSnapshotRequest)
public DeleteSnapshotRequest(DeleteSnapshotRequest other)
Parameter | |
---|---|
Name | Description |
other | DeleteSnapshotRequest |
Properties
Location
public string Location { get; set; }
The location that contains this snapshot.
Property Value | |
---|---|
Type | Description |
String |
ProjectId
public string ProjectId { get; set; }
The ID of the Cloud Platform project that the snapshot belongs to.
Property Value | |
---|---|
Type | Description |
String |
SnapshotId
public string SnapshotId { get; set; }
The ID of the snapshot.
Property Value | |
---|---|
Type | Description |
String |