2022-12-21
▼ ▲ dataform.projects.locations.repositories.workflowConfigs.create
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1beta1/{+parent}/workflowConfigs
HTTP Method : POST
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workflowConfigs
Parameter Order : parent
Parameters :
parent
Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+$
Description : Required. The repository in which to create the workflow config. Must be in the format `projects/*/locations/*/repositories/*`.
Required : Yes
Location : path
Type : string
workflowConfigId
Description : Required. The ID to use for the workflow config, which will become the final component of the workflow config's resource name.
Location : query
Type : string
Description : Creates a new WorkflowConfig in a given Repository.
▼ ▲ dataform.projects.locations.repositories.workflowConfigs.get
HTTP Method : GET
Parameter Order : name
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workflowConfigs/{workflowConfigsId}
Path : v1beta1/{+name}
Parameters :
name
Description : Required. The workflow config's name.
Location : path
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workflowConfigs/[^/]+$
Type : string
Description : Fetches a single WorkflowConfig.
▼ ▲ dataform.projects.locations.repositories.workflowConfigs.delete
Parameters :
name
Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workflowConfigs/[^/]+$
Type : string
Required : Yes
Location : path
Description : Required. The workflow config's name.
HTTP Method : DELETE
Description : Deletes a single WorkflowConfig.
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : name
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workflowConfigs/{workflowConfigsId}
Path : v1beta1/{+name}
▼ ▲ dataform.projects.locations.repositories.workflowConfigs.patch
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1beta1/{+name}
Description : Updates a single WorkflowConfig.
Parameters :
name
Location : path
Required : Yes
Description : Output only. The workflow config's name.
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workflowConfigs/[^/]+$
updateMask
Type : string
Location : query
Format : google-fieldmask
Description : Optional. Specifies the fields to be updated in the workflow config. If left unset, all fields will be updated.
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workflowConfigs/{workflowConfigsId}
HTTP Method : PATCH
Parameter Order : name
▼ ▲ dataform.projects.locations.repositories.workflowConfigs.list
Parameter Order : parent
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workflowConfigs
Path : v1beta1/{+parent}/workflowConfigs
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Lists WorkflowConfigs in a given Repository.
Parameters :
pageSize
Type : integer
Location : query
Format : int32
Description : Optional. Maximum number of workflow configs to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
pageToken
Description : Optional. Page token received from a previous `ListWorkflowConfigs` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListWorkflowConfigs` must match the call that provided the page token.
Location : query
Type : string
parent
Description : Required. The repository in which to list workflow configs. Must be in the format `projects/*/locations/*/repositories/*`.
Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+$
Required : Yes
Type : string
Location : path
HTTP Method : GET