Class DeleteAzureClientRequest (0.2.1)

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

Request message for AzureClusters.DeleteAzureClient method.

Attributes

NameDescription
name str
Required. The resource name the AzureClient to delete. AzureClient names are formatted as ``projects/
allow_missing bool
If set to true, and the AzureClient resource is not found, the request will succeed but no action will be taken on the server and a completed `Operation][google.longrunning.Operation]` will be returned. Useful for idempotent deletion.
validate_only bool
If set, only validate the request, but do not actually delete the resource.

Inheritance

builtins.object > proto.message.Message > DeleteAzureClientRequest