Uses of Class
com.google.rpc.RetryInfo.Builder
Packages that use RetryInfo.Builder
-
Uses of RetryInfo.Builder in com.google.rpc
Methods in com.google.rpc that return RetryInfo.BuilderModifier and TypeMethodDescriptionRetryInfo.Builder.clear()RetryInfo.Builder.clearRetryDelay()Clients should wait at least this long between retrying the same request.RetryInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RetryInfo.Builder.mergeFrom(com.google.protobuf.Message other) RetryInfo.Builder.mergeRetryDelay(com.google.protobuf.Duration value) Clients should wait at least this long between retrying the same request.static RetryInfo.BuilderRetryInfo.newBuilder()static RetryInfo.BuilderRetryInfo.newBuilder(RetryInfo prototype) RetryInfo.newBuilderForType()protected RetryInfo.BuilderRetryInfo.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) RetryInfo.Builder.setRetryDelay(com.google.protobuf.Duration value) Clients should wait at least this long between retrying the same request.RetryInfo.Builder.setRetryDelay(com.google.protobuf.Duration.Builder builderForValue) Clients should wait at least this long between retrying the same request.RetryInfo.toBuilder()