Class DeleteGoogleApiSourceRequest (1.13.1)

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

The request message for the DeleteGoogleApiSource method.

Attributes

Name Description
name str
Required. The name of the GoogleApiSource to be deleted.
etag str
Optional. If provided, the MessageBus will only be deleted if the etag matches the current etag on the resource.
allow_missing bool
Optional. If set to true, and the MessageBus is not found, the request will succeed but no action will be taken on the server.
validate_only bool
Optional. If set, validate the request and preview the review, but do not post it.