DeleteSnapshotRequest
class DeleteSnapshotRequest extends Message
Request for the DeleteSnapshot
method.
Protobuf type Google\Pubsub\V1\DeleteSnapshotRequest
Methods
__construct()
No description
string
getSnapshot()
The name of the snapshot to delete.
setSnapshot(string $var)
The name of the snapshot to delete.
Details
at line 26
__construct()
at line 38
string
getSnapshot()
The name of the snapshot to delete.
Format is projects/{project}/snapshots/{snap}
.
Generated from protobuf field string snapshot = 1;
at line 50
setSnapshot(string $var)
The name of the snapshot to delete.
Format is projects/{project}/snapshots/{snap}
.
Generated from protobuf field string snapshot = 1;