Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaDeleteUserStoreMetadata

Metadata related to the progress of the UserStoreService.DeleteUserStore operation. This will be returned by the google.longrunning.Operation.metadata field. Delete UserStore will delete all the end users under the user store, return the number of end users successfully deleted or failed to delete in the metadata.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaDeleteUserStoreMetadata
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 GoogleCloudDiscoveryengineV1alphaDeleteUserStoreMetadata : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FailureCount

The number of end users under the user store that failed to be deleted.

Declaration
[JsonProperty("failureCount")]
public virtual long? FailureCount { get; set; }
Property Value
Type Description
long?

SuccessCount

The number of end users under the user store that were successfully deleted.

Declaration
[JsonProperty("successCount")]
public virtual long? SuccessCount { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX