public interface RetryInfoOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Duration |
getRetryDelay()
Clients should wait at least this long between retrying the same request.
|
DurationOrBuilder |
getRetryDelayOrBuilder()
Clients should wait at least this long between retrying the same request.
|
boolean |
hasRetryDelay()
Clients should wait at least this long between retrying the same request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasRetryDelay()
Clients should wait at least this long between retrying the same request.
.google.protobuf.Duration retry_delay = 1;
Duration getRetryDelay()
Clients should wait at least this long between retrying the same request.
.google.protobuf.Duration retry_delay = 1;
DurationOrBuilder getRetryDelayOrBuilder()
Clients should wait at least this long between retrying the same request.
.google.protobuf.Duration retry_delay = 1;