Discovery Engine v1 API - Class PurgeIdentityMappingsRequest.Types.InlineSource (1.8.0)

public sealed class PurgeIdentityMappingsRequest.Types.InlineSource : IMessage<PurgeIdentityMappingsRequest.Types.InlineSource>, IEquatable<PurgeIdentityMappingsRequest.Types.InlineSource>, IDeepCloneable<PurgeIdentityMappingsRequest.Types.InlineSource>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1 API class PurgeIdentityMappingsRequest.Types.InlineSource.

The inline source to purge identity mapping entries from.

Inheritance

object > PurgeIdentityMappingsRequest.Types.InlineSource

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Constructors

InlineSource()

public InlineSource()

InlineSource(InlineSource)

public InlineSource(PurgeIdentityMappingsRequest.Types.InlineSource other)
Parameter
Name Description
other PurgeIdentityMappingsRequestTypesInlineSource

Properties

IdentityMappingEntries

public RepeatedField<IdentityMappingEntry> IdentityMappingEntries { get; }

A maximum of 10000 entries can be purged at one time

Property Value
Type Description
RepeatedFieldIdentityMappingEntry