DeleteRepositoryRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)DeleteRepositoryRequest is the request to delete a repository.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Required. Name of the repository to delete. The format is projects/{project_number}/locations/{location_id}/repositories/{repository_id}.
|
allow_missing |
bool
Optional. If set to true, and the repository is not found, the request will succeed but no action will be taken on the server. |