2026-03-24
▼ ▲ artifactregistry.projects.locations.updateProjectConfig
Parameters :
updateMask
Format : google-fieldmask
Description : Optional. Field mask to support partial updates. See https://protobuf.dev/reference/protobuf/google.protobuf/#field-mask for more details.
Type : string
Location : query
name
Location : path
Description : Identifier. The name of the project's configuration. Always of the form: projects/{project}/locations/{location}/projectConfig
Pattern : ^projects/[^/]+/locations/[^/]+/projectConfig$
Required : Yes
Type : string
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : PATCH
Path : v1/{+name}
Parameter Order : name
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/projectConfig
Description : Updates the project configuration.
▼ ▲ artifactregistry.projects.locations.getProjectConfig
Path : v1/{+name}
Parameter Order : name
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/projectConfig
Description : Retrieves the project configuration.
Scopes :
Parameters :
name
Description : Required. The name of the project's logging configuration: projects/{project}/locations/{location}/projectConfig
Location : path
Required : Yes
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/projectConfig$
HTTP Method : GET
▼ ▲ artifactregistry.projects.locations.operations.cancel
HTTP Method : POST
Parameters :
name
Required : Yes
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/operations/[^/]+$
Description : The name of the operation resource to be cancelled.
Location : path
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel
Description : Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
Path : v1/{+name}:cancel
Parameter Order : name