Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1IdentityMappingEntryOperationMetadata

IdentityMappingEntry LongRunningOperation metadata for IdentityMappingStoreService.ImportIdentityMappings and IdentityMappingStoreService.PurgeIdentityMappings

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

Properties

ETag

The ETag of the item.

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

FailureCount

The number of IdentityMappingEntries that failed to be processed.

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

SuccessCount

The number of IdentityMappingEntries that were successfully processed.

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

TotalCount

The total number of IdentityMappingEntries that were processed.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX