Class PubSub
Pub/Sub message includes details of the Destination Pub/Sub topic.
Implements
Inherited Members
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<Config |
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 |