2025-01-23
▼ ▲ run.projects.locations.workerPools.revisions.get
Path : v2/{+name}
Flat Path : v2/projects/{projectsId}/locations/{locationsId}/workerPools/{workerPoolsId}/revisions/{revisionsId}
HTTP Method : GET
Parameters :
name
Description : Required. The full name of the Revision. Format: projects/{project}/locations/{location}/services/{service}/revisions/{revision}
Pattern : ^projects/[^/]+/locations/[^/]+/workerPools/[^/]+/revisions/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Gets information about a Revision.
▼ ▲ run.projects.locations.workerPools.revisions.list
Path : v2/{+parent}/revisions
Flat Path : v2/projects/{projectsId}/locations/{locationsId}/workerPools/{workerPoolsId}/revisions
HTTP Method : GET
Parameters :
parent
Description : Required. The Service from which the Revisions should be listed. To list all Revisions across Services, use "-" instead of Service name. Format: projects/{project}/locations/{location}/services/{service}
Pattern : ^projects/[^/]+/locations/[^/]+/workerPools/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : Maximum number of revisions to return in this call.
Location : query
Type : integer
Format : int32
pageToken
Description : A page token received from a previous call to ListRevisions. All other parameters must match.
Location : query
Type : string
showDeleted
Description : If true, returns deleted (but unexpired) resources along with active ones.
Location : query
Type : boolean
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Lists Revisions from a given Service, or from a given location. Results are sorted by creation time, descending.
▼ ▲ run.projects.locations.workerPools.revisions.delete
Path : v2/{+name}
Flat Path : v2/projects/{projectsId}/locations/{locationsId}/workerPools/{workerPoolsId}/revisions/{revisionsId}
HTTP Method : DELETE
Parameters :
name
Description : Required. The name of the Revision to delete. Format: projects/{project}/locations/{location}/services/{service}/revisions/{revision}
Pattern : ^projects/[^/]+/locations/[^/]+/workerPools/[^/]+/revisions/[^/]+$
Location : path
Required : Yes
Type : string
validateOnly
Description : Indicates that the request should be validated without actually deleting any resources.
Location : query
Type : boolean
etag
Description : A system-generated fingerprint for this version of the resource. This may be used to detect modification conflict during updates.
Location : query
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Deletes a Revision.