public sealed class ListIdentityMappingsResponse : IMessage<ListIdentityMappingsResponse>, IEquatable<ListIdentityMappingsResponse>, IDeepCloneable<ListIdentityMappingsResponse>, IBufferMessage, IMessage, IPageResponse<IdentityMappingEntry>, IEnumerable<IdentityMappingEntry>, IEnumerable
Reference documentation and code samples for the Discovery Engine v1 API class ListIdentityMappingsResponse.
Response message for [IdentityMappingStoreService.ListIdentityMappings][google.cloud.discoveryengine.v1.IdentityMappingStoreService.ListIdentityMappings]
Implements
IMessageListIdentityMappingsResponse, IEquatableListIdentityMappingsResponse, IDeepCloneableListIdentityMappingsResponse, IBufferMessage, IMessage, IPageResponseIdentityMappingEntry, IEnumerableIdentityMappingEntry, IEnumerableNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
ListIdentityMappingsResponse()
public ListIdentityMappingsResponse()
ListIdentityMappingsResponse(ListIdentityMappingsResponse)
public ListIdentityMappingsResponse(ListIdentityMappingsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListIdentityMappingsResponse |
Properties
IdentityMappingEntries
public RepeatedField<IdentityMappingEntry> IdentityMappingEntries { get; }
The Identity Mapping Entries.
Property Value | |
---|---|
Type | Description |
RepeatedFieldIdentityMappingEntry |
NextPageToken
public string NextPageToken { get; set; }
A token that can be sent as page_token
to retrieve the next page. If this
field is omitted, there are no subsequent pages.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<IdentityMappingEntry> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorIdentityMappingEntry |