-
RateLimitInfo.Builder.clear()
If it has been at least one `period` since the last load adjustment, the
client should multiply the current load by this value to get the new target
load.
Time that clients should wait before adjusting the target rate again.
Information about how client should limit the rate (QPS).
RateLimitInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RateLimitInfo.Builder.mergeFrom(com.google.protobuf.Message other)
RateLimitInfo.Builder.mergePeriod(com.google.protobuf.Duration value)
Time that clients should wait before adjusting the target rate again.
RateLimitInfo.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
RateLimitInfo.Builder.setFactor(double value)
If it has been at least one `period` since the last load adjustment, the
client should multiply the current load by this value to get the new target
load.
RateLimitInfo.Builder.setPeriod(com.google.protobuf.Duration value)
Time that clients should wait before adjusting the target rate again.
RateLimitInfo.Builder.setPeriod(com.google.protobuf.Duration.Builder builderForValue)
Time that clients should wait before adjusting the target rate again.
Information about how client should limit the rate (QPS).