Class Callback
An instance of a Callback created by an execution.
Implements
Inherited Members
Namespace: Google.Apis.WorkflowExecutions.v1.Data
Assembly: Google.Apis.WorkflowExecutions.v1.dll
Syntax
public class Callback : IDirectResponseSchema
Properties
AvailablePayloads
Output only. The payloads received by the callback that have not been processed by a waiting execution step.
Declaration
[JsonProperty("availablePayloads")]
public virtual IList<string> AvailablePayloads { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Method
Output only. The method accepted by the callback. For example: GET, POST, PUT.
Declaration
[JsonProperty("method")]
public virtual string Method { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. The resource name of the callback. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}/callback/{callback}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Waiters
Output only. Number of execution steps waiting on this callback.
Declaration
[JsonProperty("waiters")]
public virtual long? Waiters { get; set; }
Property Value
Type | Description |
---|---|
long? |