2022-12-25
▼ ▲ dataform.projects.locations.repositories.workflowConfigs.get
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workflowConfigs/{workflowConfigsId}
Parameter Order : name
HTTP Method : GET
Description : Fetches a single WorkflowConfig.
Path : v1beta1/{+name}
Parameters :
name
Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workflowConfigs/[^/]+$
Type : string
Description : Required. The workflow config's name.
Location : path
Required : Yes
▼ ▲ dataform.projects.locations.repositories.workflowConfigs.patch
HTTP Method : PATCH
Description : Updates a single WorkflowConfig.
Path : v1beta1/{+name}
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workflowConfigs/{workflowConfigsId}
Parameters :
updateMask
Location : query
Type : string
Description : Optional. Specifies the fields to be updated in the workflow config. If left unset, all fields will be updated.
Format : google-fieldmask
name
Location : path
Type : string
Required : Yes
Description : Output only. The workflow config's name.
Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workflowConfigs/[^/]+$
Parameter Order : name
▼ ▲ dataform.projects.locations.repositories.workflowConfigs.delete
Description : Deletes a single WorkflowConfig.
Parameter Order : name
HTTP Method : DELETE
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workflowConfigs/{workflowConfigsId}
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
name
Description : Required. The workflow config's name.
Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workflowConfigs/[^/]+$
Location : path
Type : string
Required : Yes
Path : v1beta1/{+name}
▼ ▲ dataform.projects.locations.repositories.workflowConfigs.create
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1beta1/{+parent}/workflowConfigs
Description : Creates a new WorkflowConfig in a given Repository.
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workflowConfigs
Parameter Order : parent
HTTP Method : POST
Parameters :
workflowConfigId
Type : string
Location : query
Description : Required. The ID to use for the workflow config, which will become the final component of the workflow config's resource name.
parent
Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+$
Location : path
Description : Required. The repository in which to create the workflow config. Must be in the format `projects/*/locations/*/repositories/*`.
Type : string
Required : Yes
▼ ▲ dataform.projects.locations.repositories.workflowConfigs.list
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1beta1/{+parent}/workflowConfigs
Description : Lists WorkflowConfigs in a given Repository.
HTTP Method : GET
Parameter Order : parent
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workflowConfigs
Parameters :
pageSize
Format : int32
Type : integer
Location : query
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.
parent
Required : Yes
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+$
Description : Required. The repository in which to list workflow configs. Must be in the format `projects/*/locations/*/repositories/*`.
Location : path
pageToken
Location : query
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.
Type : string