Class Google::Cloud::PubSub::V1::UpdateSnapshotRequest (v0.6.2)

Request for the UpdateSnapshot method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#snapshot

def snapshot() -> ::Google::Cloud::PubSub::V1::Snapshot
Returns

#snapshot=

def snapshot=(value) -> ::Google::Cloud::PubSub::V1::Snapshot
Parameter
Returns

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::Google::Protobuf::FieldMask) — Required. Indicates which fields in the provided snapshot to update. Must be specified and non-empty.
Returns