v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1352131166.0 KB
projects

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.

patch/v1/{+name}

Path parameters

namestring required

Identifier. The workflow config's name.

Query parameters

updateMaskstring

Optional. Specifies the fields to be updated in the workflow config. If left unset, all fields will be updated.

Request body

releaseConfigstring

Required. The name of the release config whose release_compilation_result should be executed. Must be in the format projects/*/locations/*/repositories/*/releaseConfigs/*.

createTimestring google-datetime

Output only. The timestamp of when the WorkflowConfig was created.

disabledboolean

Optional. Disables automatic creation of workflow invocations.

namestring

Identifier. The workflow config's name.

timeZonestring

Optional. Specifies the time zone to be used when interpreting cron_schedule. Must be a time zone name from the time zone database (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). If left unspecified, the default is UTC.

internalMetadatastring

Output only. All the metadata information that is used internally to serve the resource. For example: timestamps, flags, status fields, etc. The format of this field is a JSON string.

updateTimestring google-datetime

Output only. The timestamp of when the WorkflowConfig was last updated.

cronSchedulestring

Optional. Optional schedule (in cron format) for automatic execution of this workflow config.

Response

Successful response