Show / Hide Table of Contents

Class WatchTarget

The target for notification delivery.

Inheritance
object
WatchTarget
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.Forms.v1.Data
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class WatchTarget : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Topic

A Pub/Sub topic. To receive notifications, the topic must grant publish privileges to the Forms service account serviceAccount:forms-notifications@system.gserviceaccount.com. Only the project that owns a topic may create a watch with it. Pub/Sub delivery guarantees should be considered.

Declaration
[JsonProperty("topic")]
public virtual CloudPubsubTopic Topic { get; set; }
Property Value
Type Description
CloudPubsubTopic

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX