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.
Implements
IMessagePurgeIdentityMappingsRequestTypesInlineSource, IEquatablePurgeIdentityMappingsRequestTypesInlineSource, IDeepCloneablePurgeIdentityMappingsRequestTypesInlineSource, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
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 |