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

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.

Inheritance

object > ImportIdentityMappingsRequest.Types.InlineSource

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

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