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

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

Request message for IdentityMappingStoreService.ImportIdentityMappings

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

Namespace

Google \ Cloud \ DiscoveryEngine \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ inline_source ImportIdentityMappingsRequest\InlineSource

The inline source to import identity mapping entries from.

↳ identity_mapping_store string

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

getInlineSource

The inline source to import identity mapping entries from.

Returns
Type Description
ImportIdentityMappingsRequest\InlineSource|null

hasInlineSource

setInlineSource

The inline source to import identity mapping entries from.

Parameter
Name Description
var ImportIdentityMappingsRequest\InlineSource
Returns
Type Description
$this

getIdentityMappingStore

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

Returns
Type Description
string

setIdentityMappingStore

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

Parameter
Name Description
var string
Returns
Type Description
$this

getSource

Returns
Type Description
string