Class UpdateSnapshotRequest
Request for the UpdateSnapshot method.
Implements
Inherited Members
Namespace: Google.Apis.Pubsub.v1.Data
Assembly: Google.Apis.Pubsub.v1.dll
Syntax
public class UpdateSnapshotRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Snapshot
Required. The updated snapshot object.
Declaration
[JsonProperty("snapshot")]
public virtual Snapshot Snapshot { get; set; }
Property Value
Type | Description |
---|---|
Snapshot |
UpdateMask
Required. Indicates which fields in the provided snapshot to update. Must be specified and non-empty.
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |