Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.CallbacksResource

The "callbacks" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.CallbacksResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX