Class DeleteRepositoryRequest (3.24.0)

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

Message for deleting a Repository.

Attributes

NameDescription
name str
Required. The name of the Repository to delete. Format: projects/*/locations/*/connections/*/repositories/*.
etag str
The current etag of the repository. If an etag is provided and does not match the current etag of the repository, deletion will be blocked and an ABORTED error will be returned.
validate_only bool
If set, validate the request, but do not actually post it.