Class ProjectsResource.LocationsResource.RepositoriesResource.WorkflowConfigsResource
The "workflowConfigs" collection of methods.
Inherited Members
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
|
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
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.RepositoriesResource.WorkflowConfigsResource.ListRequest |
Patch(WorkflowConfig, string)
Updates a single WorkflowConfig.
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 |