Send feedback
  
   
 
  
    
      Class RetryInfo.Builder (2.54.1) 
  
  
  
   
  
    
  
  
    
    
    
    
    
  Version 2.54.1keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  RetryInfo . Builder   extends   GeneratedMessageV3 . Builder<RetryInfo . Builder >  implements   RetryInfoOrBuilder  
   Describes when the clients can retry a failed request. Clients could ignore
 the recommendation here or retry when this information is missing from error
 responses.
 It's always recommended that clients should use exponential backoff when
 retrying.
 Clients should wait until retry_delay amount of time has passed since
 receiving the error response before retrying.  If retrying requests also
 fail, clients should use an exponential backoff scheme to gradually increase
 the delay between retries based on retry_delay, until either a maximum
 number of retries have been reached or a maximum retry delay cap has been
 reached.
 Protobuf type google.rpc.RetryInfo
    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   RetryInfo . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  build() 
  
  
  buildPartial() 
  
    
public   RetryInfo   buildPartial ()  
  
  clear() 
  
    
public   RetryInfo . Builder   clear ()  
  
  Overrides 
  
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   RetryInfo . Builder   clearField ( Descriptors . FieldDescriptor   field )  
  
  
  Overrides 
  
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   RetryInfo . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
  
  
  Overrides 
  
  clearRetryDelay() 
  
    
public   RetryInfo . Builder   clearRetryDelay ()  
   Clients should wait at least this long between retrying the same request.
 .google.protobuf.Duration retry_delay = 1;
clone() 
  
    
public   RetryInfo . Builder   clone ()  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   RetryInfo   getDefaultInstanceForType ()  
  
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
  
  Overrides 
  
  getRetryDelay() 
  
    
public   Duration   getRetryDelay ()  
   Clients should wait at least this long between retrying the same request.
 .google.protobuf.Duration retry_delay = 1;
    
      
        Returns  
      
        Type Description  
      
        Duration The retryDelay.
 
     
  
  getRetryDelayBuilder() 
  
    
public   Duration . Builder   getRetryDelayBuilder ()  
   Clients should wait at least this long between retrying the same request.
 .google.protobuf.Duration retry_delay = 1;
getRetryDelayOrBuilder() 
  
    
public   DurationOrBuilder   getRetryDelayOrBuilder ()  
   Clients should wait at least this long between retrying the same request.
 .google.protobuf.Duration retry_delay = 1;
hasRetryDelay() 
  
    
public   boolean   hasRetryDelay ()  
   Clients should wait at least this long between retrying the same request.
 .google.protobuf.Duration retry_delay = 1;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the retryDelay field is set.
 
     
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  
    
public   RetryInfo . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  Overrides 
  
  
  mergeFrom(Message other) 
  
    
public   RetryInfo . Builder   mergeFrom ( Message   other )  
  
    
      
        Parameter  
      
        Name Description  
      
        otherMessage  
     
  
  
  Overrides 
  
  mergeFrom(RetryInfo other) 
  
    
public   RetryInfo . Builder   mergeFrom ( RetryInfo   other )  
  
  
  mergeRetryDelay(Duration value) 
  
    
public   RetryInfo . Builder   mergeRetryDelay ( Duration   value )  
   Clients should wait at least this long between retrying the same request.
 .google.protobuf.Duration retry_delay = 1;
    
      
        Parameter  
      
        Name Description  
      
        valueDuration  
     
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   RetryInfo . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  Overrides 
  
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   RetryInfo . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   RetryInfo . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
  
  
  Overrides 
  
  setRetryDelay(Duration value) 
  
    
public   RetryInfo . Builder   setRetryDelay ( Duration   value )  
   Clients should wait at least this long between retrying the same request.
 .google.protobuf.Duration retry_delay = 1;
    
      
        Parameter  
      
        Name Description  
      
        valueDuration  
     
  
  
  setRetryDelay(Duration.Builder builderForValue) 
  
    
public   RetryInfo . Builder   setRetryDelay ( Duration . Builder   builderForValue )  
   Clients should wait at least this long between retrying the same request.
 .google.protobuf.Duration retry_delay = 1;
    
      
        Parameter  
      
        Name Description  
      
        builderForValueBuilder  
     
  
  
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   RetryInfo . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  Overrides 
  
 
     
    
  
  
  
     
  
    
    
      
       
         
  
  
    
    Send feedback
  
   
 
       
    
    
  
  
 
  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-28 UTC.
 
 
  
  
    
    
    
      
  
  
    Need to tell us more?
  
   
 
     
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-28 UTC."],[],[]]