Cloud Pub/Sub v1 API - Class UpdateSnapshotRequest (3.12.0)

public sealed class UpdateSnapshotRequest : IMessage<UpdateSnapshotRequest>, IEquatable<UpdateSnapshotRequest>, IDeepCloneable<UpdateSnapshotRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Pub/Sub v1 API class UpdateSnapshotRequest.

Request for the UpdateSnapshot method.

Inheritance

object > UpdateSnapshotRequest

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Constructors

UpdateSnapshotRequest()

public UpdateSnapshotRequest()

UpdateSnapshotRequest(UpdateSnapshotRequest)

public UpdateSnapshotRequest(UpdateSnapshotRequest other)
Parameter
NameDescription
otherUpdateSnapshotRequest

Properties

Snapshot

public Snapshot Snapshot { get; set; }

Required. The updated snapshot object.

Property Value
TypeDescription
Snapshot

UpdateMask

public FieldMask UpdateMask { get; set; }

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

Property Value
TypeDescription
FieldMask