Class DeleteRepositoryRequest (0.1.4)

DeleteRepositoryRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

DeleteRepositoryRequest is the request to delete a repository.

Attributes

NameDescription
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.