Method: projects.locations.repositories.create

Creates a repository. The returned Operation will finish once the repository has been created. Its response will be the created Repository.

HTTP request


The URLs use gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The name of the parent resource where the repository will be created.

Authorization requires the following IAM permission on the specified resource parent:

  • artifactregistry.repositories.create

Query parameters

Parameters
repositoryId

string

Required. The repository id to use for this repository.

Request body

The request body contains an instance of Repository.

Response body

If successful, the response body contains a newly created instance of Operation.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.