Class RetryConfig

  • All Implemented Interfaces:
    RetryConfigOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class RetryConfig
    extends com.google.protobuf.GeneratedMessageV3
    implements RetryConfigOrBuilder
     Retry config.
    
     These settings determine when a failed task attempt is retried.
     
    Protobuf type google.cloud.tasks.v2beta3.RetryConfig
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  RetryConfig.Builder
      Retry config.
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,​BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,​BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(Object obj)  
      static RetryConfig getDefaultInstance()  
      RetryConfig getDefaultInstanceForType()  
      static com.google.protobuf.Descriptors.Descriptor getDescriptor()  
      int getMaxAttempts()
      Number of attempts per task.
      com.google.protobuf.Duration getMaxBackoff()
      A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails, if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be retried.
      com.google.protobuf.DurationOrBuilder getMaxBackoffOrBuilder()
      A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails, if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be retried.
      int getMaxDoublings()
      The time between retries will double `max_doublings` times.
      com.google.protobuf.Duration getMaxRetryDuration()
      If positive, `max_retry_duration` specifies the time limit for retrying a failed task, measured from when the task was first attempted.
      com.google.protobuf.DurationOrBuilder getMaxRetryDurationOrBuilder()
      If positive, `max_retry_duration` specifies the time limit for retrying a failed task, measured from when the task was first attempted.
      com.google.protobuf.Duration getMinBackoff()
      A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails, if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be retried.
      com.google.protobuf.DurationOrBuilder getMinBackoffOrBuilder()
      A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails, if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be retried.
      com.google.protobuf.Parser<RetryConfig> getParserForType()  
      int getSerializedSize()  
      int hashCode()  
      boolean hasMaxBackoff()
      A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails, if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be retried.
      boolean hasMaxRetryDuration()
      If positive, `max_retry_duration` specifies the time limit for retrying a failed task, measured from when the task was first attempted.
      boolean hasMinBackoff()
      A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails, if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be retried.
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()  
      boolean isInitialized()  
      static RetryConfig.Builder newBuilder()  
      static RetryConfig.Builder newBuilder​(RetryConfig prototype)  
      RetryConfig.Builder newBuilderForType()  
      protected RetryConfig.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)  
      protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)  
      static RetryConfig parseDelimitedFrom​(InputStream input)  
      static RetryConfig parseDelimitedFrom​(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static RetryConfig parseFrom​(byte[] data)  
      static RetryConfig parseFrom​(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static RetryConfig parseFrom​(com.google.protobuf.ByteString data)  
      static RetryConfig parseFrom​(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static RetryConfig parseFrom​(com.google.protobuf.CodedInputStream input)  
      static RetryConfig parseFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static RetryConfig parseFrom​(InputStream input)  
      static RetryConfig parseFrom​(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static RetryConfig parseFrom​(ByteBuffer data)  
      static RetryConfig parseFrom​(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static com.google.protobuf.Parser<RetryConfig> parser()  
      RetryConfig.Builder toBuilder()  
      void writeTo​(com.google.protobuf.CodedOutputStream output)  
      • Methods inherited from class com.google.protobuf.GeneratedMessageV3

        canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
      • Methods inherited from class com.google.protobuf.AbstractMessage

        findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
      • Methods inherited from class com.google.protobuf.AbstractMessageLite

        addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
      • Methods inherited from interface com.google.protobuf.MessageLite

        toByteArray, toByteString, writeDelimitedTo, writeTo
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Field Detail

      • MAX_ATTEMPTS_FIELD_NUMBER

        public static final int MAX_ATTEMPTS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • MAX_RETRY_DURATION_FIELD_NUMBER

        public static final int MAX_RETRY_DURATION_FIELD_NUMBER
        See Also:
        Constant Field Values
      • MIN_BACKOFF_FIELD_NUMBER

        public static final int MIN_BACKOFF_FIELD_NUMBER
        See Also:
        Constant Field Values
      • MAX_BACKOFF_FIELD_NUMBER

        public static final int MAX_BACKOFF_FIELD_NUMBER
        See Also:
        Constant Field Values
      • MAX_DOUBLINGS_FIELD_NUMBER

        public static final int MAX_DOUBLINGS_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getMaxAttempts

        public int getMaxAttempts()
         Number of attempts per task.
        
         Cloud Tasks will attempt the task `max_attempts` times (that is, if the
         first attempt fails, then there will be `max_attempts - 1` retries). Must
         be >= -1.
        
         If unspecified when the queue is created, Cloud Tasks will pick the
         default.
        
         -1 indicates unlimited attempts.
        
         This field has the same meaning as
         [task_retry_limit in
         queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
         
        int32 max_attempts = 1;
        Specified by:
        getMaxAttempts in interface RetryConfigOrBuilder
        Returns:
        The maxAttempts.
      • hasMaxRetryDuration

        public boolean hasMaxRetryDuration()
         If positive, `max_retry_duration` specifies the time limit for
         retrying a failed task, measured from when the task was first
         attempted. Once `max_retry_duration` time has passed *and* the
         task has been attempted
         [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] times,
         no further attempts will be made and the task will be deleted.
        
         If zero, then the task age is unlimited.
        
         If unspecified when the queue is created, Cloud Tasks will pick the
         default.
        
        
         `max_retry_duration` will be truncated to the nearest second.
        
         This field has the same meaning as
         [task_age_limit in
         queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
         
        .google.protobuf.Duration max_retry_duration = 2;
        Specified by:
        hasMaxRetryDuration in interface RetryConfigOrBuilder
        Returns:
        Whether the maxRetryDuration field is set.
      • getMaxRetryDuration

        public com.google.protobuf.Duration getMaxRetryDuration()
         If positive, `max_retry_duration` specifies the time limit for
         retrying a failed task, measured from when the task was first
         attempted. Once `max_retry_duration` time has passed *and* the
         task has been attempted
         [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] times,
         no further attempts will be made and the task will be deleted.
        
         If zero, then the task age is unlimited.
        
         If unspecified when the queue is created, Cloud Tasks will pick the
         default.
        
        
         `max_retry_duration` will be truncated to the nearest second.
        
         This field has the same meaning as
         [task_age_limit in
         queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
         
        .google.protobuf.Duration max_retry_duration = 2;
        Specified by:
        getMaxRetryDuration in interface RetryConfigOrBuilder
        Returns:
        The maxRetryDuration.
      • getMaxRetryDurationOrBuilder

        public com.google.protobuf.DurationOrBuilder getMaxRetryDurationOrBuilder()
         If positive, `max_retry_duration` specifies the time limit for
         retrying a failed task, measured from when the task was first
         attempted. Once `max_retry_duration` time has passed *and* the
         task has been attempted
         [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] times,
         no further attempts will be made and the task will be deleted.
        
         If zero, then the task age is unlimited.
        
         If unspecified when the queue is created, Cloud Tasks will pick the
         default.
        
        
         `max_retry_duration` will be truncated to the nearest second.
        
         This field has the same meaning as
         [task_age_limit in
         queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
         
        .google.protobuf.Duration max_retry_duration = 2;
        Specified by:
        getMaxRetryDurationOrBuilder in interface RetryConfigOrBuilder
      • hasMinBackoff

        public boolean hasMinBackoff()
         A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
         for retry between
         [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
         [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
         after it fails, if the queue's
         [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
         task should be retried.
        
         If unspecified when the queue is created, Cloud Tasks will pick the
         default.
        
        
         `min_backoff` will be truncated to the nearest second.
        
         This field has the same meaning as
         [min_backoff_seconds in
         queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
         
        .google.protobuf.Duration min_backoff = 3;
        Specified by:
        hasMinBackoff in interface RetryConfigOrBuilder
        Returns:
        Whether the minBackoff field is set.
      • getMinBackoff

        public com.google.protobuf.Duration getMinBackoff()
         A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
         for retry between
         [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
         [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
         after it fails, if the queue's
         [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
         task should be retried.
        
         If unspecified when the queue is created, Cloud Tasks will pick the
         default.
        
        
         `min_backoff` will be truncated to the nearest second.
        
         This field has the same meaning as
         [min_backoff_seconds in
         queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
         
        .google.protobuf.Duration min_backoff = 3;
        Specified by:
        getMinBackoff in interface RetryConfigOrBuilder
        Returns:
        The minBackoff.
      • getMinBackoffOrBuilder

        public com.google.protobuf.DurationOrBuilder getMinBackoffOrBuilder()
         A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
         for retry between
         [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
         [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
         after it fails, if the queue's
         [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
         task should be retried.
        
         If unspecified when the queue is created, Cloud Tasks will pick the
         default.
        
        
         `min_backoff` will be truncated to the nearest second.
        
         This field has the same meaning as
         [min_backoff_seconds in
         queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
         
        .google.protobuf.Duration min_backoff = 3;
        Specified by:
        getMinBackoffOrBuilder in interface RetryConfigOrBuilder
      • hasMaxBackoff

        public boolean hasMaxBackoff()
         A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
         for retry between
         [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
         [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
         after it fails, if the queue's
         [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
         task should be retried.
        
         If unspecified when the queue is created, Cloud Tasks will pick the
         default.
        
        
         `max_backoff` will be truncated to the nearest second.
        
         This field has the same meaning as
         [max_backoff_seconds in
         queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
         
        .google.protobuf.Duration max_backoff = 4;
        Specified by:
        hasMaxBackoff in interface RetryConfigOrBuilder
        Returns:
        Whether the maxBackoff field is set.
      • getMaxBackoff

        public com.google.protobuf.Duration getMaxBackoff()
         A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
         for retry between
         [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
         [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
         after it fails, if the queue's
         [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
         task should be retried.
        
         If unspecified when the queue is created, Cloud Tasks will pick the
         default.
        
        
         `max_backoff` will be truncated to the nearest second.
        
         This field has the same meaning as
         [max_backoff_seconds in
         queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
         
        .google.protobuf.Duration max_backoff = 4;
        Specified by:
        getMaxBackoff in interface RetryConfigOrBuilder
        Returns:
        The maxBackoff.
      • getMaxBackoffOrBuilder

        public com.google.protobuf.DurationOrBuilder getMaxBackoffOrBuilder()
         A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
         for retry between
         [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
         [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
         after it fails, if the queue's
         [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
         task should be retried.
        
         If unspecified when the queue is created, Cloud Tasks will pick the
         default.
        
        
         `max_backoff` will be truncated to the nearest second.
        
         This field has the same meaning as
         [max_backoff_seconds in
         queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
         
        .google.protobuf.Duration max_backoff = 4;
        Specified by:
        getMaxBackoffOrBuilder in interface RetryConfigOrBuilder
      • getMaxDoublings

        public int getMaxDoublings()
         The time between retries will double `max_doublings` times.
        
         A task's retry interval starts at
         [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff], then
         doubles `max_doublings` times, then increases linearly, and finally retries
         at intervals of
         [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] up to
         [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] times.
        
         For example, if
         [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] is 10s,
         [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] is 300s,
         and `max_doublings` is 3, then the a task will first be retried in 10s. The
         retry interval will double three times, and then increase linearly by 2^3 *
         10s.  Finally, the task will retry at intervals of
         [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] until the
         task has been attempted
         [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] times.
         Thus, the requests will retry at 10s, 20s, 40s, 80s, 160s, 240s, 300s,
         300s, ....
        
         If unspecified when the queue is created, Cloud Tasks will pick the
         default.
        
        
         This field has the same meaning as
         [max_doublings in
         queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
         
        int32 max_doublings = 5;
        Specified by:
        getMaxDoublings in interface RetryConfigOrBuilder
        Returns:
        The maxDoublings.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static RetryConfig parseFrom​(ByteBuffer data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static RetryConfig parseFrom​(ByteBuffer data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static RetryConfig parseFrom​(com.google.protobuf.ByteString data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static RetryConfig parseFrom​(com.google.protobuf.ByteString data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static RetryConfig parseFrom​(byte[] data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static RetryConfig parseFrom​(byte[] data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static RetryConfig parseFrom​(com.google.protobuf.CodedInputStream input,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws IOException
        Throws:
        IOException
      • newBuilderForType

        public RetryConfig.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public RetryConfig.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected RetryConfig.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstance

        public static RetryConfig getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<RetryConfig> parser()
      • getParserForType

        public com.google.protobuf.Parser<RetryConfig> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public RetryConfig getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder