Class IdentityMappingEntryOperationMetadata.Builder (0.74.0) 
  
      
     
  
  
  
   
  
    
  
  
    
    
    
  Version latestkeyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  IdentityMappingEntryOperationMetadata . Builder   extends   GeneratedMessageV3 . Builder<IdentityMappingEntryOperationMetadata . Builder >  implements   IdentityMappingEntryOperationMetadataOrBuilder  
   
   IdentityMappingEntry LongRunningOperation metadata for
 IdentityMappingStoreService.ImportIdentityMappings 
 and
 IdentityMappingStoreService.PurgeIdentityMappings 
 Protobuf type google.cloud.discoveryengine.v1.IdentityMappingEntryOperationMetadata
 
  
  
  
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder() 
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int) 
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int) 
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString) 
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int) 
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int) 
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder) 
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
   
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
   
  
  Methods
   
   
  addRepeatedField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   IdentityMappingEntryOperationMetadata . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  
  
  Overrides 
  
   
  build() 
  
    
public   IdentityMappingEntryOperationMetadata   build ()  
   
  
   
  buildPartial() 
  
    
public   IdentityMappingEntryOperationMetadata   buildPartial ()  
   
  
   
  clear() 
  
    
public   IdentityMappingEntryOperationMetadata . Builder   clear ()  
   
  
  Overrides 
  
   
  clearFailureCount() 
  
    
public   IdentityMappingEntryOperationMetadata . Builder   clearFailureCount ()  
   
   The number of IdentityMappingEntries that failed to be processed.
 int64 failure_count = 2;
 
  
   
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   IdentityMappingEntryOperationMetadata . Builder   clearField ( Descriptors . FieldDescriptor   field )  
   
  
  
  Overrides 
  
   
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   IdentityMappingEntryOperationMetadata . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
   
  
  
  Overrides 
  
   
  clearSuccessCount() 
  
    
public   IdentityMappingEntryOperationMetadata . Builder   clearSuccessCount ()  
   
   The number of IdentityMappingEntries that were successfully processed.
 int64 success_count = 1;
 
  
   
  clearTotalCount() 
  
    
public   IdentityMappingEntryOperationMetadata . Builder   clearTotalCount ()  
   
   The total number of IdentityMappingEntries that were processed.
 int64 total_count = 3;
 
  
   
  clone() 
  
    
public   IdentityMappingEntryOperationMetadata . Builder   clone ()  
   
  
  Overrides 
  
   
  getDefaultInstanceForType() 
  
    
public   IdentityMappingEntryOperationMetadata   getDefaultInstanceForType ()  
   
  
   
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
   
  
  Overrides 
  
   
  getFailureCount() 
  
    
public   long   getFailureCount ()  
   
   The number of IdentityMappingEntries that failed to be processed.
 int64 failure_count = 2;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        long  
        The failureCount.
 
       
     
  
   
  getSuccessCount() 
  
    
public   long   getSuccessCount ()  
   
   The number of IdentityMappingEntries that were successfully processed.
 int64 success_count = 1;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        long  
        The successCount.
 
       
     
  
   
  getTotalCount() 
  
    
public   long   getTotalCount ()  
   
   The total number of IdentityMappingEntries that were processed.
 int64 total_count = 3;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        long  
        The totalCount.
 
       
     
  
   
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
   
  
  Overrides 
  
   
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
   
  
  Overrides 
  
   
  mergeFrom(IdentityMappingEntryOperationMetadata other) 
  
    
public   IdentityMappingEntryOperationMetadata . Builder   mergeFrom ( IdentityMappingEntryOperationMetadata   other )  
   
  
  
   
  mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) 
  
    
public   IdentityMappingEntryOperationMetadata . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  Overrides 
  
  
   
  mergeFrom(Message other) 
  
    
public   IdentityMappingEntryOperationMetadata . Builder   mergeFrom ( Message   other )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        other 
        Message  
       
     
  
  
  Overrides 
  
   
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   IdentityMappingEntryOperationMetadata . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
   
  
  
  Overrides 
  
   
  setFailureCount(long value) 
  
    
public   IdentityMappingEntryOperationMetadata . Builder   setFailureCount ( long   value )  
   
   The number of IdentityMappingEntries that failed to be processed.
 int64 failure_count = 2;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        value 
        long The failureCount to set.
 
       
     
  
  
   
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   IdentityMappingEntryOperationMetadata . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  
  
  Overrides 
  
   
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   IdentityMappingEntryOperationMetadata . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
   
  
  
  Overrides 
  
   
  setSuccessCount(long value) 
  
    
public   IdentityMappingEntryOperationMetadata . Builder   setSuccessCount ( long   value )  
   
   The number of IdentityMappingEntries that were successfully processed.
 int64 success_count = 1;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        value 
        long The successCount to set.
 
       
     
  
  
   
  setTotalCount(long value) 
  
    
public   IdentityMappingEntryOperationMetadata . Builder   setTotalCount ( long   value )  
   
   The total number of IdentityMappingEntries that were processed.
 int64 total_count = 3;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        value 
        long The totalCount to set.
 
       
     
  
  
   
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   IdentityMappingEntryOperationMetadata . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
   
  
  
  Overrides 
  
 
     
    
  
  
  
     
  
 
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-30 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-30 UTC."],[],[]]