Class DeleteMetadataStoreRequest (1.3.0)

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

Request message for MetadataService.DeleteMetadataStore.

Attributes

NameDescription
name str
Required. The resource name of the MetadataStore to delete. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}
force bool
If set to true, any child resources of this MetadataStore will be deleted. (Otherwise, the request will fail with a FAILED_PRECONDITION error if the MetadataStore has any child resources.)

Inheritance

builtins.object > proto.message.Message > DeleteMetadataStoreRequest