public sealed class ListIdentityMappingStoresRequest : IMessage<ListIdentityMappingStoresRequest>, IEquatable<ListIdentityMappingStoresRequest>, IDeepCloneable<ListIdentityMappingStoresRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Discovery Engine v1 API class ListIdentityMappingStoresRequest.
Request message for [IdentityMappingStoreService.ListIdentityMappingStores][google.cloud.discoveryengine.v1.IdentityMappingStoreService.ListIdentityMappingStores]
Implements
IMessageListIdentityMappingStoresRequest, IEquatableListIdentityMappingStoresRequest, IDeepCloneableListIdentityMappingStoresRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
ListIdentityMappingStoresRequest()
public ListIdentityMappingStoresRequest()
ListIdentityMappingStoresRequest(ListIdentityMappingStoresRequest)
public ListIdentityMappingStoresRequest(ListIdentityMappingStoresRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListIdentityMappingStoresRequest |
Properties
PageSize
public int PageSize { get; set; }
Maximum number of IdentityMappingStores to return. If unspecified, defaults to 100. The maximum allowed value is 1000. Values above 1000 will be coerced to 1000.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
A page token, received from a previous ListIdentityMappingStores
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
ListIdentityMappingStores
must match the call that provided the page
token.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent of the Identity Mapping Stores to list.
Format:
projects/{project}/locations/{location}
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |