Discovery Engine v1beta API - Class IdentityMappingEntryOperationMetadata (1.0.0-beta24)

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

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

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

Inheritance

object > IdentityMappingEntryOperationMetadata

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.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