public sealed class DeleteSnapshotRequest : IMessage<DeleteSnapshotRequest>, IEquatable<DeleteSnapshotRequest>, IDeepCloneable<DeleteSnapshotRequest>, IBufferMessage, IMessageRequest for the DeleteSnapshot method.
Inheritance
System.Object > DeleteSnapshotRequestImplements
Google.Protobuf.IMessage<DeleteSnapshotRequest>, System.IEquatable<DeleteSnapshotRequest>, Google.Protobuf.IDeepCloneable<DeleteSnapshotRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Constructors
DeleteSnapshotRequest()
public DeleteSnapshotRequest()DeleteSnapshotRequest(DeleteSnapshotRequest)
public DeleteSnapshotRequest(DeleteSnapshotRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteSnapshotRequest |
Properties
Snapshot
public string Snapshot { get; set; }Required. The name of the snapshot to delete.
Format is projects/{project}/snapshots/{snap}.
| Property Value | |
|---|---|
| Type | Description |
System.String |
|
SnapshotAsSnapshotName
public SnapshotName SnapshotAsSnapshotName { get; set; }SnapshotName-typed view over the Snapshot resource name property.
| Property Value | |
|---|---|
| Type | Description |
SnapshotName |
|