Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.WorkflowsResource

The "workflows" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.WorkflowsResource
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

Constructors

WorkflowsResource(IClientService)

Constructs a new resource.

Declaration
public WorkflowsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Executions

Gets the Executions resource.

Declaration
public virtual ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource Executions { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource

Methods

TriggerPubsubExecution(TriggerPubsubExecutionRequest, string)

Triggers a new execution using the latest revision of the given workflow by a Pub/Sub push notification.

Declaration
public virtual ProjectsResource.LocationsResource.WorkflowsResource.TriggerPubsubExecutionRequest TriggerPubsubExecution(TriggerPubsubExecutionRequest body, string workflow)
Parameters
Type Name Description
TriggerPubsubExecutionRequest body

The body of the request.

string workflow

Required. Name of the workflow for which an execution should be created. Format: projects/{project}/locations/{location}/workflows/{workflow}

Returns
Type Description
ProjectsResource.LocationsResource.WorkflowsResource.TriggerPubsubExecutionRequest
In this article
Back to top Generated by DocFX