Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class DeleteIdentityMappingStoreRequest.
Request message for IdentityMappingStoreService.DeleteIdentityMappingStore
Generated from protobuf message google.cloud.discoveryengine.v1.DeleteIdentityMappingStoreRequest
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__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 delete. Format: |
getName
Required. The name of the Identity Mapping Store to delete.
Format:
projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}
Returns | |
---|---|
Type | Description |
string |
setName
Required. The name of the Identity Mapping Store to delete.
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 delete.
Format:
|
Returns | |
---|---|
Type | Description |
DeleteIdentityMappingStoreRequest |