Interface RetryInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RetryInfo, RetryInfo.Builder

public interface RetryInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Clients should wait at least this long between retrying the same request.
    Clients should wait at least this long between retrying the same request.
    boolean
    Clients should wait at least this long between retrying the same request.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasRetryDelay

      boolean hasRetryDelay()
       Clients should wait at least this long between retrying the same request.
       
      .google.protobuf.Duration retry_delay = 1;
      Returns:
      Whether the retryDelay field is set.
    • getRetryDelay

      Duration getRetryDelay()
       Clients should wait at least this long between retrying the same request.
       
      .google.protobuf.Duration retry_delay = 1;
      Returns:
      The retryDelay.
    • getRetryDelayOrBuilder

      DurationOrBuilder getRetryDelayOrBuilder()
       Clients should wait at least this long between retrying the same request.
       
      .google.protobuf.Duration retry_delay = 1;