Discovery Engine v1 API - Class ListIdentityMappingStoresResponse (1.8.0)

public sealed class ListIdentityMappingStoresResponse : IMessage<ListIdentityMappingStoresResponse>, IEquatable<ListIdentityMappingStoresResponse>, IDeepCloneable<ListIdentityMappingStoresResponse>, IBufferMessage, IMessage, IPageResponse<IdentityMappingStore>, IEnumerable<IdentityMappingStore>, IEnumerable

Reference documentation and code samples for the Discovery Engine v1 API class ListIdentityMappingStoresResponse.

Response message for [IdentityMappingStoreService.ListIdentityMappingStores][google.cloud.discoveryengine.v1.IdentityMappingStoreService.ListIdentityMappingStores]

Inheritance

object > ListIdentityMappingStoresResponse

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Constructors

ListIdentityMappingStoresResponse()

public ListIdentityMappingStoresResponse()

ListIdentityMappingStoresResponse(ListIdentityMappingStoresResponse)

public ListIdentityMappingStoresResponse(ListIdentityMappingStoresResponse other)
Parameter
Name Description
other ListIdentityMappingStoresResponse

Properties

IdentityMappingStores

public RepeatedField<IdentityMappingStore> IdentityMappingStores { get; }

The Identity Mapping Stores.

Property Value
Type Description
RepeatedFieldIdentityMappingStore

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<IdentityMappingStore> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorIdentityMappingStore