Class: Google::Cloud::DiscoveryEngine::V1::IdentityMappingEntryOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::IdentityMappingEntryOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/identity_mapping_store_service.rb
Overview
IdentityMappingEntry LongRunningOperation metadata for IdentityMappingStoreService.ImportIdentityMappings and IdentityMappingStoreService.PurgeIdentityMappings
Instance Attribute Summary collapse
-
#failure_count ⇒ ::Integer
The number of IdentityMappingEntries that failed to be processed.
-
#success_count ⇒ ::Integer
The number of IdentityMappingEntries that were successfully processed.
-
#total_count ⇒ ::Integer
The total number of IdentityMappingEntries that were processed.
Instance Attribute Details
#failure_count ⇒ ::Integer
Returns The number of IdentityMappingEntries that failed to be processed.
256 257 258 259 |
# File 'proto_docs/google/cloud/discoveryengine/v1/identity_mapping_store_service.rb', line 256 class IdentityMappingEntryOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#success_count ⇒ ::Integer
Returns The number of IdentityMappingEntries that were successfully processed.
256 257 258 259 |
# File 'proto_docs/google/cloud/discoveryengine/v1/identity_mapping_store_service.rb', line 256 class IdentityMappingEntryOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_count ⇒ ::Integer
Returns The total number of IdentityMappingEntries that were processed.
256 257 258 259 |
# File 'proto_docs/google/cloud/discoveryengine/v1/identity_mapping_store_service.rb', line 256 class IdentityMappingEntryOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |