Show / Hide Table of Contents

Class EventNotificationConfig

The configuration for forwarding telemetry events.

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

Properties

ETag

The ETag of the item.

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

PubsubTopicName

A Cloud Pub/Sub topic name. For example, projects/myProject/topics/deviceEvents.

Declaration
[JsonProperty("pubsubTopicName")]
public virtual string PubsubTopicName { get; set; }
Property Value
Type Description
string

SubfolderMatches

If the subfolder name matches this string exactly, this configuration will be used. The string must not include the leading '/' character. If empty, all strings are matched. This field is used only for telemetry events; subfolders are not supported for state changes.

Declaration
[JsonProperty("subfolderMatches")]
public virtual string SubfolderMatches { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX