Class ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.CallbacksResource
The "callbacks" collection of methods.
Inheritance
ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.CallbacksResource
Inherited Members
Namespace: Google.Apis.WorkflowExecutions.v1
Assembly: Google.Apis.WorkflowExecutions.v1.dll
Syntax
public class ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.CallbacksResource
Constructors
CallbacksResource(IClientService)
Constructs a new resource.
Declaration
public CallbacksResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
List(string)
Returns a list of active callbacks that belong to the execution with the given name. The returned callbacks are ordered by callback ID.
Declaration
public virtual ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.CallbacksResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. Name of the execution for which the callbacks should be listed. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution} |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.CallbacksResource.ListRequest |