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

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

IdentityMappingEntry LongRunningOperation metadata for IdentityMappingStoreService.ImportIdentityMappings and IdentityMappingStoreService.PurgeIdentityMappings

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

Namespace

Google \ Cloud \ DiscoveryEngine \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ success_count int|string

The number of IdentityMappingEntries that were successfully processed.

↳ failure_count int|string

The number of IdentityMappingEntries that failed to be processed.

↳ total_count int|string

The total number of IdentityMappingEntries that were processed.

getSuccessCount

The number of IdentityMappingEntries that were successfully processed.

Returns
Type Description
int|string

setSuccessCount

The number of IdentityMappingEntries that were successfully processed.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getFailureCount

The number of IdentityMappingEntries that failed to be processed.

Returns
Type Description
int|string

setFailureCount

The number of IdentityMappingEntries that failed to be processed.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getTotalCount

The total number of IdentityMappingEntries that were processed.

Returns
Type Description
int|string

setTotalCount

The total number of IdentityMappingEntries that were processed.

Parameter
Name Description
var int|string
Returns
Type Description
$this