Class DeleteContextRequest (0.9.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 retrieve. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}
force bool
If set to true, any child resources of this Context will be deleted. (Otherwise, the request will fail with a FAILED_PRECONDITION error if the Context has any child resources, such as another Context, Artifact, or Execution).

Inheritance

builtins.object > proto.message.Message > DeleteContextRequest