Class: Google::Cloud::DiscoveryEngine::V1::IdentityMappingEntryOperationMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1/identity_mapping_store_service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#failure_count::Integer

Returns The number of IdentityMappingEntries that failed to be processed.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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