Show / Hide Table of Contents

Class PubSub

Pub/Sub message includes details of the Destination Pub/Sub topic.

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

Properties

Attributes

Optional. Pub/Sub message attributes to be added to the Pub/Sub message.

Declaration
[JsonProperty("attributes")]
public virtual IDictionary<string, string> Attributes { get; set; }
Property Value
Type Description
IDictionary<string, string>

ConfigVariables

Optional. Configuration for configuring the trigger

Declaration
[JsonProperty("configVariables")]
public virtual IList<ConfigVariable> ConfigVariables { get; set; }
Property Value
Type Description
IList<ConfigVariable>

ETag

The ETag of the item.

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

ProjectId

Required. The project id which has the Pub/Sub topic.

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

TopicId

Required. The topic id of the Pub/Sub topic.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX