Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1betaPurgeDocumentsResponse

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.

Inheritance
object
GoogleCloudDiscoveryengineV1betaPurgeDocumentsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaPurgeDocumentsResponse : 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX