public sealed class DeleteIdentityMappingStoreRequest : IMessage<DeleteIdentityMappingStoreRequest>, IEquatable<DeleteIdentityMappingStoreRequest>, IDeepCloneable<DeleteIdentityMappingStoreRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class DeleteIdentityMappingStoreRequest.
Request message for [IdentityMappingStoreService.DeleteIdentityMappingStore][google.cloud.discoveryengine.v1.IdentityMappingStoreService.DeleteIdentityMappingStore]
Implements
IMessageDeleteIdentityMappingStoreRequest, IEquatableDeleteIdentityMappingStoreRequest, IDeepCloneableDeleteIdentityMappingStoreRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
DeleteIdentityMappingStoreRequest()
public DeleteIdentityMappingStoreRequest()
DeleteIdentityMappingStoreRequest(DeleteIdentityMappingStoreRequest)
public DeleteIdentityMappingStoreRequest(DeleteIdentityMappingStoreRequest other)
Parameter | |
---|---|
Name | Description |
other |
DeleteIdentityMappingStoreRequest |
Properties
IdentityMappingStoreName
public IdentityMappingStoreName IdentityMappingStoreName { get; set; }
IdentityMappingStoreName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
IdentityMappingStoreName |
Name
public string Name { get; set; }
Required. The name of the Identity Mapping Store to delete.
Format:
projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}
Property Value | |
---|---|
Type | Description |
string |