Struct google_pubsub1::UpdateSnapshotRequest[][src]

pub struct UpdateSnapshotRequest {
    pub snapshot: Option<Snapshot>,
    pub update_mask: Option<String>,
}

Request for the UpdateSnapshot method.

BETA: This feature is part of a beta release. This API might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy.

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).

Fields

The updated snapshot object.

Indicates which fields in the provided snapshot to update. Must be specified and non-empty.

Trait Implementations

impl Default for UpdateSnapshotRequest
[src]

Returns the "default value" for a type. Read more

impl Clone for UpdateSnapshotRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UpdateSnapshotRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for UpdateSnapshotRequest
[src]

Auto Trait Implementations