Class TriggerPubsubExecutionRequest
Request for the TriggerPubsubExecution method.
Implements
Inherited Members
Namespace: Google.Apis.WorkflowExecutions.v1.Data
Assembly: Google.Apis.WorkflowExecutions.v1.dll
Syntax
public class TriggerPubsubExecutionRequest : IDirectResponseSchema
Properties
DeliveryAttempt
The number of attempts that have been made to deliver this message. This is set by Pub/Sub for subscriptions that have the "dead letter" feature enabled, and hence provided here for compatibility, but is ignored by Workflows.
Declaration
[JsonProperty("deliveryAttempt")]
public virtual int? DeliveryAttempt { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GCPCloudEventsMode
Required. LINT: LEGACY_NAMES The query parameter value for __GCP_CloudEventsMode, set by the Eventarc service when configuring triggers.
Declaration
[JsonProperty("GCPCloudEventsMode")]
public virtual string GCPCloudEventsMode { get; set; }
Property Value
Type | Description |
---|---|
string |
Message
Required. The message of the Pub/Sub push notification.
Declaration
[JsonProperty("message")]
public virtual PubsubMessage Message { get; set; }
Property Value
Type | Description |
---|---|
PubsubMessage |
Subscription
Required. The subscription of the Pub/Sub push notification. Format: projects/{project}/subscriptions/{sub}
Declaration
[JsonProperty("subscription")]
public virtual string Subscription { get; set; }
Property Value
Type | Description |
---|---|
string |