Google Cloud Discovery Engine V1 Client - Class GetIdentityMappingStoreRequest (1.6.0)

Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class GetIdentityMappingStoreRequest.

Request message for IdentityMappingStoreService.GetIdentityMappingStore

Generated from protobuf message google.cloud.discoveryengine.v1.GetIdentityMappingStoreRequest

Namespace

Google \ Cloud \ DiscoveryEngine \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the Identity Mapping Store to get. Format: projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}

getName

Required. The name of the Identity Mapping Store to get.

Format: projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}

Returns
Type Description
string

setName

Required. The name of the Identity Mapping Store to get.

Format: projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The name of the Identity Mapping Store to get. Format: projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore} Please see IdentityMappingStoreServiceClient::identityMappingStoreName() for help formatting this field.

Returns
Type Description
GetIdentityMappingStoreRequest