Class PurgeContextsRequest (1.18.3)

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

Request message for MetadataService.PurgeContexts .

Attributes

Name Description
parent str
Required. The metadata store to purge Contexts from. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}
filter str
Required. A required filter matching the Contexts to be purged. E.g., update_time <=> .
force bool
Optional. Flag to indicate to actually perform the purge. If force is set to false, the method will return a sample of Context names that would be deleted.

Inheritance

builtins.object > proto.message.Message > PurgeContextsRequest