Discovery Engine v1 API - Class GetIdentityMappingStoreRequest (1.8.0)

public sealed class GetIdentityMappingStoreRequest : IMessage<GetIdentityMappingStoreRequest>, IEquatable<GetIdentityMappingStoreRequest>, IDeepCloneable<GetIdentityMappingStoreRequest>, IBufferMessage, IMessage

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

Request message for [IdentityMappingStoreService.GetIdentityMappingStore][google.cloud.discoveryengine.v1.IdentityMappingStoreService.GetIdentityMappingStore]

Inheritance

object > GetIdentityMappingStoreRequest

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Constructors

GetIdentityMappingStoreRequest()

public GetIdentityMappingStoreRequest()

GetIdentityMappingStoreRequest(GetIdentityMappingStoreRequest)

public GetIdentityMappingStoreRequest(GetIdentityMappingStoreRequest other)
Parameter
Name Description
other GetIdentityMappingStoreRequest

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 get. Format: projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}

Property Value
Type Description
string