Class ProjectsResource.LocationsResource.RepositoriesResource.WorkflowInvocationsResource
The "workflowInvocations" collection of methods.
Inheritance
Inherited Members
Namespace: Google.Apis.Dataform.v1beta1
Assembly: Google.Apis.Dataform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.RepositoriesResource.WorkflowInvocationsResource
Constructors
WorkflowInvocationsResource(IClientService)
Constructs a new resource.
Declaration
public WorkflowInvocationsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Cancel(CancelWorkflowInvocationRequest, string)
Requests cancellation of a running WorkflowInvocation.
Declaration
public virtual ProjectsResource.LocationsResource.RepositoriesResource.WorkflowInvocationsResource.CancelRequest Cancel(CancelWorkflowInvocationRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
CancelWorkflowInvocationRequest | body | The body of the request. |
string | name | Required. The workflow invocation resource's name. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.RepositoriesResource.WorkflowInvocationsResource.CancelRequest |
Create(WorkflowInvocation, string)
Creates a new WorkflowInvocation in a given Repository.
Declaration
public virtual ProjectsResource.LocationsResource.RepositoriesResource.WorkflowInvocationsResource.CreateRequest Create(WorkflowInvocation body, string parent)
Parameters
Type | Name | Description |
---|---|---|
WorkflowInvocation | body | The body of the request. |
string | parent | Required. The repository in which to create the workflow invocation. Must be in the format
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.RepositoriesResource.WorkflowInvocationsResource.CreateRequest |
Delete(string)
Deletes a single WorkflowInvocation.
Declaration
public virtual ProjectsResource.LocationsResource.RepositoriesResource.WorkflowInvocationsResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The workflow invocation resource's name. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.RepositoriesResource.WorkflowInvocationsResource.DeleteRequest |
Get(string)
Fetches a single WorkflowInvocation.
Declaration
public virtual ProjectsResource.LocationsResource.RepositoriesResource.WorkflowInvocationsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The workflow invocation resource's name. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.RepositoriesResource.WorkflowInvocationsResource.GetRequest |
List(string)
Lists WorkflowInvocations in a given Repository.
Declaration
public virtual ProjectsResource.LocationsResource.RepositoriesResource.WorkflowInvocationsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The parent resource of the WorkflowInvocation type. Must be in the format
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.RepositoriesResource.WorkflowInvocationsResource.ListRequest |
Query(string)
Returns WorkflowInvocationActions in a given WorkflowInvocation.
Declaration
public virtual ProjectsResource.LocationsResource.RepositoriesResource.WorkflowInvocationsResource.QueryRequest Query(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The workflow invocation's name. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.RepositoriesResource.WorkflowInvocationsResource.QueryRequest |