Show / Hide Table of Contents

Class UpdateSnapshotRequest

Request for the UpdateSnapshot method.

Inheritance
object
UpdateSnapshotRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX