Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit fc7169d

Browse files
authored
fix: add BetaApi tag to setLogicalTimeout (#1335)
1 parent 97d3214 commit fc7169d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gax/src/main/java/com/google/api/gax/retrying/RetrySettings.java

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
*/
3030
package com.google.api.gax.retrying;
3131

32+
import com.google.api.core.BetaApi;
3233
import com.google.auto.value.AutoValue;
3334
import com.google.common.annotations.VisibleForTesting;
3435
import java.io.Serializable;
@@ -305,6 +306,7 @@ public abstract static class Builder {
305306
* setters is not advised, because only the order in which they are invoked determines which
306307
* setter is respected.
307308
*/
309+
@BetaApi
308310
public Builder setLogicalTimeout(Duration timeout) {
309311
return setRpcTimeoutMultiplier(1)
310312
.setInitialRpcTimeout(timeout)

0 commit comments

Comments
 (0)