Class GoogleCloudDiscoveryengineV1alphaPurgeDocumentsResponse
Response message for DocumentService.PurgeDocuments method. If the long running operation is successfully done, then this message is returned by the google.longrunning.Operations.response field.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaPurgeDocumentsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PurgeCount
The total count of documents purged as a result of the operation.
Declaration
[JsonProperty("purgeCount")]
public virtual long? PurgeCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
PurgeSample
A sample of document names that will be deleted. Only populated if force
is set to false. A max of 100
names will be returned and the names are chosen at random.
Declaration
[JsonProperty("purgeSample")]
public virtual IList<string> PurgeSample { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |