public interface RetryInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRetryDelay()
public abstract 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. |
getRetryDelayOrBuilder()
public abstract DurationOrBuilder getRetryDelayOrBuilder()Clients should wait at least this long between retrying the same request.
.google.protobuf.Duration retry_delay = 1;
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
hasRetryDelay()
public abstract 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. |