Package com.google.rpc
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.DurationgetRetryDelay()Clients should wait at least this long between retrying the same request.com.google.protobuf.DurationOrBuildergetRetryDelayOrBuilder()Clients should wait at least this long between retrying the same request.booleanhasRetryDelay()Clients should wait at least this long between retrying the same request.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
com.google.protobuf.Duration getRetryDelay()
Clients should wait at least this long between retrying the same request.
.google.protobuf.Duration retry_delay = 1;- Returns:
- 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;
-
-