Discovery Engine V1 API - Class Google::Cloud::DiscoveryEngine::V1::IdentityMappingEntryOperationMetadata (v2.3.0)

Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::IdentityMappingEntryOperationMetadata.

IdentityMappingEntry LongRunningOperation metadata for IdentityMappingStoreService.ImportIdentityMappings and IdentityMappingStoreService.PurgeIdentityMappings

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#failure_count

def failure_count() -> ::Integer
Returns
  • (::Integer) — The number of IdentityMappingEntries that failed to be processed.

#failure_count=

def failure_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The number of IdentityMappingEntries that failed to be processed.
Returns
  • (::Integer) — The number of IdentityMappingEntries that failed to be processed.

#success_count

def success_count() -> ::Integer
Returns
  • (::Integer) — The number of IdentityMappingEntries that were successfully processed.

#success_count=

def success_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The number of IdentityMappingEntries that were successfully processed.
Returns
  • (::Integer) — The number of IdentityMappingEntries that were successfully processed.

#total_count

def total_count() -> ::Integer
Returns
  • (::Integer) — The total number of IdentityMappingEntries that were processed.

#total_count=

def total_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The total number of IdentityMappingEntries that were processed.
Returns
  • (::Integer) — The total number of IdentityMappingEntries that were processed.