Discovery Engine v1 API - Class IdentityMappingEntryOperationMetadata (1.8.0)

public sealed class IdentityMappingEntryOperationMetadata : IMessage<IdentityMappingEntryOperationMetadata>, IEquatable<IdentityMappingEntryOperationMetadata>, IDeepCloneable<IdentityMappingEntryOperationMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1 API class IdentityMappingEntryOperationMetadata.

IdentityMappingEntry LongRunningOperation metadata for [IdentityMappingStoreService.ImportIdentityMappings][google.cloud.discoveryengine.v1.IdentityMappingStoreService.ImportIdentityMappings] and [IdentityMappingStoreService.PurgeIdentityMappings][google.cloud.discoveryengine.v1.IdentityMappingStoreService.PurgeIdentityMappings]

Inheritance

object > IdentityMappingEntryOperationMetadata

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Constructors

IdentityMappingEntryOperationMetadata()

public IdentityMappingEntryOperationMetadata()

IdentityMappingEntryOperationMetadata(IdentityMappingEntryOperationMetadata)

public IdentityMappingEntryOperationMetadata(IdentityMappingEntryOperationMetadata other)
Parameter
Name Description
other IdentityMappingEntryOperationMetadata

Properties

FailureCount

public long FailureCount { get; set; }

The number of IdentityMappingEntries that failed to be processed.

Property Value
Type Description
long

SuccessCount

public long SuccessCount { get; set; }

The number of IdentityMappingEntries that were successfully processed.

Property Value
Type Description
long

TotalCount

public long TotalCount { get; set; }

The total number of IdentityMappingEntries that were processed.

Property Value
Type Description
long