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]
Implements
IMessageListIdentityMappingStoresResponse, IEquatableListIdentityMappingStoresResponse, IDeepCloneableListIdentityMappingStoresResponse, IBufferMessage, IMessage, IPageResponseIdentityMappingStore, IEnumerableIdentityMappingStore, IEnumerableNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
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 |