Uses of Class
com.google.api.gax.batching.FlowController.LimitExceededBehavior
-
Packages that use FlowController.LimitExceededBehavior Package Description com.google.api.gax.batching -
-
Uses of FlowController.LimitExceededBehavior in com.google.api.gax.batching
Methods in com.google.api.gax.batching that return FlowController.LimitExceededBehavior Modifier and Type Method Description abstract FlowController.LimitExceededBehaviorDynamicFlowControlSettings. getLimitExceededBehavior()abstract FlowController.LimitExceededBehaviorFlowControlSettings. getLimitExceededBehavior()The behavior ofFlowControllerwhen the specified limits are exceeded.static FlowController.LimitExceededBehaviorFlowController.LimitExceededBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static FlowController.LimitExceededBehavior[]FlowController.LimitExceededBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.api.gax.batching with parameters of type FlowController.LimitExceededBehavior Modifier and Type Method Description abstract DynamicFlowControlSettings.BuilderDynamicFlowControlSettings.Builder. setLimitExceededBehavior(FlowController.LimitExceededBehavior value)abstract FlowControlSettings.BuilderFlowControlSettings.Builder. setLimitExceededBehavior(FlowController.LimitExceededBehavior value)
-