Show / Hide Table of Contents

Namespace Google.Apis.WorkflowExecutions.v1

Classes

ProjectsResource

The "projects" collection of methods.

ProjectsResource.LocationsResource

The "locations" collection of methods.

ProjectsResource.LocationsResource.WorkflowsResource

The "workflows" collection of methods.

ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource

The "executions" collection of methods.

ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.CallbacksResource

The "callbacks" collection of methods.

ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.CallbacksResource.ListRequest

Returns a list of active callbacks that belong to the execution with the given name. The returned callbacks are ordered by callback ID.

ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.CancelRequest

Cancels an execution of the given name.

ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.CreateRequest

Creates a new execution using the latest revision of the given workflow. For more information, see Execute a workflow.

ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.DeleteExecutionHistoryRequest

Deletes all step entries for an execution.

ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.ExportDataRequest

Returns all metadata stored about an execution, excluding most data that is already accessible using other API methods.

ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.GetRequest

Returns an execution of the given name.

ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.ListRequest

Returns a list of executions which belong to the workflow with the given name. The method returns executions of all workflow revisions. Returned executions are ordered by their start time (newest first).

ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.StepEntriesResource

The "stepEntries" collection of methods.

ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.StepEntriesResource.GetRequest

Gets a step entry.

ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.StepEntriesResource.ListRequest

Lists step entries for the corresponding workflow execution. Returned entries are ordered by their create_time.

ProjectsResource.LocationsResource.WorkflowsResource.TriggerPubsubExecutionRequest

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

WorkflowExecutionsBaseServiceRequest<TResponse>

A base abstract class for WorkflowExecutions requests.

WorkflowExecutionsService

The WorkflowExecutions Service.

WorkflowExecutionsService.Scope

Available OAuth 2.0 scopes for use with the Workflow Executions API.

WorkflowExecutionsService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Workflow Executions API.

Enums

ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.GetRequest.ViewEnum

Optional. A view defining which fields should be filled in the returned execution. The API will default to the FULL view.

ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.ListRequest.ViewEnum

Optional. A view defining which fields should be filled in the returned executions. The API will default to the BASIC view.

ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.StepEntriesResource.GetRequest.ViewEnum

Deprecated field.

ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.StepEntriesResource.ListRequest.ViewEnum

Deprecated field.

WorkflowExecutionsBaseServiceRequest<TResponse>.AltEnum

Data format for response.

WorkflowExecutionsBaseServiceRequest<TResponse>.XgafvEnum

V1 error format.

In this article
Back to top Generated by DocFX