Class DeleteConnectionRequest (3.24.0)

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

Message for deleting a Connection.

Attributes

NameDescription
name str
Required. The name of the Connection to delete. Format: projects/*/locations/*/connections/*.
etag str
The current etag of the connection. If an etag is provided and does not match the current etag of the connection, 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.