Class RetrySettings
- java.lang.Object
-
- com.google.api.generator.gapic.model.RetrySettings
-
public abstract class RetrySettings extends Object
-
-
Constructor Summary
Constructors Constructor Description RetrySettings()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract MethodConfig.RetryPolicyretryPolicy()abstract com.google.protobuf.Durationtimeout()static RetrySettingswith(com.google.protobuf.Duration timeout, MethodConfig.RetryPolicy retryPolicy)
-
-
-
Method Detail
-
timeout
public abstract com.google.protobuf.Duration timeout()
-
retryPolicy
public abstract MethodConfig.RetryPolicy retryPolicy()
-
with
public static RetrySettings with(com.google.protobuf.Duration timeout, MethodConfig.RetryPolicy retryPolicy)
-
-