Class DeleteContextRequest (1.16.0)

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

Request message for MetadataService.DeleteContext.

Attributes

NameDescription
name str
Required. The resource name of the Context to delete. Format: ``projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}``
force bool
The force deletion semantics is still undefined. Users should not use this field.
etag str
Optional. The etag of the Context to delete. If this is provided, it must match the server's etag. Otherwise, the request will fail with a FAILED_PRECONDITION.

Inheritance

builtins.object > proto.message.Message > DeleteContextRequest