程序包 com.google.rpc

接口 RetryInfoOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
RetryInfo, RetryInfo.Builder

public interface RetryInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法概要

    修饰符和类型
    方法
    说明
    com.google.protobuf.Duration
    Clients should wait at least this long between retrying the same request.
    com.google.protobuf.DurationOrBuilder
    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.

    从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    从接口继承的方法 com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • 方法详细资料

    • hasRetryDelay

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

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

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