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.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RetryInfo.Builder.clear()
RetryInfo.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) RetryInfo.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) RetryInfo.Builder.clearRetryDelay()
Clients should wait at least this long between retrying the same request.RetryInfo.Builder.clone()
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.final RetryInfo.Builder
RetryInfo.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static RetryInfo.Builder
RetryInfo.newBuilder()
static RetryInfo.Builder
RetryInfo.newBuilder
(RetryInfo prototype) RetryInfo.newBuilderForType()
protected RetryInfo.Builder
RetryInfo.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) RetryInfo.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) 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.final RetryInfo.Builder
RetryInfo.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) RetryInfo.toBuilder()