Struct google_pubsub1::CreateSnapshotRequest [−][src]
Request for the CreateSnapshot method.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- snapshots create projects (request)
Fields
subscription: Option<String>
The subscription whose backlog the snapshot retains.
Specifically, the created snapshot is guaranteed to retain:
(a) The existing backlog on the subscription. More precisely, this is
defined as the messages in the subscription's backlog that are
unacknowledged upon the successful completion of the
CreateSnapshot request; as well as:
(b) Any messages published to the subscription's topic following the
successful completion of the CreateSnapshot request.
Format is projects/{project}/subscriptions/{sub}.
Trait Implementations
impl Default for CreateSnapshotRequest[src]
impl Default for CreateSnapshotRequestfn default() -> CreateSnapshotRequest[src]
fn default() -> CreateSnapshotRequestReturns the "default value" for a type. Read more
impl Clone for CreateSnapshotRequest[src]
impl Clone for CreateSnapshotRequestfn clone(&self) -> CreateSnapshotRequest[src]
fn clone(&self) -> CreateSnapshotRequestReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Debug for CreateSnapshotRequest[src]
impl Debug for CreateSnapshotRequestfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl RequestValue for CreateSnapshotRequest[src]
impl RequestValue for CreateSnapshotRequestAuto Trait Implementations
impl Send for CreateSnapshotRequest
impl Send for CreateSnapshotRequestimpl Sync for CreateSnapshotRequest
impl Sync for CreateSnapshotRequest