public sealed class ImportIdentityMappingsRequest.Types.InlineSource : IMessage<ImportIdentityMappingsRequest.Types.InlineSource>, IEquatable<ImportIdentityMappingsRequest.Types.InlineSource>, IDeepCloneable<ImportIdentityMappingsRequest.Types.InlineSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class ImportIdentityMappingsRequest.Types.InlineSource.
The inline source to import identity mapping entries from.
Implements
IMessageImportIdentityMappingsRequestTypesInlineSource, IEquatableImportIdentityMappingsRequestTypesInlineSource, IDeepCloneableImportIdentityMappingsRequestTypesInlineSource, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
InlineSource()
public InlineSource()
InlineSource(InlineSource)
public InlineSource(ImportIdentityMappingsRequest.Types.InlineSource other)
Parameter | |
---|---|
Name | Description |
other |
ImportIdentityMappingsRequestTypesInlineSource |
Properties
IdentityMappingEntries
public RepeatedField<IdentityMappingEntry> IdentityMappingEntries { get; }
A maximum of 10000 entries can be imported at one time
Property Value | |
---|---|
Type | Description |
RepeatedFieldIdentityMappingEntry |