Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.RepositoriesResource.WorkflowConfigsResource

The "workflowConfigs" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.RepositoriesResource.WorkflowConfigsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dataform.v1beta1
Assembly: Google.Apis.Dataform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.RepositoriesResource.WorkflowConfigsResource

Constructors

WorkflowConfigsResource(IClientService)

Constructs a new resource.

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

Methods

Create(WorkflowConfig, string)

Creates a new WorkflowConfig in a given Repository.

Declaration
public virtual ProjectsResource.LocationsResource.RepositoriesResource.WorkflowConfigsResource.CreateRequest Create(WorkflowConfig body, string parent)
Parameters
Type Name Description
WorkflowConfig body

The body of the request.

string parent

Required. The repository in which to create the workflow config. Must be in the format projects/*/locations/*/repositories/*.

Returns
Type Description
ProjectsResource.LocationsResource.RepositoriesResource.WorkflowConfigsResource.CreateRequest

Delete(string)

Deletes a single WorkflowConfig.

Declaration
public virtual ProjectsResource.LocationsResource.RepositoriesResource.WorkflowConfigsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The workflow config's name.

Returns
Type Description
ProjectsResource.LocationsResource.RepositoriesResource.WorkflowConfigsResource.DeleteRequest

Get(string)

Fetches a single WorkflowConfig.

Declaration
public virtual ProjectsResource.LocationsResource.RepositoriesResource.WorkflowConfigsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The workflow config's name.

Returns
Type Description
ProjectsResource.LocationsResource.RepositoriesResource.WorkflowConfigsResource.GetRequest

List(string)

Lists WorkflowConfigs in a given Repository.

Declaration
public virtual ProjectsResource.LocationsResource.RepositoriesResource.WorkflowConfigsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The repository in which to list workflow configs. Must be in the format projects/*/locations/*/repositories/*.

Returns
Type Description
ProjectsResource.LocationsResource.RepositoriesResource.WorkflowConfigsResource.ListRequest

Patch(WorkflowConfig, string)

Updates a single WorkflowConfig. Note: This method does not fully implement AIP/134. The wildcard entry (*) is treated as a bad request, and when the field_mask is omitted, the request is treated as a full update on all modifiable fields.

Declaration
public virtual ProjectsResource.LocationsResource.RepositoriesResource.WorkflowConfigsResource.PatchRequest Patch(WorkflowConfig body, string name)
Parameters
Type Name Description
WorkflowConfig body

The body of the request.

string name

Identifier. The workflow config's name.

Returns
Type Description
ProjectsResource.LocationsResource.RepositoriesResource.WorkflowConfigsResource.PatchRequest
In this article
Back to top Generated by DocFX