Package com.google.rpc
Interface RetryInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
RetryInfo
,RetryInfo.Builder
public interface RetryInfoOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Duration
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
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasRetryDelay
boolean hasRetryDelay()Clients should wait at least this long between retrying the same request.
.google.protobuf.Duration retry_delay = 1 [json_name = "retryDelay"];
- Returns:
- 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 [json_name = "retryDelay"];
- Returns:
- The retryDelay.
-